VRT 💾

GDAL Virtual Raster (beta)

Open Betabeta
.vrt.zip · application/zip

VRT is GDAL's XML description of a raster dataset. We pack the VRT together with a rendered GeoTIFF into a single ZIP (map.vrt.zip) — otherwise gdalinfo/gdal_translate fail with "map.tif not found". Beta: single band-set without overviews for now.

Beta: Beta -- experimental. If the service cannot build a native DWG it returns a DXF file with an honest X-Actual-Format: dxf header (the same CAD applications open both).
Export VRT now ✨ Open Beta — free, no limits

Key Features

VRT XML + GeoTIFF in a single ZIP
SRS WGS84
GeoTransform
Example VRT export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

About VRT Format

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.

What Program Opens VRT Files

The following programs and applications can open, edit, and work with GDAL Virtual Raster (beta) (.vrt.zip) files exported from OSM2CDR:

💻GDAL 🌎QGIS 🌎ArcGIS

Format specifications

Who Uses VRT Maps

🏗
Virtual mosaics
A starting point for a mosaic: your own rasters can be added to the description and a common set assembled without copying pixels.
💻
Large raster description
A lightweight XML passport of the raster with referencing and bands, understood by every GDAL tool.

How to Export VRT

1
Select area
Draw a rectangle or polygon on the interactive map at osm2cdr
2
Choose VRT
Select GDAL Virtual Raster (beta) from the list of 127 available export formats
3
Export
Click Export and receive your .vrt.zip file in 1-5 minutes
4
Download
Download the ready VRT file and open it in GDAL

How to Open After Export

Popular maps in VRT

Free

Get GDAL Virtual Raster (beta) map exports

Download professional VRT maps from OpenStreetMap. Instant generation, any area.

Free / export
Export VRT now →

Frequently Asked Questions

How do I open it?
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 Formats

Frequently Exported Together

Related Articles