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

Changeset 2:8bb34fcc119a (2019-06-13)
Previous changeset 1:caeb65a2ba87 (2019-02-27) Next changeset 3:4285576f0690 (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
gdal_merge.xml
test-data/small_merged.tif
b
diff -r caeb65a2ba87 -r 8bb34fcc119a gdal_macros.xml
--- a/gdal_macros.xml Wed Feb 27 14:14:36 2019 -0500
+++ b/gdal_macros.xml Thu Jun 13 11:28:21 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 caeb65a2ba87 -r 8bb34fcc119a gdal_merge.xml
--- a/gdal_merge.xml Wed Feb 27 14:14:36 2019 -0500
+++ b/gdal_merge.xml Thu Jun 13 11:28:21 2019 -0400
[
@@ -55,7 +55,6 @@
 
             -o '$output'
         ]]></command>
-
     <inputs>
         <expand macro="gdal_input_raster_multiple"/>  
         <expand macro="gdal_param_of"/>
@@ -100,11 +99,9 @@
             </when>
         </conditional>
     </inputs>
-        
     <outputs>
         <expand macro="gdal_output_change_format"/>
     </outputs>
-
     <tests>
         <test>
             <param name="input" value="small_west.dem,small_east.dem"/>
@@ -112,7 +109,6 @@
             <output name="output" file="small_merged.tif"/>
         </test>
     </tests>
-
     <help><![CDATA[
 ==========================
 Gdal_merge
b
diff -r caeb65a2ba87 -r 8bb34fcc119a test-data/small_merged.tif
b
Binary file test-data/small_merged.tif has changed