changeset 2:dfebd2d3220b 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:30:26 -0400
parents daf66eda45b8
children fd5594c05fab
files gdal_macros.xml gdalwarp.xml test-data/gdalwarp_test2_out.tif test-data/gdalwarp_test3_out.tif test-data/gdalwarp_test4_out.tif test-data/small_warpmerged.tif
diffstat 6 files changed, 1 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/gdal_macros.xml	Wed Feb 27 14:15:54 2019 -0500
+++ b/gdal_macros.xml	Thu Jun 13 11:30:26 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/gdalwarp.xml	Wed Feb 27 14:15:54 2019 -0500
+++ b/gdalwarp.xml	Thu Jun 13 11:30:26 2019 -0400
@@ -63,7 +63,6 @@
         '$output'
 
     ]]></command>
-    
     <inputs>
         <expand macro="gdal_input_raster_multiple"/>
         <expand macro="gdal_param_of"/>
@@ -114,11 +113,9 @@
             </when>
         </conditional>
     </inputs>
-    
     <outputs>
         <expand macro="gdal_output_change_format"/>
     </outputs>
-    
     <tests>
         <test>
             <param name="input" value="stere.tif"/>
@@ -127,14 +124,12 @@
             <param name="advanced" value="simple"/>
             <output name="output" file="stere_warp1.tiff" compare="sim_size" />
         </test>
-        
         <test>
             <param name="input" value="tinyworld.tif"/>
             <param name="t_srs" value="+proj=ortho +datum=WGS84" />
             <param name="advanced" value="simple"/>
             <output name="output" file="gdalwarp_test2_out.tif"/>
         </test>
-        
         <test>
             <param name="input" value="tinyworld.tif"/>
             <param name="t_srs" value="+proj=ortho +datum=WGS84" />
@@ -142,8 +137,6 @@
             <param name="wo" value="SOURCE_EXTRA=125"/>
             <output name="output" file="gdalwarp_test3_out.tif"/>
         </test>
-
-        
         <test>
             <param name="input" value="tinyworld.tif"/>
             <param name="t_srs" value="+proj=ortho +datum=WGS84" />
@@ -153,13 +146,11 @@
             <param name="srcnodata" value="11 10 50"/>
             <output name="output" file="gdalwarp_test4_out.tif"/>
         </test>
-        
         <test>
             <param name="input" value="small_east.dem,small_west.dem"/>
             <param name="advanced" value="simple"/>
             <output name="output" file="small_warpmerged.tif"/>
         </test>     
-        
     </tests>
     <help><![CDATA[
 ==========================
Binary file test-data/gdalwarp_test2_out.tif has changed
Binary file test-data/gdalwarp_test3_out.tif has changed
Binary file test-data/gdalwarp_test4_out.tif has changed
Binary file test-data/small_warpmerged.tif has changed