Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarr، سائنسی ڈیٹا کے لیے ایک کثیر الجہتی صف ذخیرہ فارمیٹ ہے۔ یہ ٹکڑوں میں ذخیرہ، کمپریشن اور متوازی رسائی کی حمایت کرتا ہے۔ موسمیاتی ڈیٹا، سیٹلائٹ وقتی سلسلوں اور جغرافیائی ڈیٹا کے لیے بہترین۔

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
برآمد
برآمد پر کلک کریں اور 1-5 منٹ میں اپنی .zarr.zip فائل حاصل کریں
4
ڈاؤن لوڈ
تیار Zarr فائل ڈاؤن لوڈ کریں اور اسے Python Zarr میں کھولیں

ایکسپورٹ کے بعد کیسے کھولیں

Zarr میں مقبول نقشے

مفت

Zarr (beta) نقشہ برآمدات حاصل کریں

OpenStreetMap سے پیشہ ورانہ Zarr نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔

Free / برآمد
ابھی 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