Skip to content

Instantly share code, notes, and snippets.

@drnextgis
Created August 27, 2020 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drnextgis/3cbdbace7b5b8b80c3c6169b109bf9db to your computer and use it in GitHub Desktop.
Save drnextgis/3cbdbace7b5b8b80c3c6169b109bf9db to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<VRTDataset rasterXSize="65" rasterYSize="65">
<SRS>GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]]</SRS>
<GeoTransform>-16.0,0.5,0.0,16.0,0.0,-0.5</GeoTransform>
<VRTRasterBand band="1" dataType="Byte">
<NoDataValue>42</NoDataValue>
<ColorInterp>Red</ColorInterp>
<ComplexSource>
<SourceFilename relativeToVRT="1" shared="0">dummy.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties BlockXSize="16" BlockYSize="16" RasterXSize="65" RasterYSize="65" dataType="Byte" />
<SrcRect xOff="0" xSize="1" yOff="0" ySize="1" />
<DstRect xOff="0" xSize="65" yOff="0" ySize="65" />
<ScaleRatio>0</ScaleRatio>
<ScaleOffset>42</ScaleOffset>
</ComplexSource>
<ComplexSource>
<SourceFilename relativeToVRT="0" shared="0">/vsicurl/https://raw.githubusercontent.com/mapbox/rasterio/master/tests/data/green.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties BlockXSize="16" BlockYSize="16" RasterXSize="65" RasterYSize="65" dataType="Byte" />
<SrcRect xOff="0" xSize="64" yOff="0" ySize="64" />
<DstRect xOff="32.0" xSize="64.0" yOff="32.0" ySize="64.0" />
<OpenOptions />
</ComplexSource>
</VRTRasterBand>
<VRTRasterBand band="2" dataType="Byte">
<NoDataValue>42</NoDataValue>
<ColorInterp>Green</ColorInterp>
<ComplexSource>
<SourceFilename relativeToVRT="1" shared="0">dummy.tif</SourceFilename>
<SourceBand>2</SourceBand>
<SourceProperties BlockXSize="16" BlockYSize="16" RasterXSize="65" RasterYSize="65" dataType="Byte" />
<SrcRect xOff="0" xSize="1" yOff="0" ySize="1" />
<DstRect xOff="0" xSize="65" yOff="0" ySize="65" />
<ScaleRatio>0</ScaleRatio>
<ScaleOffset>42</ScaleOffset>
</ComplexSource>
<ComplexSource>
<SourceFilename relativeToVRT="0" shared="0">/vsicurl/https://raw.githubusercontent.com/mapbox/rasterio/master/tests/data/green.tif</SourceFilename>
<SourceBand>2</SourceBand>
<SourceProperties BlockXSize="16" BlockYSize="16" RasterXSize="65" RasterYSize="65" dataType="Byte" />
<SrcRect xOff="0" xSize="64" yOff="0" ySize="64" />
<DstRect xOff="32.0" xSize="64.0" yOff="32.0" ySize="64.0" />
<OpenOptions />
</ComplexSource>
</VRTRasterBand>
<VRTRasterBand band="3" dataType="Byte">
<NoDataValue>42</NoDataValue>
<ColorInterp>Blue</ColorInterp>
<ComplexSource>
<SourceFilename relativeToVRT="1" shared="0">dummy.tif</SourceFilename>
<SourceBand>3</SourceBand>
<SourceProperties BlockXSize="16" BlockYSize="16" RasterXSize="65" RasterYSize="65" dataType="Byte" />
<SrcRect xOff="0" xSize="1" yOff="0" ySize="1" />
<DstRect xOff="0" xSize="65" yOff="0" ySize="65" />
<ScaleRatio>0</ScaleRatio>
<ScaleOffset>42</ScaleOffset>
</ComplexSource>
<ComplexSource>
<SourceFilename relativeToVRT="0" shared="0">/vsicurl/https://raw.githubusercontent.com/mapbox/rasterio/master/tests/data/green.tif</SourceFilename>
<SourceBand>3</SourceBand>
<SourceProperties BlockXSize="16" BlockYSize="16" RasterXSize="65" RasterYSize="65" dataType="Byte" />
<SrcRect xOff="0" xSize="64" yOff="0" ySize="64" />
<DstRect xOff="32.0" xSize="64.0" yOff="32.0" ySize="64.0" />
<OpenOptions />
</ComplexSource>
</VRTRasterBand>
</VRTDataset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment