H3

Uber H3 Hexagonal Index (beta)

Open Betabeta
.json · application/json

H3 је Uber-ов хијерархијски хексагонални просторни индекс. Сваки објекат карте се агрегира у H3 ћелију у траженој резолуцији; извоз враћа JSON са стварним H3 индексима након што се радни image поново изгради са h3>=4.0. До тада извозник поштено пада — више не емитујемо синтетичке стрингове fallback_7_7690_5336.

Beta: Beta -- експериментално. Ако сервис не може да направи изворни DWG, враћа DXF датотеку са поштеним заглављем X-Actual-Format: dxf (исте CAD апликације отварају обоје).
Извезите H3 одмах ✨ Отворена бета — бесплатно, без ограничења

Кључне могућности

Стварни H3 индекси
Без резервних замена
GeoJSON границе хексагона
Example H3 export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

О формату 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.

Који програм отвара H3 датотеке

Следећи програми и апликације могу да отворе, уреде и раде са Uber H3 Hexagonal Index (beta) (.json) датотекама извезеним из OSM2CDR:

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

Format specifications

Ко користи H3 карте

🏗
Гео-аналитика
City data reduced to a single grid of cells, which makes districts easy to compare with each other.
💻
Просторна агрегација
Any map layers boil down to a common denominator — the number of features in a hexagon.
📊
Густина POI
A ready basis for a heat map: you can see where cafes, shops and stops cluster.

Како извести H3

1
Изаберите област
Нацртајте правоугаоник или полигон на интерактивној карти на osm2cdr.ru
2
Одаберите H3
Изаберите Uber H3 Hexagonal Index (beta) са листе од 127 доступних формата извоза
3
Извоз
Кликните на Извоз и добићете своју .json датотеку за 1–5 минута
4
Преузимање
Преузмите готову H3 датотеку и отворите је у h3-py

Како отворити након извоза

Популарне карте у формату H3

Бесплатно

Преузмите извозе карата у формату Uber H3 Hexagonal Index (beta)

Преузмите професионалне H3 карте из OpenStreetMap. Тренутачно генерисање, било која област.

Бесплатно / извоз
Извезите H3 одмах →

Често постављана питања

Која библиотека се користи?
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 Articles