# albania 14,738 polygons from `albania-latest.osm.pbf` on Geofabrik ([source](https://download.geofabrik.de/europe/albania.html)), filtered by the [22,075-tag whitelist](https://github.com/NoeFlandre/osm-stats) and classified by continent + size bin. | field | value | |-------|-------| | country | `albania` | | polygons | **14,738** | | extract_status | **clean** | | pbf_date | 2026-06-26 | | source | `albania-latest.osm.pbf` | | Geofabrik extract | | ## Geometry The parquet file in this folder (`albania.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/albania/albania.parquet") df = table.to_pandas() # df["geometry_wkt"] is a column of WKT strings; parse with shapely.wkt.loads ``` ## Notes Albania's OSM coverage has grown sharply since 2017; Tirana and the coastal strip are well-mapped. Source: Geofabrik Europe/Albania extract.