VRT 💾

GDAL Virtual Raster (beta)

Open Betabeta
.vrt.zip · application/zip

VRT என்பது ஒரு ராஸ்டர் தரவுத்தொகுப்பின் GDAL-இன் XML விளக்கம். நாங்கள் VRT-ஐ வழங்கப்பட்ட GeoTIFF உடன் சேர்த்து ஒரே ZIP-இல் (map.vrt.zip) தொகுக்கிறோம் — இல்லையெனில் gdalinfo/gdal_translate "map.tif not found" என்று தோல்வியடைகிறது. பீட்டா: இப்போதைக்கு மேலோட்டங்கள் இல்லாமல் ஒற்றை பேண்ட்-தொகுப்பு.

Beta: பீட்டா -- சோதனை நிலை. சேவையால் நேட்டிவ் DWG-ஐ உருவாக்க முடியாவிட்டால், அது நேர்மையாக X-Actual-Format: dxf தலைப்புடன் DXF கோப்பைத் திருப்பித் தருகிறது (இரண்டையும் அதே CAD பயன்பாடுகளே திறக்கின்றன).
VRT ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் ✨ திறந்த பீட்டா — இலவசம், வரம்புகள் இல்லை

முக்கிய அம்சங்கள்

ஒரே ZIP-இல் VRT XML + GeoTIFF
SRS WGS84
GeoTransform
Example VRT export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

VRT வடிவம் பற்றி

VRT is a service format of GDAL: an XML file that contains no pixels but describes where they lie and how to read them. That is the usual way to stitch mosaics and redefine referencing without copying gigabytes of raster.

We hand over the VRT together with the raster itself: the map.vrt.zip archive holds the XML description and the rendered map as a GeoTIFF. That was done deliberately — a lone .vrt would refer to a file you do not have, and gdalinfo simply would not open it.

The XML records the WGS84 coordinate system, the georeferencing (corner coordinates and pixel size) and three RGB bands, each pointing at the corresponding band of the GeoTIFF. The format is in beta status: it is one set of bands with no overview pyramids, and the raster itself is a flattened picture of the map rather than vector layers.

VRT கோப்புகளை எந்த நிரல் திறக்கிறது

OSM2CDR இலிருந்து ஏற்றுமதி செய்யப்பட்ட GDAL Virtual Raster (beta) (.vrt.zip) கோப்புகளைப் பின்வரும் நிரல்களும் பயன்பாடுகளும் திறக்கலாம், திருத்தலாம் மற்றும் அவற்றுடன் வேலை செய்யலாம்:

💻GDAL 🌎QGIS 🌎ArcGIS

Format specifications

VRT வரைபடங்களை யார் பயன்படுத்துகிறார்கள்

🏗
மெய்நிகர் மொசைக்குகள்
A starting point for a mosaic: your own rasters can be added to the description and a common set assembled without copying pixels.
💻
பெரிய ராஸ்டர் விளக்கம்
A lightweight XML passport of the raster with referencing and bands, understood by every GDAL tool.

VRT ஐ எவ்வாறு ஏற்றுமதி செய்வது

1
பகுதியைத் தேர்ந்தெடுங்கள்
osm2cdr.ru இல் உள்ள ஊடாடும் வரைபடத்தில் ஒரு செவ்வகம் அல்லது பலகோணத்தை வரையுங்கள்
2
VRT ஐத் தேர்வுசெய்யுங்கள்
கிடைக்கும் 127 ஏற்றுமதி வடிவங்களின் பட்டியலிலிருந்து GDAL Virtual Raster (beta) ஐத் தேர்ந்தெடுங்கள்
3
ஏற்றுமதி
ஏற்றுமதி என்பதைக் கிளிக் செய்து 1-5 நிமிடங்களில் உங்கள் .vrt.zip கோப்பைப் பெறுங்கள்
4
பதிவிறக்கம்
தயாரான VRT கோப்பைப் பதிவிறக்கம் செய்து அதை GDAL இல் திறக்கவும்

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

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

இலவசம்

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

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

இலவசம் / ஏற்றுமதி
VRT ஐ இப்போதே ஏற்றுமதி செய்யுங்கள் →

அடிக்கடி கேட்கப்படும் கேள்விகள்

அதை எவ்வாறு திறப்பது?
Why are there two files in the archive?
Which coordinate system does the set come in?
Can the files be moved to another folder?

தொடர்புடைய வடிவங்கள்

அடிக்கடி ஒன்றாக ஏற்றுமதி செய்யப்படுகிறது

Related Articles