Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarr är ett lagringsformat för flerdimensionella arrayer för vetenskapliga data. Det stöder lagring i chunks, komprimering och parallell åtkomst. Idealiskt för klimatdata, satellittidsserier och geospatiala data.

Beta: Beta -- experimentellt. Om tjänsten inte kan bygga en äkta DWG returnerar den en DXF-fil med ett ärligt huvud X-Actual-Format: dxf (samma CAD-program öppnar båda).
Exportera Zarr nu ✨ Öppen beta — gratis, inga begränsningar

Viktiga funktioner

Chunkbaserad lagring
Komprimering (Blosc, Zstd)
Parallell åtkomst till chunkar
Example Zarr export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Om formatet 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.

Vilket program öppnar Zarr-filer

Följande program och applikationer kan öppna, redigera och arbeta med Zarr (beta)-filer (.zarr.zip) som exporterats från OSM2CDR:

💻Python Zarr 💻Xarray 💻Dask 💻GDAL 💻TerraClimate

Format specifications

Vem använder Zarr-kartor

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

Så exporterar du Zarr

1
Välj område
Rita en rektangel eller polygon på den interaktiva kartan på osm2cdr.ru
2
Välj Zarr
Välj Zarr (beta) från listan med 127 tillgängliga exportformat
3
Exportera
Klicka på Exportera och få din .zarr.zip-fil på 1–5 minuter
4
Ladda ner
Ladda ner den färdiga Zarr-filen och öppna den i Python Zarr

Så öppnar du filen efter exporten

Populära kartor i Zarr

Free

Hämta kartexporter i Zarr (beta)

Ladda ner professionella Zarr-kartor från OpenStreetMap. Direktgenerering, valfritt område.

Gratis / export
Exportera Zarr nu →

Vanliga frågor

Varför är Zarr bättre än GeoTIFF?
Kan Zarr läsas över nätverket?
Is it vectors or raster inside?
What is the cell size?
How do I open the archive without unpacking it?

Relaterade format

Ofta exporterade tillsammans

Related Articles