Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarr is een opslagformaat voor multidimensionale arrays voor wetenschappelijke gegevens. Het ondersteunt opslag in chunks, compressie en parallelle toegang. Ideaal voor klimaatgegevens, satelliettijdreeksen en geospatiale data.

Beta: Bèta -- experimenteel. Als de dienst geen native DWG kan bouwen, geeft hij een DXF-bestand terug met een eerlijke header X-Actual-Format: dxf (dezelfde CAD-programma's openen beide).
Zarr nu exporteren ✨ Open bèta — gratis, zonder limieten

Belangrijkste functies

Opslag in chunks
Compressie (Blosc, Zstd)
Parallelle toegang tot chunks
Example Zarr export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Over het Zarr-formaat

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.

Welk programma opent Zarr-bestanden

De volgende programma's en toepassingen kunnen Zarr (beta)-bestanden (.zarr.zip) die uit OSM2CDR zijn geëxporteerd openen, bewerken en verwerken:

💻Python Zarr 💻Xarray 💻Dask 💻GDAL 💻TerraClimate

Format specifications

Wie gebruikt Zarr-kaarten

🏗
Wetenschappelijke data
City data lands in the same format the laboratory already stores its arrays in.
💻
Klimaatmodellen
A grid of development density is placed alongside climate arrays and read by the same xarray.
📊
Satelliettijdreeksen
A city layer next to satellite time series — a common format of chunks and compression.
🎨
Geospatiale data
Aggregated geodata as an array: object density and the dominant category per cell.
🗺
Parallelle verwerking
Chunks are read independently, so the computation is easily spread across Dask and several processes.

Zarr exporteren

1
Gebied selecteren
Teken een rechthoek of polygoon op de interactieve kaart op osm2cdr.ru
2
Zarr kiezen
Selecteer Zarr (beta) uit de lijst van 127 beschikbare exportformaten
3
Exporteren
Klik op Exporteren en ontvang uw .zarr.zip-bestand binnen 1-5 minuten
4
Downloaden
Download het gerede Zarr-bestand en open het in Python Zarr

Openen na de export

Populaire kaarten in Zarr

Free

Ontvang Zarr (beta)-kaartexports

Download professionele Zarr-kaarten van OpenStreetMap. Directe generatie, elk gebied.

Gratis / export
Zarr nu exporteren →

Veelgestelde vragen

Waarom is Zarr beter dan GeoTIFF?
Kan Zarr over het netwerk worden gelezen?
Is it vectors or raster inside?
What is the cell size?
How do I open the archive without unpacking it?

Verwante formaten

Vaak samen geëxporteerd

Related Articles