gdaltools.pct2rgb

GDAL ptc2rgb.

Classes

GdalInputComponent Input section component in tool configuration
GdalToolDescriptor([executable, cwd, env, ...]) Base tool configuration and cmdline building for gdal tools.
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.
Pct2RgbDescriptor([cwd, env, isextraenv, ...]) descriptor for pct2rgb tool
RangeEditor Editor factory for range editors.
View(*values, **traits) A Traits-based user interface for one or more objects.
class gdaltools.pct2rgb.Pct2RgbDescriptor(cwd=None, env=None, isextraenv=True, stdout_handler=None, stderr_handler=None, mainwin=None)

descriptor for pct2rgb tool

pct2rgb.py [-of format] [-b <band>] source_file dest_file

Previous topic

gdaltools.nearblack

Next topic

gdaltools.polygonize

This Page