Mercurial > repos > ecology > gdal_gdalbuildvrt
diff test-data/small_dem.vrt @ 0:d93ba150b401 draft
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tools/gdal commit b964e8f7d7bb076d63a1c7bdfbbdba0f9074d517
author | ecology |
---|---|
date | Tue, 26 Feb 2019 11:48:58 -0500 |
parents | |
children | 490ec45cc8c1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/small_dem.vrt Tue Feb 26 11:48:58 2019 -0500 @@ -0,0 +1,23 @@ +<VRTDataset rasterXSize="240" rasterYSize="120"> + <SRS>GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6269"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4269"]]</SRS> + <GeoTransform> -1.2400010416666670e+02, 2.0850694444444445e-03, 0.0000000000000000e+00, 4.8500104166666667e+01, 0.0000000000000000e+00, -2.0850694444444445e-03</GeoTransform> + <VRTRasterBand dataType="Int16" band="1"> + <NoDataValue>-32767</NoDataValue> + <ComplexSource> + <SourceFilename relativeToVRT="1">dataset_1.dat</SourceFilename> + <SourceBand>1</SourceBand> + <SourceProperties RasterXSize="120" RasterYSize="120" DataType="Int16" BlockXSize="120" BlockYSize="120" /> + <SrcRect xOff="0" yOff="0" xSize="120" ySize="120" /> + <DstRect xOff="119.900083263947" yOff="0" xSize="120" ySize="120" /> + <NODATA>-32767</NODATA> + </ComplexSource> + <ComplexSource> + <SourceFilename relativeToVRT="1">dataset_2.dat</SourceFilename> + <SourceBand>1</SourceBand> + <SourceProperties RasterXSize="120" RasterYSize="120" DataType="Int16" BlockXSize="120" BlockYSize="120" /> + <SrcRect xOff="0" yOff="0" xSize="120" ySize="120" /> + <DstRect xOff="0" yOff="0" xSize="120" ySize="120" /> + <NODATA>-32767</NODATA> + </ComplexSource> + </VRTRasterBand> +</VRTDataset>