Package eoxserver :: Package resources :: Package coverages :: Package management :: Package commands
[hide private]
[frames] | no frames]

Package commands

source code

Submodules [hide private]

Classes [hide private]
  StringFormatCallback
Small helper class to supply a variable number of arguments to a callback function and store the resulting value in the `dest` field of the parser.
  CommandOutputMixIn
  ManageDatasetSeriesCommand
Base class for dataset series content mangement commands.
Functions [hide private]
 
_variable_args_cb(option, opt_str, value, parser)
Helper function for optparse module.
source code
 
get_dataset_ids_for_path(self, path)
Return IDs of all datasets that are referencing the given path.
source code
 
_footprint(src) source code
 
_size(src) source code
 
_extent(src) source code
Variables [hide private]
  logger = logging.getLogger(__name__)
  __package__ = 'eoxserver.resources.coverages.management.commands'
Function Details [hide private]

_variable_args_cb(option, opt_str, value, parser)

source code 
Helper function for optparse module. Allows variable number of option values when used as a callback.