This repository has been archived by the owner on May 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
data.html
345 lines (315 loc) · 16.2 KB
/
data.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!DOCTYPE html>
<html>
<head>
<title>Data | MapSwipe</title>
<!-- Start Component -->
<meta charset="utf-8">
<meta name="description" content="Humanitarian organisations can't help people if they can't find them. MapSwipe is a mobile app that lets you search satellite imagery to help put the world's most vulnerable people on the map.">
<meta property="og:title" content="MapSwipe | Every swipe helps put families on the map">
<meta property="og:description" content="Humanitarian organisations can't help people if they can't find them. MapSwipe is a mobile app that lets you search satellite imagery to help put the world's most vulnerable people on the map.">
<meta property="og:image" content="http://mapswipe.org/assets/img/og-img.jpg">
<meta name="twitter:card" content="summary">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Webflow">
<link href="https://fonts.googleapis.com/css?family=Hind:400,700&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon/favicon-32x32.png">
<link rel="apple-touch-icon" href="assets/img/logos/mapswipe_logo_only_256x256.png">
<link rel="canonical" href="https://mapswipe.org/index.html">
<!-- Add jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
crossorigin=""></script>
<!-- Add Bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap-tables.css">
<!-- Add Data Tables -->
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new
Date().getTime(),
event: 'gtm.js'
});
var
f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-KVCXJMH');
</script>
<!-- End Google Tag Manager -->
<!-- End Component -->
</head>
<body class="page-data" onload="initMap()">
<!-- Start Component -->
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KVCXJMH" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- End Component -->
<header>
<div class="wrapper">
<div class="container">
<a class="mapswipe-logo" href="index.html">
<img class="logo" src="assets/img/svg/mapswipe-white.svg">
</a>
<div class="mobile-menu hidden">
<div class="burger-menu">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<nav class="nav-menu" role="navigation">
<div>
<a class="navlink" href="get-involved.html">Get involved</a>
<a class="navlink active" href="data.html">Data</a>
<a class="navlink" href="about.html">About</a>
</div>
</nav>
</div>
</div>
</header>
<div class="hero-container">
<div class="wrapper">
<div class="hero-content">
<h1 class="hero-heading">Swiping is just the beginning.<br>Explore the data.</h1>
<p class="hero-subheading">What areas have been mapped? Where is being mapped right now? Which users are leading
the way? Find these answers and more.</p>
</div>
</div>
</div>
<div class="section">
<div class="section-container section-flex">
<!-- <div class="Stat-Item one-third">-->
<!-- <div id="stats-contributors" class="emphasizedNumber">xxx</div>-->
<!-- <div class="stats-title">Contributors</div>-->
<!-- </div>-->
<div class="Stat-Item one-half">
<div class="emphasizedNumber"><span id="stats-mapped-area"> </span></div>
<div class="stats-title">Square Kilometers Mapped</div>
</div>
<div class="Stat-Item one-half">
<div id="stats-finished-projects" class="emphasizedNumber"> </div>
<div class="stats-title">Finished Projects</div>
</div>
</div>
<div class="section-container">
<div id="map">
<!-- map container -->
</div>
<div class="map-caption">
<p>MapSwipe projects are requested by organizations and communities working all over the world. Use this interactive map to see where MapSwipe projects have taken place.</p>
</div>
</div>
</div>
<hr class="wrapper">
<div class="section">
<div class="section-container">
<div class="rich-text">
<h2>Discover MapSwipe Data</h2>
<p>Swiping is just the beginning -- MapSwipe data is created by our users and accessible to the entire community. Use the MapSwipe data dashboards below the see where we've mapped, which organizations are requesting data, and how many individuals contribute to our impact. When using MapSwipe data, all you have to do is credit the MapSwipe contributors. If you need more information or if you have a special request related to MapSwipe data get in contact with the team at the <a href="https://heigit.org/geoinformation-for-humanitarian-aid/">Heidelberg Institute for Geoinformation Technology</a></p>
</div>
</div>
<div class="section-container">
<div class="rich-text">
<h3>Find a project</h3>
<p>Search for a project and click on it's ID to find out more and access that project's data.</p>
</div>
<table id="projectsTable" class="table table-striped table-bordered">
<thead>
<tr class="thead-inverse">
<th>Name</th>
<th>Status</th>
<th>Progress</th>
<th>Contributors</th>
</tr>
</thead>
<tbody>
<!-- body of the table will be added by function -->
</tbody>
</table>
<!-- Data Tables Part-->
</div>
<div class="section-container">
<div class="rich-text">
<h3>Download all Projects</h3>
</div>
<table id="allProjectsDataTable" class="table table-striped table-bordered">
<thead>
<tr class="thead-inverse">
<th>Dataset Name</th>
<th>Data Type</th>
<th>Dataset Description</th>
</tr>
<tr>
<td><a href="https://apps.mapswipe.org/api/projects/projects.csv" target="_blank">Projects</a></td>
<td>CSV</td>
<td>Information on all projects</td>
</tr>
<tr>
<td><a href="https://apps.mapswipe.org/api/projects/projects_geom.geojson" target="_blank">Projects with Geometry</a></td>
<td>GeoJSON</td>
<td>Information on all projects with the project geometry</td>
</tr>
<tr>
<td><a href="https://apps.mapswipe.org/api/projects/projects_centroid.geojson" target="_blank">Projects with Centroid</a></td>
<td>GeoJSON</td>
<td>Information on all projects with the project centroid</td>
</tr>
</thead>
<tbody>
<!-- body of the table will be added by function -->
</tbody>
</table>
</div>
</div>
<div class="section green">
<div class="section-container">
<div class="rich-text">
<h2>Leaderboard</h2>
<p>Having a MapSwipe-a-thon and want to create a friendly competition? Want to know where you stand in a sea of
nearly 30,000 other MapSwipers? We recently launched the MapSwipe Leaderboard, allowing users like you to see
the distance you have swiped and the number of objects you have found. Use the Search function to find your
username and get started.</p>
<a href="https://leaderboard.mapswipe.org/" target="_blank" class="link link-external">
<!-- Start Component -->
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 3H7.07143V4.57143H1.57143V12.4286H9.42857V6.92857H11V14H0V3Z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 0.715099H11.7314L11.7314 0.703979H13.2129L13.2129 0.715099L13.2242 0.715099V2.19661L13.2129 2.19661V8H11.7314V3.24384L5.98291 8.99231L4.92468 7.93409L10.6622 2.19661H6V0.715099Z"/>
</svg>
<!-- End Component -->Find out more</a>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-container">
<div class="rich-text">
<h2>Our License</h2>
<p>This project is part of the OpenStreetMap community. The goal is high-quality geographical data, freely
accessible and available to everyone. OSM’s reciprocal license protects the data from being appropriated by
services that do not share back to OSM.</p>
<p>MapSwipe is released under a "liberal" non-reciprocal license (Creative Commons Attribution). Whenever you want to use the data, just make sure to
credit the MapSwipe contributors.</p>
</div>
</div>
</div>
<!-- Start Component -->
<div class="prefooter">
<div class="wrapper">
<div class="container">
<div class="footer-column">
<div class="appstore-container">
<a class="appstore-link" href="https://itunes.apple.com/us/app/mapswipe/id1133855392?ls=1&mt=8" target="_blank"><img height="40" src="assets/img/svg/app-store.svg">
</a>
<a class="appstore-link last" href="https://play.google.com/store/apps/details?id=org.missingmaps.mapswipe" target="_blank"><img height="40" src="assets/img/logos/google-play-white.png">
</a>
</div>
</div>
<div class="footer-column">
<a class="social-link" href="https://www.facebook.com/TheMissingMaps" target="_blank">
<!-- Start Component -->
<svg role="img" aria-labelledby="facebook-title" width="14" height="26" viewBox="0 0 14 26" xmlns="http://www.w3.org/2000/svg" focusable="false">
<title id="facebook-title">Facebook logo</title>
<g role="presentation" id="C01.04_Footer" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-938 -462)" fill="#FFF">
<g transform="translate(0 431)">
<g transform="translate(938 29)">
<g transform="translate(0 2)">
<path d="M11.163 4.388c.83-.027 1.66-.007 2.494-.007H14V.191c-.444-.044-.907-.105-1.372-.127-.852-.036-1.707-.078-2.559-.06C8.767.031 7.534.34 6.46 1.087c-1.235.863-1.912 2.07-2.17 3.499-.108.589-.135 1.197-.15 1.798-.025.94-.006 1.879-.004 2.82v.353H0v4.68h4.111V26h5.023V14.256h4.098l.63-4.703h-.922c-1.164.005-3.84 0-3.84 0s.012-2.32.041-3.326c.04-1.378.884-1.799 2.022-1.839"></path>
</g>
</g>
</g>
</g>
</g>
</svg>
<!-- End Component -->
</a>
<a class="social-link" href="https://twitter.com/TheMissingMaps" target="_blank">
<!-- Start Component -->
<svg role="img" aria-labelledby="twitter-title" width="29" height="25" viewBox="0 0 29 25" xmlns="http://www.w3.org/2000/svg" focusable="false">
<title id="twitter-title">Twitter logo</title>
<g role="presentation" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-996 -464)" fill="#FFF">
<g transform="translate(0 431)">
<g transform="translate(938 29)">
<g transform="translate(58 4)">
<path d="M8.782 18.896c-3.093-.112-5.025-2.385-5.538-4.23.861.166 1.71.133 2.552-.08.022-.004.042-.02.086-.04-1.675-.399-2.967-1.316-3.865-2.798-.596-.983-.88-2.06-.871-3.241.835.459 1.709.715 2.648.74-1.26-.931-2.105-2.146-2.45-3.7-.344-1.55-.12-3.026.639-4.417 3.22 3.89 7.299 6.021 12.272 6.372-.036-.241-.072-.453-.096-.668-.167-1.434.113-2.771.87-3.986.946-1.519 2.299-2.466 4.035-2.756 2-.336 3.748.25 5.209 1.701.098.095.18.127.317.095A11.764 11.764 0 0 0 28.05.525c.027-.015.053-.03.08-.04.005-.006.015-.005.04-.005-.471 1.42-1.329 2.511-2.549 3.317a11.134 11.134 0 0 0 3.314-.913l.023.027c-.226.307-.447.619-.683.916a11.863 11.863 0 0 1-2.162 2.106c-.07.05-.102.1-.1.191.033.905-.002 1.81-.11 2.708a18.231 18.231 0 0 1-1.534 5.427 17.59 17.59 0 0 1-3.215 4.808c-2.268 2.4-5 3.948-8.178 4.667a17.31 17.31 0 0 1-3.315.405C6.23 24.24 3.058 23.368.14 21.52c-.039-.022-.075-.05-.14-.093 2.077.229 4.05-.043 5.952-.84a11.79 11.79 0 0 0 2.83-1.691"></path>
</g>
</g>
</g>
</g>
</g>
</svg>
<!-- End Component -->
</a>
<a class="social-link" href="https://www.instagram.com/themissingmaps" target="_blank">
<!-- Start Component -->
<svg role="img" aria-labelledby="instagram-title" width="26" height="26" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg" focusable="false">
<title id="instagram-title">Instagram logo</title>
<g role="presentation" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(-1065 -463)" fill="#FFF">
<g transform="translate(0 431)">
<g transform="translate(938 29)">
<g transform="translate(127 3)">
<path d="M22.932 21.638c0 .713-.581 1.294-1.294 1.294H4.01a1.294 1.294 0 0 1-1.292-1.294V10.973h2.53a7.846 7.846 0 0 0-.219 1.852 7.794 7.794 0 0 0 7.794 7.796 7.795 7.795 0 0 0 7.575-9.648h2.534v10.665zM8.096 10.973a5.081 5.081 0 0 1 4.727-3.228 5.082 5.082 0 0 1 5.08 5.08 5.085 5.085 0 0 1-5.08 5.078 5.085 5.085 0 0 1-5.078-5.078c0-.653.125-1.278.351-1.852zm10.219-7.436c0-.394.32-.715.716-.715h3.096c.395 0 .717.32.717.715v3.098a.718.718 0 0 1-.717.716h-3.096a.717.717 0 0 1-.716-.716V3.537zM21.638 0H4.01A4.012 4.012 0 0 0 0 4.01v17.628a4.012 4.012 0 0 0 4.01 4.01h17.628a4.01 4.01 0 0 0 4.01-4.01V4.01A4.01 4.01 0 0 0 21.638 0z"></path>
</g>
</g>
</g>
</g>
</g>
</svg>
<!-- End Component -->
</a>
<a class="social-link" href="https://github.com/mapswipe" target="_blank">
<img src="assets/img/github.png">
</a>
<a class="social-link" href="mailto:[email protected]">
<!-- Start Component -->
<svg width="35" height="26" viewBox="0 0 35 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.99997 0H31.1333C32.7854 0 34.1333 1.3464 34.1333 3V23C34.1333 24.648 32.7914 26 31.1333 26H2.99997C1.35197 26 -3.43323e-05 24.6581 -3.43323e-05 23V3C-3.43323e-05 1.352 1.34183 0 2.99997 0ZM3.41423 2L17.003 15.5889L30.7094 2H3.41423ZM32.1333 22.5859V3.4046L22.5014 12.9539L32.1333 22.5859ZM30.7191 24L21.0811 14.362L17.704 17.7101C17.313 18.0977 16.6822 18.0965 16.2928 17.7071L13 14.4142L3.41417 24H30.7191ZM1.99997 22.5858L11.5858 13L1.99997 3.41413V22.5858Z" fill="white"/>
</svg>
<!-- End Component -->
</a>
</div>
</div>
</div>
</div>
<footer>
<div class="wrapper">
<div class="container">
<div class="footer-column">
<a href="privacy.html" class="navlink">Privacy</a>
<a href="cookies.html" class="navlink">Cookies</a>
</div>
<div class="footer-column last-footer">
<p>Copyright © <span id="year"></span> MapSwipe</p>
</div>
</div>
</div>
</footer>
<script async defer src="assets/js/index.js"></script>
<script async defer src="assets/js/stats.js"></script>
<!-- End Component -->
</body>
</html>