Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarr เป็นรูปแบบการจัดเก็บอาร์เรย์หลายมิติสำหรับข้อมูลทางวิทยาศาสตร์ รองรับการจัดเก็บแบบแบ่งชิ้น (chunk) การบีบอัด และการเข้าถึงแบบขนาน เหมาะอย่างยิ่งสำหรับข้อมูลภูมิอากาศ ข้อมูลอนุกรมเวลาจากดาวเทียม และข้อมูลภูมิสารสนเทศ

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 ได้

โปรแกรมและแอปพลิเคชันต่อไปนี้สามารถเปิด แก้ไข และทำงานกับไฟล์ 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