changeset 2:8bb34fcc119a 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:21 -0400
parents caeb65a2ba87
children 4285576f0690
files gdal_macros.xml gdal_merge.xml test-data/small_merged.tif
diffstat 3 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gdal_macros.xml	Wed Feb 27 14:14:36 2019 -0500
+++ b/gdal_macros.xml	Thu Jun 13 11:28:21 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/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
Binary file test-data/small_merged.tif has changed