-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathseychelles.html
57 lines (45 loc) · 3.61 KB
/
seychelles.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: city
title: Seychelles
description:
permalink: /seychelles/
zoom: 15
center-x: 55.46
center-y: -4.6
export: dfa5f3d2-b37c-4a51-9bb0-c00e788dd4db
---
<div id='intro'>
<p>The majority of the Seychelles population is spread across three islands (Mahe, Praslin and La Digue). Because of the topography of the islands (flat coastal strips and/or plateaus rising into steep mountains towards the inner part of the island) many of the residential and commercial areas are located along the coast. These areas are prone to urban flooding, coastal erosion and coastal flooding. Urban flooding is a recurring problem that shows especially during the rainy season in December and January. Missing, under-dimensioned and poorly maintained drainage adds to the problem, in many districts.<br>
While the flooding affects many sectors, the Open Cities Africa Seychelles Project is focusing on tourism. Tourism is the economic driver in the Seychelles,(next to fishing), and can be seriously impacted by the aforementioned hazards. Together with the Tourism Department and the Department for Disaster and Risk Management the Open Cities Africa Seychelles Project will collect data on tourism establishments and public buildings (schools, day-cares, etc.) located in the coastal areas (areas below 10m elevation) on the islands of Mahe, Praslin and La Digue.<br>
Details to be collected include occupancy of the building, material, number of floors, whether the building is elevated, location of assembly points, etc. This will help the stakeholders to better understand and visualize risk and lead to more informed decisions at the various phases of disaster risk management e.g. to improve preparedness and plan for evacuation.<br>
For the mapping and data collection activities the Project is engaging local communities (such as secondary school teachers and students) and building capacity within these communities. The Project will train community members on state-of-art geospatial technology that will enable them to collect/capture, analyze, visualize and share data for numerous purposes i.e. even beyond the scope of this project.</p>
</div>
<div id="map"></div>
<p>{% include view-aerial.html %}{% include download-data.html %}</p>
{% include mapping-progress.html %}
<iframe src="https://osm-analytics.org/#/compare/gist:a151b29ef0576cc1b1ecb2db4ab8c8e8/2018...now/buildings/embed/opendri" scrolling="no" width="100%" height="600" ></iframe>
{% include data-quality.html %}
<iframe src="https://osm-analytics.org/#/gaps/gist:a151b29ef0576cc1b1ecb2db4ab8c8e8/buildings-vs-ghs/embed/opendri" scrolling="no" width="100%" height="600" ></iframe>
{% include osm-community-dynamics.html %}
<script>
var mbAttr = 'Map data © <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, ' +
'<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
'Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
mbUrl = 'https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw';
var one = L.tileLayer('https://www.webgis.gov.sc/mapcache/tms/1.0.0/drone_imagery@Custom3857/{z}/{x}/{-y}.png', {attribution: oamAttr});
var oamAttr = 'OpenAerialMap';
var streets = L.tileLayer(mbUrl, {id: 'mapbox.streets', attribution: mbAttr});
aerial = L.layerGroup([one]);
var map = L.map('map', {
center: [-4.6, 55.46],
zoom: 10,
layers: [streets]
});
var baseLayers = {
"Streets": streets
};
var overlays = {
"Aerial": aerial
};
L.control.layers(baseLayers, overlays).addTo(map);
</script>