osm-polygon-selection / manifest.json
NoeFlandre's picture
Upload folder using huggingface_hub
e52f00a verified
Raw
History Blame
5.09 kB
{
"version": "v0.1.0",
"git_sha": "dea2abd",
"built_at": "2026-06-27T14:12:05.698643",
"total_polygons": 1067098,
"n_countries": 33,
"countries": [
{
"country": "albania",
"n_polygons": 8423,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "andorra",
"n_polygons": 776,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "austria",
"n_polygons": 133711,
"extract_status": "clean",
"pbf_date": "2026-06-27"
},
{
"country": "azores",
"n_polygons": 2640,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "belarus",
"n_polygons": 32828,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "belgium",
"n_polygons": 108572,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "bosnia-herzegovina",
"n_polygons": 19252,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "bulgaria",
"n_polygons": 21405,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "croatia",
"n_polygons": 13038,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "cyprus",
"n_polygons": 4846,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "czech-republic",
"n_polygons": 269806,
"extract_status": "killed",
"pbf_date": "2026-06-27"
},
{
"country": "denmark",
"n_polygons": 175795,
"extract_status": "clean",
"pbf_date": "2026-06-27"
},
{
"country": "estonia",
"n_polygons": 28134,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "faroe-islands",
"n_polygons": 1278,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "guernsey-jersey",
"n_polygons": 670,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "hungary",
"n_polygons": 6715,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "iceland",
"n_polygons": 27749,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "isle-of-man",
"n_polygons": 2648,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "kosovo",
"n_polygons": 109,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "latvia",
"n_polygons": 18679,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "liechtenstein",
"n_polygons": 565,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "lithuania",
"n_polygons": 13363,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "luxembourg",
"n_polygons": 11460,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "malta",
"n_polygons": 620,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "moldova",
"n_polygons": 15434,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "monaco",
"n_polygons": 2,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "montenegro",
"n_polygons": 11785,
"extract_status": "clean",
"pbf_date": "2026-06-26"
},
{
"country": "portugal",
"n_polygons": 66287,
"extract_status": "clean",
"pbf_date": "2026-06-27"
},
{
"country": "romania",
"n_polygons": 694,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "serbia",
"n_polygons": 6138,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "slovakia",
"n_polygons": 1887,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "slovenia",
"n_polygons": 633,
"extract_status": "killed",
"pbf_date": "2026-06-26"
},
{
"country": "switzerland",
"n_polygons": 61156,
"extract_status": "clean",
"pbf_date": "2026-06-27"
}
],
"schema": [
"osm_id",
"osm_type",
"centroid_lon",
"centroid_lat",
"area_km2",
"tags",
"continent",
"size_bin",
"country",
"extract_status",
"pbf_date"
],
"filters": {
"min_area_km2": 0.1,
"max_area_km2": 100.0,
"whitelist_size": 22075
},
"resources": {
"blog_post": "https://noeflandre.com/posts/osm-data-analysis",
"github_repo": "https://github.com/NoeFlandre/osm-polygon-selection",
"related_repo": "https://github.com/NoeFlandre/osm-stats"
}
}