Datasets:
canada-prince-edward-island
4,579 polygons from canada-prince-edward-island-latest.osm.pbf on Geofabrik
(source), filtered by the
22,075-tag whitelist and
classified by continent + size bin.
| field | value |
|---|---|
| country | canada-prince-edward-island |
| polygons | 4,579 |
| extract_status | clean |
| pbf_date | 2026-07-05 |
| source | canada-prince-edward-island-latest.osm.pbf |
| Geofabrik extract | https://download.geofabrik.de/north-america/canada/prince-edward-island.html |
Geometry
The parquet file in this folder
(canada-prince-edward-island.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/canada-prince-edward-island/canada-prince-edward-island.parquet")
df = table.to_pandas()
# df["geometry_wkt"] is a column of WKT strings; parse with shapely.wkt.loads
Notes
Canada-Prince-Edward-Island has 4,579 polygons in this dataset. Extract status: clean. Source: Geofabrik canada-prince-edward-island-latest.osm.pbf.