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
ஏற்றுமதி
ஏற்றுமதி என்பதைக் கிளிக் செய்து 1-5 நிமிடங்களில் உங்கள் .zarr.zip கோப்பைப் பெறுங்கள்
4
பதிவிறக்கம்
தயாரான Zarr கோப்பைப் பதிவிறக்கம் செய்து அதை Python Zarr இல் திறக்கவும்

ஏற்றுமதிக்குப் பிறகு எப்படித் திறப்பது

Zarr இல் பிரபலமான வரைபடங்கள்

இலவசம்

Zarr (beta) வரைபட ஏற்றுமதிகளைப் பெறுங்கள்

OpenStreetMap இலிருந்து தொழில்முறை Zarr வரைபடங்களைப் பதிவிறக்கம் செய்யுங்கள். உடனடி உருவாக்கம், எந்தப் பகுதியும்.

இலவசம் / ஏற்றுமதி
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