shareloc.rpc_converter

shareloc-rpc-converter

Functions

rpc_converter(input_rpc, output_file, rpc_format, ...)

convert rpc to another format.

setup_logging([loglevel])

Setup logging with log level

cli()

Command Line Interface

Module Contents

shareloc.rpc_converter.rpc_converter(input_rpc, output_file, rpc_format, loglevel, override)[source]

convert rpc to another format. :param input_rpc: input rpc :param output_file: output file, existing geotiff or filename :param rpc_format: output rpc format :param override : if True override rpc if already present in geotiff

Parameters:
  • input_rpc (str)

  • output_file (str)

  • rpc_format (str)

  • override (bool)

shareloc.rpc_converter.setup_logging(loglevel=logging.INFO)[source]

Setup logging with log level

shareloc.rpc_converter.cli()[source]

Command Line Interface