Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarr-ն գիտական տվյալների համար բազմաչափ զանգվածների պահպանման ձևաչափ է։ Այն աջակցում է հատվածավորված պահպանում, սեղմում և զուգահեռ հասանելիություն։ Իդեալական է կլիմայական տվյալների, արբանյակային ժամանակային շարքերի և գեոտարածական տվյալների համար։

Beta: Բետա -- փորձնական։ Եթե ծառայությունը չի կարողանում կառուցել բնիկ DWG, այն վերադարձնում է DXF ֆայլ՝ բացահայտ X-Actual-Format: dxf վերնագրով (նույն CAD ծրագրերը բացում են երկուսն էլ)։
Արտահանել Zarr հիմա ✨ Open Beta — անվճար, առանց սահմանափակումների

Հիմնական հատկություններ

Հատվածավորված պահպանում
Սեղմում (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 ֆայլերը

Հետևյալ ծրագրերն ու հավելվածները կարող են բացել, խմբագրել և աշխատել OSM2CDR-ից արտահանված Zarr (beta) (.zarr.zip) ֆայլերի հետ՝

💻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