GDAL Translate.
Functions
| on_trait_change(name, *names[, post_init]) | Marks the following method definition as being a handler for the extended trait change specified by name(s). |
Classes
| Bool(**metadata[, default_value]) | Defines a trait whose value must be a Python boolean using a C-level |
| CoorWin(*args, **kwargs) | Trait component to select an area on image with geographic coordinate values. |
| CornerSizePixelWin | Trait component to select an area on image. |
| CornersProjWin | Trait component to select an area on image. |
| DataTypeConvDescriptor(*args, **kwargs) | |
| Enum(*args, **metadata) | Defines a trait whose value must be one of a specified set of values |
| EnumEditor | Editor factory for enumeration editors. |
| Float(**metadata[, default_value]) | Defines a trait whose value must be a Python float using a C-level fast |
| FormatConversionDescriptor(*args, **kwargs) | |
| GainConversionDescriptor([cwd, env, ...]) | |
| 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. |
| HasTraits | Enables any Python class derived from it to have trait atttributes. |
| ImgScale | Trait component for image pixels scaling |
| 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 |
| 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. |
| Pct2RgbDescriptor([cwd, env, isextraenv, ...]) | descriptor for pct2rgb tool from gdal_translate.py |
| PixelWin(*args, **kwargs) | Trait component to select an area on image. |
| PortionExtractionDescriptor([cwd, env, ...]) | |
| PositiveInt(**metadata[, default_value]) | Integer validated only when >= 0 |
| RangeEditor | Editor factory for range editors. |
| RectSize | |
| Srs | Trait component for Spatial Reference Systems |
| 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. |
| TranslateCoorWin(*args, **kwargs) | Area selection component. |
| TranslateCornerSizePixelWin | |
| TranslateCornersProjWin | |
| TranslateDescriptor([cwd, env, isextraenv, ...]) | Descriptor for gdal_translate tool. |
| TranslateImgSubWin | |
| TranslateInputComponent | |
| TranslateMouseSubWin() | |
| TranslatePixelWin(*args, **kwargs) | Trait component to select an area on image for gdal_translate. |
| TranslateSpecificComponent | |
| Tuple(*types, **metadata) | Defines a trait whose value must be a tuple of specified trait types |
| View(*values, **traits) | A Traits-based user interface for one or more objects. |
descriptor for pct2rgb tool from gdal_translate.py
Area selection component.
Trait component to select an area on image with geographic coordinate values for gdal_translate.
It is composed of other Trait components
Descriptor for gdal_translate tool.