shareloc.rpc_converter
shareloc-rpc-converter
Functions
|
convert rpc to another format. |
|
Setup logging with log level |
|
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)