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