- See also
- python.workflows._validateCRS
Aim of module
validate given CRS string and try fix whenever possible. print out fixed CRS
General description
Parameter description
-infile name of ODM or raster file in GDAl supported format
Type : Path
Remark : optional
-wkt filename containing CRS spec in WKT format
Type : Path
Remark : optional
Logging Options
Settings concerning the verbosity level of logging.
-fileLogLevel Log level in the logfile
Type : LogLevel
Remark : optional, default: info
-screenLogLevel Log level on screen
Type : LogLevel
Remark : optional, default: info
-logger Logger
Type : Logger
Remark : optional
Description: Logger is usually provided by the opals framework.The user may provide their own logger object, but it has to function in the same way as the opals Logger.
Examples
To be written.