satproc.console namespace

Submodules

satproc.console.extract_chips module

This is a skeleton file that can serve as a starting point for a Python console script. To run this script uncomment the following lines in the [options.entry_points] section in setup.cfg:

console_scripts =

fibonacci = satproc.skeleton:run

Then run python setup.py install which will install the command fibonacci inside your current environment. Besides console scripts, the header (i.e. until _logger…) of this file can also be used as template for Python modules.

Note: This skeleton file can be safely removed if not needed!

satproc.console.extract_chips.main(args)[source]

Main entry point allowing external calls

Parameters

args ([str]) – command line parameter list

satproc.console.extract_chips.parse_args(args)[source]

Parse command line parameters

Parameters

args ([str]) – command line parameters as list of strings

Returns

command line parameters namespace

Return type

argparse.Namespace

satproc.console.extract_chips.run()[source]

Entry point for console_scripts

satproc.console.extract_chips.setup_logging(loglevel)[source]

Setup basic logging

Parameters

loglevel (int) – minimum loglevel for emitting messages

satproc.console.filter module

This is a skeleton file that can serve as a starting point for a Python console script. To run this script uncomment the following lines in the [options.entry_points] section in setup.cfg:

console_scripts =

fibonacci = satproc.skeleton:run

Then run python setup.py install which will install the command fibonacci inside your current environment. Besides console scripts, the header (i.e. until _logger…) of this file can also be used as template for Python modules.

Note: This skeleton file can be safely removed if not needed!

satproc.console.filter.main(args)[source]

Main entry point allowing external calls

Parameters

args ([str]) – command line parameter list

satproc.console.filter.parse_args(args)[source]

Parse command line parameters

Parameters

args ([str]) – command line parameters as list of strings

Returns

command line parameters namespace

Return type

argparse.Namespace

satproc.console.filter.run()[source]

Entry point for console_scripts

satproc.console.filter.setup_logging(loglevel)[source]

Setup basic logging

Parameters

loglevel (int) – minimum loglevel for emitting messages

satproc.console.generalize module

satproc.console.generalize.main(args)[source]

Main entry point allowing external calls

Parameters

args ([str]) – command line parameter list

satproc.console.generalize.parse_args(args)[source]

Parse command line parameters

Parameters

args ([str]) – command line parameters as list of strings

Returns

command line parameters namespace

Return type

argparse.Namespace

satproc.console.generalize.run()[source]

Entry point for console_scripts

satproc.console.generalize.setup_logging(loglevel)[source]

Setup basic logging

Parameters

loglevel (int) – minimum loglevel for emitting messages

satproc.console.make_masks module

This is a skeleton file that can serve as a starting point for a Python console script. To run this script uncomment the following lines in the [options.entry_points] section in setup.cfg:

console_scripts =

fibonacci = satproc.skeleton:run

Then run python setup.py install which will install the command fibonacci inside your current environment. Besides console scripts, the header (i.e. until _logger…) of this file can also be used as template for Python modules.

Note: This skeleton file can be safely removed if not needed!

satproc.console.make_masks.main(args)[source]

Main entry point allowing external calls

Parameters

args ([str]) – command line parameter list

satproc.console.make_masks.parse_args(args)[source]

Parse command line parameters

Parameters

args ([str]) – command line parameters as list of strings

Returns

command line parameters namespace

Return type

argparse.Namespace

satproc.console.make_masks.run()[source]

Entry point for console_scripts

satproc.console.make_masks.setup_logging(loglevel)[source]

Setup basic logging

Parameters

loglevel (int) – minimum loglevel for emitting messages

satproc.console.match_histograms module

Apply histogram matching between two rasters.

It manipulates the pixels of an input image so that its histogram matches the histogram of the reference image. The matching is done independently for each band, as long as the number of bands is equal in the input image and the reference.

satproc.console.match_histograms.main(args)[source]

Main entry point allowing external calls

Parameters

args ([str]) – command line parameter list

satproc.console.match_histograms.parse_args(args)[source]

Parse command line parameters

Parameters

args ([str]) – command line parameters as list of strings

Returns

command line parameters namespace

Return type

argparse.Namespace

satproc.console.match_histograms.run()[source]

Entry point for console_scripts

satproc.console.match_histograms.setup_logging(loglevel)[source]

Setup basic logging

Parameters

loglevel (int) – minimum loglevel for emitting messages

satproc.console.polygonize module

satproc.console.polygonize.main(args)[source]

Main entry point allowing external calls

Parameters

args ([str]) – command line parameter list

satproc.console.polygonize.parse_args(args)[source]

Parse command line parameters

Parameters

args ([str]) – command line parameters as list of strings

Returns

command line parameters namespace

Return type

argparse.Namespace

satproc.console.polygonize.run()[source]

Entry point for console_scripts

satproc.console.polygonize.setup_logging(loglevel)[source]

Setup basic logging

Parameters

loglevel (int) – minimum loglevel for emitting messages

satproc.console.scale module

This is a skeleton file that can serve as a starting point for a Python console script. To run this script uncomment the following lines in the [options.entry_points] section in setup.cfg:

console_scripts =

fibonacci = satproc.skeleton:run

Then run python setup.py install which will install the command fibonacci inside your current environment. Besides console scripts, the header (i.e. until _logger…) of this file can also be used as template for Python modules.

Note: This skeleton file can be safely removed if not needed!

satproc.console.scale.main(args)[source]

Main entry point allowing external calls

Parameters

args ([str]) – command line parameter list

satproc.console.scale.parse_args(args)[source]

Parse command line parameters

Parameters

args ([str]) – command line parameters as list of strings

Returns

command line parameters namespace

Return type

argparse.Namespace

satproc.console.scale.run()[source]

Entry point for console_scripts

satproc.console.scale.setup_logging(loglevel)[source]

Setup basic logging

Parameters

loglevel (int) – minimum loglevel for emitting messages

satproc.console.smooth_stitch module

satproc.console.smooth_stitch.main(args)[source]

Main entry point allowing external calls

Parameters

args ([str]) – command line parameter list

satproc.console.smooth_stitch.parse_args(args)[source]

Parse command line parameters

Parameters

args ([str]) – command line parameters as list of strings

Returns

command line parameters namespace

Return type

argparse.Namespace

satproc.console.smooth_stitch.run()[source]

Entry point for console_scripts

satproc.console.smooth_stitch.setup_logging(loglevel)[source]

Setup basic logging

Parameters

loglevel (int) – minimum loglevel for emitting messages

satproc.console.spatial_filter module

satproc.console.spatial_filter.check_kernel_size(value)[source]
satproc.console.spatial_filter.main(args)[source]

Main entry point allowing external calls

Parameters

args ([str]) – command line parameter list

satproc.console.spatial_filter.parse_args(args)[source]

Parse command line parameters

Parameters

args ([str]) – command line parameters as list of strings

Returns

command line parameters namespace

Return type

argparse.Namespace

satproc.console.spatial_filter.run()[source]

Entry point for console_scripts

satproc.console.spatial_filter.setup_logging(loglevel)[source]

Setup basic logging

Parameters

loglevel (int) – minimum loglevel for emitting messages