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) را از فهرست ۱۲۷ قالب خروجی موجود انتخاب کنید
3
خروجی
روی خروجی کلیک کنید و فایل .zarr.zip خود را در ۱ تا ۵ دقیقه دریافت کنید
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