Mercurial > repos > ecology > gdal_ogr2ogr
comparison gdal_macros.xml @ 3:e12db3b4d3a6 draft default tip
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/gdal commit b8d429fc9c59d401a4a55fcd806050939ed41b8b
author | ecology |
---|---|
date | Thu, 20 Jun 2019 06:53:44 -0400 |
parents | 22c54afd1cf3 |
children |
comparison
equal
deleted
inserted
replaced
2:22c54afd1cf3 | 3:e12db3b4d3a6 |
---|---|
126 <option value="cfloat64">CFloat64</option> | 126 <option value="cfloat64">CFloat64</option> |
127 <option value="" selected="true">Select a datatype for the output bands (default)</option> | 127 <option value="" selected="true">Select a datatype for the output bands (default)</option> |
128 </param> | 128 </param> |
129 </xml> | 129 </xml> |
130 | 130 |
131 <!-- need to upgrade gdal version to use | |
132 <xml name="gdal_param_oo"> | 131 <xml name="gdal_param_oo"> |
133 <param name="oo" type="text" label="-oo NAME=VALUE" value="" /> | 132 <repeat name="series_oo" title="Add an input dataset open option"> |
133 <param name="oo" type="text" label="Input dataset open option" help="-oo NAME=VALUE. eg : X_POSSIBLE_NAMES=longitude. Format specific, can be used multiple times." value="" /> | |
134 </repeat> | |
134 </xml> | 135 </xml> |
135 --> | |
136 | 136 |
137 <xml name="gdal_input_raster_multiple"> | 137 <xml name="gdal_input_raster_multiple"> |
138 <param type="data" name="input" format="gtiff,tiff,netcdf,VRT,txt,xml" help="Formats currently supported are : GTiff, netCDF and VRT" label="Gdal supported input file" multiple="true"/> | 138 <param type="data" name="input" format="gtiff,tiff,netcdf,VRT,txt,xml" help="Formats currently supported are : GTiff, netCDF and VRT" label="Gdal supported input file" multiple="true"/> |
139 </xml> | 139 </xml> |
140 | 140 |