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: Beta -- 实验性。如果服务无法生成原生 DWG,则返回带有诚实 X-Actual-Format: dxf 标头的 DXF 文件(相同的 CAD 应用程序都能打开)。
立即导出 VRT ✨ Open Beta — 免费无限制

主要特点

VRT XML + GeoTIFF 打包为单一 ZIP
SRS WGS84
GeoTransform
VRT 格式导出示例(莫斯科中心,1x0.5 公里)
示例:莫斯科中心区,约 1x0.5 公里,中等详细度

关于 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

格式规格

谁在使用 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 的交互式地图上绘制矩形或多边形
2
选择 VRT
从 127 种可用导出格式中选择 GDAL Virtual Raster (beta)
3
导出
点击导出,1–5 分钟内收到您的 .vrt.zip 文件
4
下载
下载完成的 VRT 文件并在 GDAL 中打开

导出后如何打开

VRT 格式的热门地图

Free

导出 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