H3 ⬢

Uber H3 Hexagonal Index (beta)

Open Betabeta
.json · application/json

H3 és l'índex espacial hexagonal jeràrquic d'Uber. Cada element del mapa s'agrega en una cel·la H3 a la resolució sol·licitada; l'exportació retorna JSON amb índexs H3 reals un cop la imatge del worker es reconstrueix amb h3>=4.0. Fins llavors, l'exportador falla de manera honesta: ja no emetem cadenes sintètiques fallback_7_7690_5336.

Beta: Beta -- experimental. Si el servei no pot crear un DWG natiu, retorna un fitxer DXF amb una capçalera honesta X-Actual-Format: dxf (els mateixos programes CAD obren tots dos).
Exporta H3 ara ✨ Beta oberta — gratuït, sense límits

Característiques clau

✓Índexs H3 reals
✓Sense marcadors de reserva
✓Límits hexagonals en GeoJSON
Example H3 export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Sobre el format 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.

Quin programa obre els fitxers H3

Els programes i les aplicacions següents poden obrir, editar i treballar amb fitxers Uber H3 Hexagonal Index (beta) (.json) exportats des d'OSM2CDR:

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

Format specifications

Qui utilitza els mapes H3

🏗
Geoanalítica
City data reduced to a single grid of cells, which makes districts easy to compare with each other.
💻
Agregació espacial
Any map layers boil down to a common denominator — the number of features in a hexagon.
📊
Densitat de POI
A ready basis for a heat map: you can see where cafes, shops and stops cluster.

Com exportar H3

1
Selecciona l'àrea
Dibuixa un rectangle o un polígon al mapa interactiu d'osm2cdr.ru
2
Tria H3
Tria Uber H3 Hexagonal Index (beta) de la llista de 127 formats d'exportació disponibles
3
Exporta
Fes clic a Exporta i rep el fitxer .json en 1-5 minuts
4
Descarrega
Descarrega el fitxer H3 llest i obre'l amb h3-py

Com obrir el fitxer després de l'exportació

Mapes populars en H3

Free

Obtingues exportacions de mapes Uber H3 Hexagonal Index (beta)

Descarrega mapes H3 professionals d'OpenStreetMap. Generació instantània, qualsevol àrea.

Gratuït / exportació
Exporta H3 ara →

Preguntes freqüents

Quina biblioteca s'utilitza? ▼
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? ▼

Formats relacionats

Sovint exportats junts

Related Articles