Principled conflation of major open datasets for points of interest (POIs) across the United States.
A unified, open dataset for points of interest across the United States. Built from OpenStreetMap and Overture Maps, with per-POI confidence scores produced by the OpenPOIs turnover model.
Each refresh writes a new versioned folder. Inside every version:
latest/ is a server-side mirror of the most recently published version —
use it for live demos and tutorials, and pin a dated folder
(e.g. 2026-04-23-v0/) when you need a stable, reproducible reference.
Browse all versions at https://source.coop/henryspatialanalysis/openpois.
One row per real-world POI after matching OpenStreetMap features against Overture Maps places. Key columns:
The osm-parquet/ files contain the same OSM rows before conflation. This data retains the original OSM tags.
Read directly from Source Cooperative's S3 mirror (no authentication):
pyarrow.fs.S3FileSystem(anonymous=True) and a
bucket-qualified path (no scheme prefix).s3:// URL plus an anonymous SECRET so its glob
expansion works over the bucket listing.Every example uses VERSION = "latest"; swap in a dated folder (e.g.
"2026-04-23-v0") when you need a reproducible pin.
The *-pmtiles/*.pmtiles archives can be loaded directly by any PMTiles
client (MapLibre + pmtiles://, OpenLayers + ol-pmtiles, etc.). See
site/ in the GitHub repo for a working example.
The snippet below is a self-contained HTML page that renders the conflated
PMTiles over MapLibre, coloured by the model's conf_mean. Save it as
openpois.html and open it in a browser — no build step, no server needed.
PMTiles are authored at zoom 14, so zoom in past z14 to see points.
The OpenPOIs dataset is released under the Open Database License (ODbL) v.1.0. Any public use must credit OpenStreetMap contributors, the Overture Maps Foundation, and OpenPOIs. Any derivative database must be shared under the same license. See https://www.openstreetmap.org/copyright and https://docs.overturemaps.org/attribution/ for upstream attribution requirements.
If you use this data in research, please cite:
Henry Spatial Analysis (2026). OpenPOIs: a unified, confidence-scored dataset of U.S. points of interest. https://openpois.henryspatialanalysis.com
Questions, bug reports, and contributions welcome via https://github.com/henryspatialanalysis/openpois/issues.