Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarrは、科学データ向けの多次元配列ストレージフォーマットです。チャンク分割ストレージ、圧縮、並列アクセスに対応します。気候データ、衛星時系列データ、地理空間データに最適です。

Beta: Beta -- 試験的な機能です。ネイティブの DWG を作成できない場合は、X-Actual-Format: dxf ヘッダーを正直に付けたうえで DXF ファイルを返します(どちらも同じ CAD ソフトで開けます)。
今すぐZarrをエクスポート ✨ オープンベータ — 無料、制限なし

主な機能

チャンク化ストレージ
圧縮(Blosc・Zstd)
チャンクへの並列アクセス
Example Zarr export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Zarrフォーマットについて

Zarr is a format for storing large multidimensional arrays: the data is cut into chunks, and each chunk is compressed and stored separately. That is why an array is read in pieces, in parallel and straight from the cloud — S3, GCS or plain HTTP. In scientific data it is gradually displacing NetCDF and HDF5 precisely because of that cloud access.

An OpenStreetMap map is vector objects while Zarr is about arrays, so the export rasterizes the selected area into a regular grid. The format is taken when the map is needed not as a drawing but as a data layer next to climate data, satellite series or a computational model in xarray and Dask.

The archive holds a Zarr group of version two with two arrays: feature_count — how many OSM objects fell into the cell, and land_use — the code of the dominant layer in the cell. The group attributes record the coordinate system, the bounding box of the area, the grid step and the list of source layers; the data is split into 256 × 256 chunks and compressed (Blosc with Zstandard by default).

The default grid step is 0.001 degrees, about a hundred meters; over small areas it is refined automatically so that the result does not degenerate into a few cells. The grid size is limited to 10,000 × 10,000 cells. The format is in beta status: this is aggregated density and categories, not vector geometry — for that, go to GeoParquet or FlatGeobuf.

Zarrファイルを開けるプログラム

次のプログラムおよびアプリケーションは、OSM2CDRからエクスポートしたZarr (beta)(.zarr.zip)ファイルを開き、編集し、利用できます:

💻Python Zarr 💻Xarray 💻Dask 💻GDAL 💻TerraClimate

Format specifications

Zarr地図を利用するユーザー

🏗
科学データ
City data lands in the same format the laboratory already stores its arrays in.
💻
気候モデル
A grid of development density is placed alongside climate arrays and read by the same xarray.
📊
衛星の時系列データ
A city layer next to satellite time series — a common format of chunks and compression.
🎨
地理空間データ
Aggregated geodata as an array: object density and the dominant category per cell.
🗺
並列処理
Chunks are read independently, so the computation is easily spread across Dask and several processes.

Zarrのエクスポート方法

1
範囲を選択
osm2cdr.ruのインタラクティブ地図上で長方形またはポリゴンを描画します
2
Zarrを選択
利用可能な127種類のエクスポートフォーマットの一覧からZarr (beta)を選択します
3
エクスポート
「エクスポート」をクリックすると、1〜5分で.zarr.zipファイルを受け取れます
4
ダウンロード
完成したZarrファイルをダウンロードし、Python Zarrで開きます

エクスポート後の開き方

Zarrの人気地図

フリー

Zarr (beta)の地図エクスポートを入手

OpenStreetMapからプロフェッショナルなZarr地図をダウンロード。即時生成、任意の範囲に対応。

無料 /エクスポート
今すぐZarrをエクスポート →

よくある質問

Zarr が GeoTIFF より優れている点は?
Zarr はネットワーク越しに読み込めますか?
Is it vectors or raster inside?
What is the cell size?
How do I open the archive without unpacking it?

関連フォーマット

よく一緒にエクスポートされるフォーマット

Related Articles