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