Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarr, वैज्ञानिक डेटा के लिए एक बहु-आयामी सरणी (array) भंडारण फ़ॉर्मैट है। यह खंडित (chunked) भंडारण, संपीड़न और समानांतर पहुँच का समर्थन करता है। जलवायु डेटा, उपग्रह समय-श्रृंखला और भू-स्थानिक डेटा के लिए आदर्श।

Beta: बीटा -- प्रायोगिक। यदि सेवा नेटिव DWG नहीं बना पाती, तो वह ईमानदारी से X-Actual-Format: dxf हेडर के साथ 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 चुनें
127 उपलब्ध निर्यात प्रारूपों की सूची से Zarr (beta) चुनें
3
निर्यात करें
Export पर क्लिक करें और 1-5 मिनट में अपनी .zarr.zip फ़ाइल प्राप्त करें
4
डाउनलोड करें
तैयार Zarr फ़ाइल डाउनलोड करें और उसे Python Zarr में खोलें

निर्यात के बाद कैसे खोलें

Zarr में लोकप्रिय मानचित्र

मुफ़्त

Zarr (beta) मानचित्र निर्यात प्राप्त करें

OpenStreetMap से पेशेवर Zarr मानचित्र डाउनलोड करें. तत्काल जनरेशन, कोई भी क्षेत्र.

निःशुल्क / निर्यात
अभी 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