-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathzanzibar-city.html
42 lines (35 loc) · 2.89 KB
/
zanzibar-city.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: city-gl
title: Zanzibar City
description: Tanzania
permalink: /zanzibar-city/
zoom: 14
center-x: 39.2
center-y: -6.1622
export: 7d24c924-1b58-4053-9037-4067355b0093
---
<div id='intro'>
<p>Zanzibar City, a low lying city off the coast of Tanzania enjoys a historic heritage and functions as a hub of business and administration for the Zanzibar isles. However, as a highly dense city, with unplanned communities, and poor infrastructure, it is faced with a cyclic problem of urban flooding. Urban flooding has multiplier effect on people’s health, economic wellbeing and social interactions. Urban infrastructure is severely damaged by these floods, and households in the vulnerable zones are subjected to harsh disturbance during rains; including, but not limited to the destruction of property and population displacement. Habitual flooding is also correlated with cholera outbreaks in the fringes of the city.</p>
<p>In 2016, at the request of Zanzibar Commission for Lands (COLA), World Bank launched the <a href="https://www.zanzibarmapping.org/">Zanzibar Mapping Initiative</a> (ZMI). The goal of ZMI was to update Zanzibar's existing aerial imagery with a newly acquired set at a spatial resolution of 7 cm per pixel, using only drones piloted by local teams. The imagery will be accessible to the OpenData community on a Geonode platform providing visualization and integration via online mapping services but also data access through download.<br>
The Zanzibar Urban Planning Department, the Zanzibar Commission for Disasters as well as Municipal councils are engaging in sustainable planning in an attempt to reduce the impacts related to these recurring floods. The key project objective of Open Cities Zanzibar is to contribute to the development of Zanzibar’s resilience to urban flooding through the creation of ready to use, accessible spatial data; which will aid the planning process and subsequent interventions.</p>
</div>
<div id="map"></div>
<p>{% include download-data.html %}</p>
{% include mapping-progress.html %}
<iframe src="https://osm-analytics.org/#/compare/gist:75f8f33ce165a6903cd11c0cdf4579a4/2018...now/buildings/embed/opendri" scrolling="no" width="100%" height="600" ></iframe>
{% include data-quality.html %}
<iframe src="https://osm-analytics.org/#/gaps/gist:75f8f33ce165a6903cd11c0cdf4579a4/buildings-vs-ghs/embed/opendri" scrolling="no" width="100%" height="600" ></iframe>
{% include osm-community-dynamics.html %}
<script>
mapboxgl.accessToken = 'pk.eyJ1IjoicGFvbG9wYXNxdWFsaSIsImEiOiJoVU9zSE9VIn0.O8Cehs_li5LA2aLurdEDJQ';
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/streets-v11',
zoom: 13,
center: [39.2, -6.1622]
});
map.addControl(new mapboxgl.NavigationControl(),'top-left');
map.dragRotate.disable();
map.touchZoomRotate.disableRotation();
map.scrollZoom.disable();
</script>