GDAL Merge
Classes
| Bool(**metadata[, default_value]) | Defines a trait whose value must be a Python boolean using a C-level |
| CoarseMosaicDescriptor([cwd, env, ...]) | |
| CoarseMosaicInputComponent | |
| CornersPixelWin | Trait component to select an area on image with row-column |
| Enum(*args, **metadata) | Defines a trait whose value must be one of a specified set of values |
| File(**metadata[, value, filter, auto_set, ...]) | Defines a trait whose value must be the name of a file using a C-level |
| GdalDataset | |
| GdalFileEditor2(*args, **traits) | Custom File Editor Factory using GdalSimpleFileEditor2 |
| GdalInputComponent | Input section component in tool configuration |
| GdalSpecificComponent | Specific section component in tool configuration |
| GdalToolDescriptor([executable, cwd, env, ...]) | Base tool configuration and cmdline building for gdal tools. |
| Group(*values, **traits) | Represents a grouping of items in a user interface view. |
| HGroup(*values, **traits) | A group whose items are laid out horizontally. |
| ImgSubwindow | Trait component to select an area on image |
| Instance(**metadata[, klass, factory, args, ...]) | Defines a trait whose value must be an instance of a specified class, |
| InstanceEditor | Editor factory for instance editors. |
| Int(**metadata[, default_value]) | Defines a trait whose value must be a Python int using a C-level fast |
| Item(**traits[, value]) | An element in a Traits-based user interface. |
| List(**metadata[, trait, value, minlen, ...]) | Defines a trait whose value must be a list whose items are of the |
| ListEditor | Editor factory for list editors. |
| Merge2RgbDescriptor([cwd, env, isextraenv, ...]) | |
| Merge2RgbInputComponent | |
| MergeCornersPixelWin | |
| MergeDescriptor([cwd, env, isextraenv, ...]) | descriptor for gdal_merge.py tool |
| MergeImgSubwindow | |
| MergeMouseSubWin() | |
| MergePixelWin(*args, **kwargs) | Trait component to select an area on image for gdal_translate. |
| MergeSpecificComponent | |
| MouseSubwindow() | Trait component to select an area on image with mouse cursor |
| OptionalTrait(object[, style]) | Base Trait component to make an optional Trait Type GUI. |
| PixelWin(*args, **kwargs) | Trait component to select an area on image. |
| String(**metadata[, value, minlen, maxlen, ...]) | Defines a trait whose value must be a Python string whose length is |
| Tabbed(*values, **traits) | A group that is shown as a tabbed notebook. |
| Tuple(*types, **metadata) | Defines a trait whose value must be a tuple of specified trait types |
| VGroup(*values, **traits) | A group whose items are laid out vertically. |
| View(*values, **traits) | A Traits-based user interface for one or more objects. |
descriptor for gdal_merge.py tool
gdal_merge.py [-o out_filename] [-of out_format] [-co NAME=VALUE]* [-ps pixelsize_x pixelsize_y] [-separate] [-v] [-pct] [-ul_lr ulx uly lrx lry] [-n nodata_value] [-init value] [-ot datatype] [-createonly] input_files [–help-general]