H3 ⬢

Uber H3 Hexagonal Index (beta)

Open Betabeta
.json · application/json

H3 — ієрархічний шестикутний просторовий індекс від Uber. Кожен об'єкт карти агрегується в комірку H3 заданої роздільності; експорт повертає JSON зі справжніми індексами H3 після перезбирання образу воркера з h3>=4.0. До того часу експортер чесно завершується помилкою — ми більше не видаємо синтетичні рядки fallback_7_7690_5336.

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

Free

Отримайте експорт карт у 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