GDAL Filtering tool.
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 |
| Enum(*args, **metadata) | Defines a trait whose value must be one of a specified set of values |
| FirComponent | Specific Traits component for FIR filtering |
| FirOutputComponent | |
| Float(**metadata[, default_value]) | Defines a trait whose value must be a Python float using a C-level fast |
| GXFir([cwd, env, isextraenv, ...]) | FIR filtering tool descriptor. |
| GaussianStdDev(**metadata[, default_value]) | |
| GdalInputComponent | Input section component in tool configuration |
| GdalOutputComponent | Output 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. |
| Instance(**metadata[, klass, factory, args, ...]) | Defines a trait whose value must be an instance of a specified class, |
| Item(**traits[, value]) | An element in a Traits-based user interface. |
| OddPositiveInt(**metadata[, default_value]) | Integer validated only when >= 0 and odd |
| OrderedDict(*args, **kwds) | |
| PositiveFloat(**metadata[, default_value]) | Float validated only when >= 0 |
| RangeEditor | Editor factory for range editors. |
| Tabbed(*values, **traits) | A group that is shown as a tabbed notebook. |
| TextEditor | Editor factory for text editors. |
| View(*values, **traits) | A Traits-based user interface for one or more objects. |
Override standard method.
“of” and “ot” parameter form is different from gdal standard one
FIR filtering tool descriptor.
Note: some GUI parameters are mapped with a different named parameter in commandline tool (for example GUI ‘stddev’ parameter is mapped with ‘fir_wp1’ tool parameter for ‘gauss’ filter, while with ‘fir_wp2’ for ‘general_gaussian’ one).