Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

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

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

Free

Получете експорти на карти в 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