H3

Uber H3 Hexagonal Index (beta)

Open Betabeta
.json · application/json

H3 is Uber's hierarchical hexagonal spatial index. Each map feature is aggregated into an H3 cell at the requested resolution; the export returns JSON with real H3 indices once the worker image is rebuilt with h3>=4.0. Until then the exporter fails honestly — we no longer emit fallback_7_7690_5336 synthetic strings.

Beta: Beta -- experimental. If the service cannot build a native DWG it returns a DXF file with an honest X-Actual-Format: dxf header (the same CAD applications open both).
Export H3 now ✨ Open Beta — free, no limits

Key Features

Real H3 indices
No fallback stubs
GeoJSON hex boundaries
Example H3 export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

About H3 Format

H3 is a hexagonal indexing system for the Earth invented at Uber: the planet is split into hexagonal cells across fifteen levels of nesting, and every cell has its own short identifier. Hexagons are more convenient than squares in analytics: a cell has six neighbors at the same distance, so density is not distorted along the diagonals.

The export is what you need when the features themselves matter less than their distribution: how many cafes fall into a cell, where development thickens, how to compare districts with each other. The H3 index is the common denominator to which any map layer and your own data are reduced alike.

The output is a single .json with the H3IndexCollection structure: the resolution, the extent of the area and a list of cells. Every cell carries a real H3 index, the total number of features that fell into it and a breakdown by layer; on request the cell's boundary is added as a GeoJSON polygon. The resolution is set from 0 to 15, with seven by default — a cell with an edge of about 1.2 km, convenient at city scale.

The export is built honestly: indexes are computed by the h3 library version four and newer. If it is missing from the environment, the export returns an error rather than made-up placeholder strings — that mode existed before and was misleading. Features are assigned to cells by their centroids, and the limit is 500,000 features per export.

What Program Opens H3 Files

The following programs and applications can open, edit, and work with Uber H3 Hexagonal Index (beta) (.json) files exported from OSM2CDR:

💻h3-py 💻h3-js 💻deck.gl 💻Uber H3 CLI

Format specifications

Who Uses H3 Maps

🏗
Geo-analytics
City data reduced to a single grid of cells, which makes districts easy to compare with each other.
💻
Spatial aggregation
Any map layers boil down to a common denominator — the number of features in a hexagon.
📊
POI density
A ready basis for a heat map: you can see where cafes, shops and stops cluster.

How to Export H3

1
Select area
Draw a rectangle or polygon on the interactive map at osm2cdr
2
Choose H3
Select Uber H3 Hexagonal Index (beta) from the list of 127 available export formats
3
Export
Click Export and receive your .json file in 1-5 minutes
4
Download
Download the ready H3 file and open it in h3-py

How to Open After Export

Popular maps in H3

Free

Get Uber H3 Hexagonal Index (beta) map exports

Download professional H3 maps from OpenStreetMap. Instant generation, any area.

Free / export
Export H3 now →

Frequently Asked Questions

Which library is used?
What is inside the exported file?
Which resolution should I choose?
How does a feature end up in a cell?
Can I get CSV or Parquet?

Related Formats

Frequently Exported Together

Related Articles