Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarr је формат за чување вишедимензионалних низова за научне податке. Подржава чување у блоковима, компресију и паралелни приступ. Идеалан за климатске податке, временске серије сателитских снимака и геопросторне податке.

Beta: Beta -- експериментално. Ако сервис не може да направи изворни DWG, враћа DXF датотеку са поштеним заглављем X-Actual-Format: 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 датотеке

Следећи програми и апликације могу да отворе, уреде и раде са Zarr (beta) (.zarr.zip) датотекама извезеним из OSM2CDR:

💻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
Изаберите Zarr (beta) са листе од 127 доступних формата извоза
3
Извоз
Кликните на Извоз и добићете своју .zarr.zip датотеку за 1–5 минута
4
Преузимање
Преузмите готову Zarr датотеку и отворите је у Python Zarr

Како отворити након извоза

Популарне карте у формату Zarr

Бесплатно

Преузмите извозе карата у формату Zarr (beta)

Преузмите професионалне Zarr карте из OpenStreetMap. Тренутачно генерисање, било која област.

Бесплатно / извоз
Извезите 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