Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -42,6 +42,7 @@ reproject it directly without re-deriving from centroid+area.
|
|
| 42 |
| centroid_lat | float64 | polygon centroid latitude (WGS84) |
|
| 43 |
| area_km2 | float64 | polygon area in km² (Web Mercator, accurate at mid-latitudes) |
|
| 44 |
| tags | list(string) | OSM `key=value` tags |
|
|
|
|
| 45 |
| continent | string | Natural Earth admin0 lookup of the centroid |
|
| 46 |
| size_bin | string | "small" (0.1-1), "medium" (1-10), or "large" (10-100) km² |
|
| 47 |
| country | string | ISO-style country name |
|
|
@@ -54,7 +55,7 @@ reproject it directly without re-deriving from centroid+area.
|
|
| 54 |
|
| 55 |
- Pipeline version: v0.1.0
|
| 56 |
- Git SHA: 00a20a2
|
| 57 |
-
- Built: 2026-06-
|
| 58 |
- Source: Geofabrik regional extracts (`https://download.geofabrik.de/`)
|
| 59 |
- Whitelist: 22,075 OSM `key=value` tags from osm-stats (see
|
| 60 |
`docs/whitelist_decisions.md` in the project repo)
|
|
@@ -88,7 +89,7 @@ Each polygon in this dataset has passed three filters:
|
|
| 88 |
- faroe-islands: 1,278 polygons (clean)
|
| 89 |
- finland: 427,870 polygons (clean)
|
| 90 |
- france: 492,538 polygons (clean)
|
| 91 |
-
- germany:
|
| 92 |
- greece: 45,142 polygons (clean)
|
| 93 |
- guernsey-jersey: 670 polygons (clean)
|
| 94 |
- hungary: 77,569 polygons (clean)
|
|
|
|
| 42 |
| centroid_lat | float64 | polygon centroid latitude (WGS84) |
|
| 43 |
| area_km2 | float64 | polygon area in km² (Web Mercator, accurate at mid-latitudes) |
|
| 44 |
| tags | list(string) | OSM `key=value` tags |
|
| 45 |
+
| matched_tag | string | the first tag in `tags` that hit the whitelist filter (the reason the polygon survived) |
|
| 46 |
| continent | string | Natural Earth admin0 lookup of the centroid |
|
| 47 |
| size_bin | string | "small" (0.1-1), "medium" (1-10), or "large" (10-100) km² |
|
| 48 |
| country | string | ISO-style country name |
|
|
|
|
| 55 |
|
| 56 |
- Pipeline version: v0.1.0
|
| 57 |
- Git SHA: 00a20a2
|
| 58 |
+
- Built: 2026-06-30T17:52:59.311248
|
| 59 |
- Source: Geofabrik regional extracts (`https://download.geofabrik.de/`)
|
| 60 |
- Whitelist: 22,075 OSM `key=value` tags from osm-stats (see
|
| 61 |
`docs/whitelist_decisions.md` in the project repo)
|
|
|
|
| 89 |
- faroe-islands: 1,278 polygons (clean)
|
| 90 |
- finland: 427,870 polygons (clean)
|
| 91 |
- france: 492,538 polygons (clean)
|
| 92 |
+
- germany: 1,131,888 polygons (killed)
|
| 93 |
- greece: 45,142 polygons (clean)
|
| 94 |
- guernsey-jersey: 670 polygons (clean)
|
| 95 |
- hungary: 77,569 polygons (clean)
|