You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about_data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: About the Data
3
-
nav_order: 4
3
+
nav_order: 5
4
4
has_children: true
5
5
has_toc: false
6
6
permalink: /docs/about_data/
7
7
---
8
8
9
9
# About the Data
10
-
Swiping is just the beginning. MapSwipe data is created by our users and accessible to the entire community. Through the [MapSwipe website](https://mapswipe.org/en/data/) you can 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. Here you find a more detailed description of the data available.
10
+
Swiping is just the beginning. MapSwipe data is created by our users and accessible to the entire community. Through the [MapSwipe website](https://mapswipe.org/en/data/) you can see where we've mapped, which organisations 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. Here you find a more detailed description of the data available.
11
11
12
12
> [!IMPORTANT]
13
13
> You can download the latest dataset from the website https://mapswipe.org/en/data/ (Search for `Download all projects`).
| id | integer | The numeric ID of the project in the revamped system, replacing the alphanumeric project_id from the old system. |
19
19
| firebase_id | string | The alphanumeric ID of the project from the old Firebase system. |
20
-
| name | string | The name of the project as displayed in the app including project type, topic, region, number, and requesting organization. (e.g., "Find Buildings in Manbhawan - Manbhawan (1) Togglecorp"). |
20
+
| name | string | The name of the project as displayed in the app including project type, topic, region, number, and requesting organisation. (e.g., "Find Buildings in Manbhawan - Manbhawan (1) Togglecorp"). |
21
21
| description | string | The project description displayed in the app on the project page, detailing the purpose and tasks (e.g., scanning satellite imagery for buildings or earthquake damage). |
22
22
| look_for | string | What users should look for in the project (e.g., buildings, houses, paved roads, potholes, cars). |
23
23
| project_type | integer | The type of the project, represented as a numeric code (e.g., 1=Find features, 2=Validate footprints, 3=Compare dates, 4=Check completeness, 7=View streets, 10=Assess Images). |
24
24
| project_type_display | string | Human-readable name of the project type corresponding to the project_type code (e.g., "Find features", "Validate footprints", "Compare dates", "Check completeness", "View streets", "Assess Images"). |
25
-
| organization_name | string | The name of the organization requesting and responsible for the project (e.g., Togglecorp, HeiGIT). |
25
+
| organization_name | string | The name of the organisation requesting and responsible for the project (e.g., Togglecorp, HeiGIT). |
26
26
| image_url | string | URL to the project image displayed in the app. |
27
27
| created_at | string | The date and time when the project was created, in ISO format with timezone (e.g., "2025-09-15 07:58:29.863248+00:00"). |
28
28
| status | integer | Numeric code representing the project status (e.g., 30=Processing Failed, 40=Processed, 70=Withdrawn, 75=Finished, 80=Discarded). |
Copy file name to clipboardExpand all lines: docs/about_data/projects_geom.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ One feature per project, with the following `properties`:
21
21
| look_for | string | What users should look for in the project (e.g., buildings, houses, paved roads). |
22
22
| project_type | string | The project type code (serialized as a string), e.g. `1`=Find features, `2`=Validate footprints, `3`=Compare dates, `4`=Check completeness, `7`=View streets, `10`=Assess Images. |
23
23
| project_type_display | string | Human-readable name of the project type. |
24
-
| organization_name | string | The name of the organization requesting the project. |
24
+
| organization_name | string | The name of the organisation requesting the project. |
25
25
| image_url | string | URL to the project image displayed in the app. |
26
26
| created_at | string | When the project was created, ISO timestamp with timezone. |
27
27
| status | string | Project status code (serialized as a string), e.g. `30`=Processing Failed, `40`=Processed, `70`=Withdrawn, `75`=Finished, `80`=Discarded. |
0 commit comments