# canary-islands 2,560 polygons from `canary-islands-latest.osm.pbf` on Geofabrik ([source](https://download.geofabrik.de/africa/canary-islands.html)), filtered by the [22,075-tag whitelist](https://github.com/NoeFlandre/osm-stats) and classified by continent + size bin. | field | value | |-------|-------| | country | `canary-islands` | | polygons | **2,560** | | extract_status | **clean** | | pbf_date | 2026-07-02 | | source | `canary-islands-latest.osm.pbf` | | Geofabrik extract | | ## Geometry The parquet file in this folder (`canary-islands.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/canary-islands/canary-islands.parquet") df = table.to_pandas() # df["geometry_wkt"] is a column of WKT strings; parse with shapely.wkt.loads ``` ## Notes Spanish archipelago off the coast of Morocco; classified under Geofabrik /africa/. PBF (~57 MB).