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 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

단일 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