Zarr 🔬

Zarr (beta)

Open Betabeta
.zarr.zip · application/zip

Zarr એ વૈજ્ઞાનિક ડેટા માટેનું બહુ-પરિમાણીય એરે સંગ્રહ ફોર્મેટ છે. તે ભાગ-આધારિત સંગ્રહ, સંકોચન અને સમાંતર પહોંચને સમર્થન આપે છે. આબોહવા ડેટા, ઉપગ્રહ સમય શ્રેણી અને ભૂ-અવકાશી ડેટા માટે આદર્શ.

Beta: બીટા -- પ્રાયોગિક. જો સેવા મૂળ DWG બનાવી ન શકે, તો તે પ્રામાણિકપણે X-Actual-Format: dxf હેડર સાથે 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 ફાઇલો કયો પ્રોગ્રામ ખોલે છે

નીચેના પ્રોગ્રામ અને એપ્લિકેશન 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 હમણાં એક્સપોર્ટ કરો →

વારંવાર પૂછાતા પ્રશ્નો

GeoTIFF કરતાં Zarr શા માટે વધુ સારું છે?
શું Zarr ને નેટવર્ક પર વાંચી શકાય?
Is it vectors or raster inside?
What is the cell size?
How do I open the archive without unpacking it?

સંબંધિત ફોર્મેટ

વારંવાર એકસાથે એક્સપોર્ટ થાય છે

Related Articles