H3

Uber H3 Hexagonal Index (beta)

Open Betabeta
.json · application/json

H3 je hierarchický šestiúhelníkový prostorový index od společnosti Uber. Každý mapový prvek se agreguje do buňky H3 v požadovaném rozlišení; export vrací JSON se skutečnými indexy H3, jakmile se image workeru znovu sestaví s h3>=4.0. Do té doby export poctivě selže – už negenerujeme syntetické řetězce fallback_7_7690_5336.

Beta: Beta -- experimentální. Pokud služba nedokáže vytvořit nativní DWG, vrátí soubor DXF s poctivou hlavičkou X-Actual-Format: dxf (stejné CAD aplikace otevřou obojí).
Exportovat H3 hned ✨ Otevřená beta — zdarma, bez omezení

Klíčové vlastnosti

Skutečné indexy H3
Bez záložních zástupců
Šestiúhelníkové hranice v GeoJSON
Example H3 export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

O formátu 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.

Jaký program otevírá soubory H3

Následující programy a aplikace dokážou otevřít, upravit a zpracovat soubory Uber H3 Hexagonal Index (beta) (.json) exportované z OSM2CDR:

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

Format specifications

Kdo používá mapy H3

🏗
Geoanalytika
City data reduced to a single grid of cells, which makes districts easy to compare with each other.
💻
Prostorová agregace
Any map layers boil down to a common denominator — the number of features in a hexagon.
📊
Hustota bodů zájmu
A ready basis for a heat map: you can see where cafes, shops and stops cluster.

Jak exportovat H3

1
Vyberte oblast
Nakreslete obdélník nebo polygon na interaktivní mapě na osm2cdr.ru
2
Zvolte H3
Vyberte Uber H3 Hexagonal Index (beta) ze seznamu 127 dostupných exportních formátů
3
Export
Klikněte na Exportovat a obdržíte soubor .json během 1–5 minut
4
Stáhnout
Stáhněte si hotový soubor H3 a otevřete jej v h3-py

Jak soubor otevřít po exportu

Oblíbené mapy ve formátu H3

Zdarma

Získejte mapové exporty ve formátu Uber H3 Hexagonal Index (beta)

Stáhněte si profesionální mapy H3 z OpenStreetMap. Okamžité generování, libovolná oblast.

Zdarma / export
Exportovat H3 hned →

Časté dotazy

Která knihovna se používá?
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?

Související formáty

Často exportováno společně

Related Articles