H3

Uber H3 Hexagonal Index (beta)

Open Betabeta
.json · application/json

H3는 Uber의 계층적 육각형 공간 인덱스입니다. 각 지도 객체가 요청한 해상도의 H3 셀로 집계되며, 워커 이미지가 h3>=4.0으로 재빌드되면 실제 H3 인덱스가 담긴 JSON을 내보냅니다. 그 전까지는 익스포터가 오류를 그대로 반환합니다 — 더 이상 fallback_7_7690_5336과 같은 합성 문자열을 생성하지 않습니다.

Beta: Beta -- 실험적인 기능입니다. 네이티브 DWG를 만들지 못하면 X-Actual-Format: dxf 헤더를 정직하게 붙인 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 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 Uber H3 Hexagonal Index (beta)(.json) 파일을 열고 편집하고 작업할 수 있습니다:

💻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 선택
사용 가능한 127가지 내보내기 형식 목록에서 Uber H3 Hexagonal Index (beta)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .json 파일을 받습니다
4
다운로드
완성된 H3 파일을 다운로드하여 h3-py에서 여세요

내보낸 뒤 여는 방법

H3 형식의 인기 지도

무료

Uber H3 Hexagonal Index (beta) 지도 내보내기 받기

OpenStreetMap에서 전문가용 H3 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 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