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

مجاني

احصل على عمليات تصدير خرائط 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