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