Skip to content

Instantly share code, notes, and snippets.

@jrosell
Created July 30, 2023 10:29
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 jrosell/c07d8c2d979f1d17a435efb75788012a to your computer and use it in GitHub Desktop.
Save jrosell/c07d8c2d979f1d17a435efb75788012a to your computer and use it in GitHub Desktop.
<VRTDataset rasterXSize="10" rasterYSize="10">
<SRS dataAxisToSRSAxisMapping="2,1">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","9122"]],AXIS["Latitude",NORTH],AXIS["Longitude",EAST],AUTHORITY["EPSG","4326"]]</SRS>
<GeoTransform> 0.0000000000000000e+00, 1.0000000000000000e+00, 0.0000000000000000e+00, 9.0000000000000000e+01, 0.0000000000000000e+00, -1.8000000000000000e+01</GeoTransform>
<VRTRasterBand dataType="Float32" band="1">
<NoDataValue>nan</NoDataValue>
<ColorInterp>Gray</ColorInterp>
<ComplexSource>
<SourceFilename relativeToVRT="0">rasters/raster.tif</SourceFilename>
<SourceBand>1</SourceBand>
<SourceProperties RasterXSize="10" RasterYSize="10" DataType="Float32" BlockXSize="10" BlockYSize="10" />
<SrcRect xOff="0" yOff="0" xSize="10" ySize="10" />
<DstRect xOff="0" yOff="0" xSize="10" ySize="10" />
<NODATA>nan</NODATA>
</ComplexSource>
</VRTRasterBand>
<VRTRasterBand dataType="Float32" band="2">
<NoDataValue>nan</NoDataValue>
<ComplexSource>
<SourceFilename relativeToVRT="0">rasters/raster.tif</SourceFilename>
<SourceBand>2</SourceBand>
<SourceProperties RasterXSize="10" RasterYSize="10" DataType="Float32" BlockXSize="10" BlockYSize="10" />
<SrcRect xOff="0" yOff="0" xSize="10" ySize="10" />
<DstRect xOff="0" yOff="0" xSize="10" ySize="10" />
<NODATA>nan</NODATA>
</ComplexSource>
</VRTRasterBand>
<VRTRasterBand dataType="Float32" band="3">
<NoDataValue>nan</NoDataValue>
<ComplexSource>
<SourceFilename relativeToVRT="0">rasters/raster.tif</SourceFilename>
<SourceBand>3</SourceBand>
<SourceProperties RasterXSize="10" RasterYSize="10" DataType="Float32" BlockXSize="10" BlockYSize="10" />
<SrcRect xOff="0" yOff="0" xSize="10" ySize="10" />
<DstRect xOff="0" yOff="0" xSize="10" ySize="10" />
<NODATA>nan</NODATA>
</ComplexSource>
</VRTRasterBand>
<VRTRasterBand dataType="Float32" band="4">
<NoDataValue>nan</NoDataValue>
<ComplexSource>
<SourceFilename relativeToVRT="0">rasters/raster.tif</SourceFilename>
<SourceBand>4</SourceBand>
<SourceProperties RasterXSize="10" RasterYSize="10" DataType="Float32" BlockXSize="10" BlockYSize="10" />
<SrcRect xOff="0" yOff="0" xSize="10" ySize="10" />
<DstRect xOff="0" yOff="0" xSize="10" ySize="10" />
<NODATA>nan</NODATA>
</ComplexSource>
</VRTRasterBand>
<VRTRasterBand dataType="Float32" band="5">
<NoDataValue>nan</NoDataValue>
<ComplexSource>
<SourceFilename relativeToVRT="0">rasters/raster.tif</SourceFilename>
<SourceBand>5</SourceBand>
<SourceProperties RasterXSize="10" RasterYSize="10" DataType="Float32" BlockXSize="10" BlockYSize="10" />
<SrcRect xOff="0" yOff="0" xSize="10" ySize="10" />
<DstRect xOff="0" yOff="0" xSize="10" ySize="10" />
<NODATA>nan</NODATA>
</ComplexSource>
</VRTRasterBand>
</VRTDataset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment