File size: 1,191 Bytes
4dbf78b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45e2f82
4dbf78b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# bosnia-herzegovina

49,715 polygons from `bosnia-herzegovina-latest.osm.pbf` on Geofabrik
([source](https://download.geofabrik.de/europe/bosnia-herzegovina.html)), filtered by the
[22,075-tag whitelist](https://github.com/NoeFlandre/osm-stats) 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:

```python
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.