VRT 💾

GDAL Virtual Raster (beta)

Open Betabeta
.vrt.zip · application/zip

‏VRT הוא תיאור XML של מערך נתוני רסטר מבית GDAL. אנו אורזים את ה-VRT יחד עם GeoTIFF מרונדר אל ZIP יחיד (map.vrt.zip) — אחרת gdalinfo/gdal_translate נכשלים עם השגיאה "map.tif not found". בטא: ערכת ערוצים יחידה ללא תצוגות מקדימות בינתיים.

Beta: בטא -- ניסיוני. אם השירות אינו מצליח לבנות DWG מקורי, הוא מחזיר קובץ DXF עם כותרת כנה X-Actual-Format: dxf (אותן תוכנות CAD פותחות את שניהם).
ייצוא VRT עכשיו ✨ Open Beta — חינם, ללא הגבלות

תכונות עיקריות

✓‏VRT XML ‏+ GeoTIFF ב-ZIP יחיד
✓‏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

התוכנות והיישומים הבאים יכולים לפתוח, לערוך ולעבוד עם קבצי GDAL Virtual Raster (beta) (.vrt.zip) שיוצאו מ-OSM2CDR:

💻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
בחרו GDAL Virtual Raster (beta) מתוך רשימת 127 פורמטי הייצוא הזמינים
3
ייצוא
לחצו על ייצוא וקבלו את קובץ ה-.vrt.zip שלכם תוך 1-5 דקות
4
הורדה
הורידו את קובץ ה-VRT המוכן ופתחו אותו ב-GDAL

איך לפתוח לאחר הייצוא

מפות פופולריות בפורמט VRT

חינם

קבלו ייצוא מפות בפורמט GDAL Virtual Raster (beta)

הורידו מפות VRT מקצועיות מ-OpenStreetMap. יצירה מיידית, לכל אזור.

חינם / ייצוא
ייצוא 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