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