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