H3

Uber H3 Hexagonal Index (beta)

Open Betabeta
.json · application/json

H3 è l'indice spaziale esagonale gerarchico di Uber. Ogni elemento della mappa viene aggregato in una cella H3 alla risoluzione richiesta; l'esportazione restituisce un JSON con indici H3 reali una volta ricostruita l'immagine del worker con h3>=4.0. Fino ad allora l'esportatore restituisce un errore esplicito: non emettiamo più stringhe sintetiche del tipo fallback_7_7690_5336.

Beta: Beta -- sperimentale. Se il servizio non riesce a creare un DWG nativo, restituisce un file DXF con un'intestazione onesta X-Actual-Format: dxf (gli stessi programmi CAD aprono entrambi).
Esporta H3 ora ✨ Open Beta — gratis, senza limiti

Caratteristiche principali

Indici H3 reali
Nessuno stub di fallback
Confini esagonali GeoJSON
Example H3 export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Informazioni sul formato H3

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.

Quale programma apre i file H3

I seguenti programmi e applicazioni possono aprire, modificare ed elaborare i file Uber H3 Hexagonal Index (beta) (.json) esportati da OSM2CDR:

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

Format specifications

Chi usa le mappe H3

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

Come esportare in H3

1
Seleziona l'area
Disegna un rettangolo o un poligono sulla mappa interattiva su osm2cdr.ru
2
Scegli H3
Seleziona Uber H3 Hexagonal Index (beta) dall'elenco dei 127 formati di esportazione disponibili
3
Esporta
Fai clic su Esporta e ricevi il file .json in 1-5 minuti
4
Scarica
Scarica il file H3 pronto e aprilo in h3-py

Come aprire il file dopo l'esportazione

Mappe popolari in H3

Free

Ottieni esportazioni di mappe in Uber H3 Hexagonal Index (beta)

Scarica mappe H3 professionali da OpenStreetMap. Generazione istantanea, qualsiasi area.

Gratis / esportazione
Esporta H3 ora →

Domande frequenti

Quale libreria viene usata?
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?

Formati correlati

Esportati spesso insieme

Related Articles