Mercurial > repos > ecology > gdal_gdalbuildvrt
changeset 2:490ec45cc8c1 draft
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/gdal commit d2c064afb4680f459012473e4de8653079e32c15
author | ecology |
---|---|
date | Thu, 13 Jun 2019 11:28:06 -0400 |
parents | cd4373ce2740 |
children | b6152f24b94d |
files | gdal_macros.xml gdalbuildvrt.xml test-data/small_dem.vrt |
diffstat | 3 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/gdal_macros.xml Wed Feb 27 14:14:24 2019 -0500 +++ b/gdal_macros.xml Thu Jun 13 11:28:06 2019 -0400 @@ -1,5 +1,5 @@ <macros> - <token name="@VERSION@">2.4.0</token> + <token name="@VERSION@">3.0.0</token> <xml name="gdal_requirements"> <requirements> <requirement type="package" version="@VERSION@">gdal</requirement>
--- a/gdalbuildvrt.xml Wed Feb 27 14:14:24 2019 -0500 +++ b/gdalbuildvrt.xml Thu Jun 13 11:28:06 2019 -0400 @@ -89,19 +89,14 @@ <expand macro="gdal_param_separate"/> <param name="allow_projection_difference" type="boolean" truevalue="-allow_projection_difference" falsevalue="" checked="false" label="Allow projection difference" help="-allow_projection_difference. The utility will accept to make a VRT even if the input datasets have not the same projection. Note: this does not mean that they will be reprojected. Their projection will just be ignored" /> <expand macro="gdal_param_a_srs"/> -<!-- - <expand macro="gdal_param_oo"/> ---> <param name="tileindex" type="text" label="Use the specified value as the tile index field" help="-tileindex field_name" value=""/> <param name="sb" type="text" label="Use a subdataset" help="-sd subdataset. If the input dataset contains several subdatasets use a subdataset with the specified number (starting from 1). This is an alternative of giving the full subdataset name as an input" value=""/> </when> </conditional> </inputs> - <outputs> <data name="output" format="xml" label="${on_string}.vrt"/> <!--output fixed to xml until I create vrt format. Should be derivated from xml.--> </outputs> - <tests> <test> <param name="input" value="small_east.dem,small_west.dem"/> @@ -109,7 +104,6 @@ <output name="output" file="small_dem.vrt" lines_diff="4"/> </test> </tests> - <help><![CDATA[ ========================== Gdalbuildvrt
--- a/test-data/small_dem.vrt Wed Feb 27 14:14:24 2019 -0500 +++ b/test-data/small_dem.vrt Thu Jun 13 11:28:06 2019 -0400 @@ -1,5 +1,5 @@ <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> + <SRS dataAxisToSRSAxisMapping="2,1">GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6269"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AXIS["Latitude",NORTH],AXIS["Longitude",EAST],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>