Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarr é um formato de armazenamento de matrizes multidimensionais para dados científicos. Suporta armazenamento em blocos (chunks), compressão e acesso paralelo. Ideal para dados climáticos, séries temporais de satélite e dados geoespaciais.

Beta: Beta -- experimental. Se o serviço não conseguir criar um DWG nativo, ele devolve um arquivo DXF com um cabeçalho honesto X-Actual-Format: dxf (os mesmos programas CAD abrem os dois).
Exportar Zarr agora ✨ Beta Aberta — gratuito, sem limites

Principais características

Armazenamento em blocos
Compressão (Blosc, Zstd)
Acesso paralelo a blocos
Example Zarr export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Sobre o formato 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.

Que programa abre ficheiros Zarr

Os seguintes programas e aplicações podem abrir, editar e trabalhar com ficheiros Zarr (beta) (.zarr.zip) exportados do OSM2CDR:

💻Python Zarr 💻Xarray 💻Dask 💻GDAL 💻TerraClimate

Format specifications

Quem utiliza mapas Zarr

🏗
Dados científicos
City data lands in the same format the laboratory already stores its arrays in.
💻
Modelos climáticos
A grid of development density is placed alongside climate arrays and read by the same xarray.
📊
Séries temporais de satélite
A city layer next to satellite time series — a common format of chunks and compression.
🎨
Dados geoespaciais
Aggregated geodata as an array: object density and the dominant category per cell.
🗺
Processamento paralelo
Chunks are read independently, so the computation is easily spread across Dask and several processes.

Como exportar para Zarr

1
Selecionar área
Desenhe um retângulo ou polígono no mapa interativo em osm2cdr.ru
2
Escolher Zarr
Selecione Zarr (beta) na lista de 127 formatos de exportação disponíveis
3
Exportar
Clique em Exportar e receba o seu ficheiro .zarr.zip em 1-5 minutos
4
Descarregar
Descarregue o ficheiro Zarr pronto e abra-o no Python Zarr

Como abrir depois da exportação

Mapas populares em Zarr

Free

Obtenha exportações de mapas em Zarr (beta)

Descarregue mapas profissionais em Zarr a partir do OpenStreetMap. Geração instantânea, qualquer área.

Gratuito / exportação
Exportar Zarr agora →

Perguntas frequentes

Porque é que o Zarr é melhor do que o GeoTIFF?
O Zarr pode ser lido pela rede?
Is it vectors or raster inside?
What is the cell size?
How do I open the archive without unpacking it?

Formatos relacionados

Frequentemente exportados em conjunto

Related Articles