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をエクスポート ✨ オープンベータ — 無料、制限なし

主な機能

VRT XML + GeoTIFFを1つの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ファイルを開けるプログラム

次のプログラムおよびアプリケーションは、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