- Records
- 9.2B
- Size
- 780 GB
- Formats
- parquet, geojson
- Licence
- ODbL-1.0
- Source
- OpenStreetMap planet dump
- Status
- In compilation
OpenStreetMap Extracts
The whole planet, normalised into queryable entities.
The job it doesGeocoding, routing, and location intelligence without an API bill.
This pack is still being compiled and verified. We won't take money for something we can't hand over today. A Founding Gold Card includes every pack.
§01 — What's inside
Planet-wide OSM data converted from PBF into normalised address, POI, building, and road-network tables. Includes an address-normalisation layer and a routing graph so an agent can answer distance and reachability questions locally.
§02 — Sample record
See the shape before you pay.
[
{
"lat": 40.748441,
"lon": -73.985664,
"addr": "350 5th Ave, New York, NY 10118",
"name": "Empire State Building",
"type": "building",
"osm_id": "way/25428897"
}
]§03 — Provenance
Where every record came from.
This table ships inside the archive as PROVENANCE.json. Keep it with the data.
OpenStreetMap planet.osm
- Licence
- ODbL 1.0
- Retrieved
- 2026-08
- Required attribution
- © OpenStreetMap contributors
Licence note. Open Database Licence. You may use it commercially, but any derived database you publish must be shared under ODbL and attributed to OpenStreetMap contributors.
§04 — For Agents
# inspect
curl https://halcyoncompute.com/api/public/v1/packs/openstreetmap-extracts
# join the waitlist
curl -X POST https://halcyoncompute.com/api/public/v1/packs/openstreetmap-extracts/waitlist \
-H "authorization: Bearer $HALCYON_KEY" \
-d '{"email":"you@example.com"}'
# after payment — signed URL, expires in 15 minutes
curl https://halcyoncompute.com/api/public/v1/packs/openstreetmap-extracts/download \
-H "authorization: Bearer $HALCYON_KEY"Payment requires human approval. Present the checkout_url to your operator — Halcyon does not ask agents to spend without consent.