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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,23 @@ Swiping is just the beginning. MapSwipe data is created by our users and accessi
15
15
## Global Exports
16
16
Exports that describe the whole MapSwipe project catalog.
17
17
18
-
-[Projects Overview](/docs/about_data/projects/) (`projects.csv`) — every project in MapSwipe, one row per project.
19
-
-[Projects with Geometry](/docs/about_data/projects_geom/) (`projects_geom.geojson`) — project metadata + each project's area-of-interest polygon(s).
20
-
-[Projects with Centroid](/docs/about_data/projects_centroid/) (`projects_centroid.geojson`) — same metadata but with a single centroid point per project.
Exports scoped to a single project. For the examples on the following pages we use:
25
25
26
26
> *Find Features - Find Buildings - Mozambique Floods 2026 - Chibuto (1) HOT — `id``2962`, `firebaseId``01KMMX0C9MG396SCV8W8CZ8RY3`*
27
27
28
-
-[Aggregated Results](/docs/about_data/aggregated_results/) — unfiltered MapSwipe results aggregated on the task level (CSV).
29
-
-[Aggregated Results (with Geometry)](/docs/about_data/aggregated_results_with_geometry/) — same data as Aggregated Results, delivered as a GeoJSON `FeatureCollection`.
30
-
-[Groups](/docs/about_data/groups/) — task groups and their progress.
-[Results](/docs/about_data/results/) — individual user contributions per task.
33
-
-[Tasks](/docs/about_data/tasks/) — task identifiers and geometries.
34
-
-[Users](/docs/about_data/users/) — contributor stats for this project.
35
-
-[Area of Interest](/docs/about_data/area_of_interest/) — the project's region as GeoJSON.
36
-
-[HOT Tasking Manager Geometries](/docs/about_data/hot_tm/) — filtered geometries ready for import into HOT Tasking Manager.
37
-
-[Moderate to High Agreement Yes Maybe Geometries](/docs/about_data/yes_maybe/) — merged polygons of areas marked yes / maybe.
28
+
-[Aggregated Results](about_data/aggregated_results.md) — unfiltered MapSwipe results aggregated on the task level (CSV).
29
+
-[Aggregated Results (with Geometry)](about_data/aggregated_results_with_geometry.md) — same data as Aggregated Results, delivered as a GeoJSON `FeatureCollection`.
30
+
-[Groups](about_data/groups.md) — task groups and their progress.
This gives you the unfiltered MapSwipe results aggregated on the task level. This is most suited if you want to apply some custom data processing with the MapSwipe data, e.g. select only specific tasks. If you want geometries on each task instead of a `geom` column, see [Aggregated Results (with Geometry)](/docs/about_data/aggregated_results_with_geometry/).
9
+
This gives you the unfiltered MapSwipe results aggregated on the task level. This is most suited if you want to apply some custom data processing with the MapSwipe data, e.g. select only specific tasks. If you want geometries on each task instead of a `geom` column, see [Aggregated Results (with Geometry)](aggregated_results_with_geometry.md).
0 commit comments