Datasets:
bosnia-herzegovina
49,715 polygons from bosnia-herzegovina-latest.osm.pbf on Geofabrik
(source), filtered by the
22,075-tag whitelist and
classified by continent + size bin.
| field | value |
|---|---|
| country | bosnia-herzegovina |
| polygons | 49,715 |
| extract_status | clean |
| pbf_date | 2026-06-26 |
| source | bosnia-herzegovina-latest.osm.pbf |
| Geofabrik extract | https://download.geofabrik.de/europe/bosnia-herzegovina.html |
Geometry
The parquet file in this folder
(bosnia-herzegovina.parquet) has the same schema as the combined
combined/all_world.parquet. Each row carries the polygon
geometry as WKT (default), plus centroid + area + the
whitelist-matched tag.
Load with:
import pyarrow.parquet as pq
table = pq.read_table("per_country/bosnia-herzegovina/bosnia-herzegovina.parquet")
df = table.to_pandas()
# df["geometry_wkt"] is a column of WKT strings; parse with shapely.wkt.loads
Notes
Coverage is solid in urban areas and along the main road network; mountain terrain (Dinaric Alps) is sparser.