Repository 'gdal_gdalwarp'
hg clone https://toolshed.g2.bx.psu.edu/repos/ecology/gdal_gdalwarp

Changeset 2:dfebd2d3220b (2019-06-13)
Previous changeset 1:daf66eda45b8 (2019-02-27) Next changeset 3:fd5594c05fab (2019-06-20)
Commit message:
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/gdal commit d2c064afb4680f459012473e4de8653079e32c15
modified:
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
b
diff -r daf66eda45b8 -r dfebd2d3220b gdal_macros.xml
--- a/gdal_macros.xml Wed Feb 27 14:15:54 2019 -0500
+++ b/gdal_macros.xml Thu Jun 13 11:30:26 2019 -0400
b
@@ -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>
b
diff -r daf66eda45b8 -r dfebd2d3220b gdalwarp.xml
--- 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[
 ==========================
b
diff -r daf66eda45b8 -r dfebd2d3220b test-data/gdalwarp_test2_out.tif
b
Binary file test-data/gdalwarp_test2_out.tif has changed
b
diff -r daf66eda45b8 -r dfebd2d3220b test-data/gdalwarp_test3_out.tif
b
Binary file test-data/gdalwarp_test3_out.tif has changed
b
diff -r daf66eda45b8 -r dfebd2d3220b test-data/gdalwarp_test4_out.tif
b
Binary file test-data/gdalwarp_test4_out.tif has changed
b
diff -r daf66eda45b8 -r dfebd2d3220b test-data/small_warpmerged.tif
b
Binary file test-data/small_warpmerged.tif has changed