Custom exectools components for GDAL.
Classes
BaseGdalToolDescriptor(executable[, args, ...]) | Base class for GDAL tool descriprors. |
GdalAddOverviewDescriptor([cwd, env, ...]) | Tool descriptor for the gdaladdo utility program. |
GdalInfoDescriptor([cwd, env, ...]) | Tool descriptor for the gdalinfo utility program. |
GdalOutputHandler([logger, statusbar, ...]) | Handler for the GDAL simple progress report to terminal. |
Qt4OutputHandler([logger, statusbar, ...]) | Qt4 Output Handler. |
Bases: exectools.ToolDescriptor
Base class for GDAL tool descriprors.
Parameters: |
|
---|
See also
BaseOutputHandler
Bases: gsdview.gdalbackend.gdalexectools.BaseGdalToolDescriptor
Tool descriptor for the gdaladdo utility program.
Initialization:
Parameters: |
|
---|
See also
resampling methods
TIFF compression methods
TIFF interleaving methods
Allowed options for BigTIFF flag
TIFF compression method.
This attribute is only used if external overviews are stored in GeoTIFF format.
photometric interpretation: RGB, YCBCR, etc. (only for external overviews in GeoTIFF format). If None use GDAL defaults.
ensure that gdaladdo works in readonly mode
use Erdas Imagine format (.aux) as overview format. If None use GDAL defaults.
Bases: gsdview.gdalbackend.gdalexectools.BaseGdalToolDescriptor
Tool descriptor for the gdalinfo utility program.
Parameters: |
|
---|
See also
force computation of the checksum for each band in the dataset.
report histogram information for all bands.
report metadata for the specified domain.
force computation of the actual min/max values for each band in the dataset.
suppress printing of color table.
suppress ground control points list printing. It may be useful for datasets with huge amount of GCPs, such as L1B AVHRR or HDF4 MODIS which contain thousands of the ones.
suppress metadata printing. Some datasets may contain a lot of metadata strings.
suppress raster attribute table printing.
read and display image statistics. Force computation if no statistics are stored in an image.
Bases: exectools.qt4.Qt4OutputHandler
Handler for the GDAL simple progress report to terminal.
This progress reporter prints simple progress report to the terminal window. The progress report generally looks something like this:
“0...10...20...30...40...50...60...70...80...90...100 - done.”
Every 2.5% of progress another number or period is emitted.