H3

Uber H3 Hexagonal Index (beta)

Open Betabeta
.json · application/json

H3 é o índice espacial hexagonal hierárquico da Uber. Cada elemento do mapa é agregado numa célula H3 na resolução pedida; a exportação devolve JSON com índices H3 reais assim que a imagem do worker for reconstruída com h3>=4.0. Até lá, o exportador falha honestamente — já não emitimos strings sintéticas fallback_7_7690_5336.

Beta: Beta -- experimental. Se o serviço não conseguir criar um DWG nativo, ele devolve um arquivo DXF com um cabeçalho honesto X-Actual-Format: dxf (os mesmos programas CAD abrem os dois).
Exportar H3 agora ✨ Beta Aberta — gratuito, sem limites

Principais características

Índices H3 reais
Sem stubs de fallback
Limites hexagonais em GeoJSON
Example H3 export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Sobre o 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.

Que programa abre ficheiros H3

Os seguintes programas e aplicações podem abrir, editar e trabalhar com ficheiros Uber H3 Hexagonal Index (beta) (.json) exportados do OSM2CDR:

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

Format specifications

Quem utiliza mapas H3

🏗
Geoanálise
City data reduced to a single grid of cells, which makes districts easy to compare with each other.
💻
Agregação espacial
Any map layers boil down to a common denominator — the number of features in a hexagon.
📊
Densidade de POI
A ready basis for a heat map: you can see where cafes, shops and stops cluster.

Como exportar para H3

1
Selecionar área
Desenhe um retângulo ou polígono no mapa interativo em osm2cdr.ru
2
Escolher H3
Selecione Uber H3 Hexagonal Index (beta) na lista de 127 formatos de exportação disponíveis
3
Exportar
Clique em Exportar e receba o seu ficheiro .json em 1-5 minutos
4
Descarregar
Descarregue o ficheiro H3 pronto e abra-o no h3-py

Como abrir depois da exportação

Mapas populares em H3

Free

Obtenha exportações de mapas em Uber H3 Hexagonal Index (beta)

Descarregue mapas profissionais em H3 a partir do OpenStreetMap. Geração instantânea, qualquer área.

Gratuito / exportação
Exportar H3 agora →

Perguntas frequentes

Que biblioteca é utilizada?
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?

Formatos relacionados

Frequentemente exportados em conjunto

Related Articles