- See also
- python.workflows._setCRS
Aim of module
set CRS and print out CRS information to or from ODM or GDAL dataset
General description
if no CRS information is specified, then the program only prints out the available CRS information. for more usage information see Coordinate Reference Systems (CRS)
Parameter description
-infile name of ODM or raster file in GDAL supported format
Type : Path
Remark : mandatory
-epsgCode EPSG code
Type : Integer
Remark : optional
-wkt filename containing CRS spec in WKT format
Type : Path
Remark : optional
-copySource filename (ODM or raster) containing CRS spec in WKT format
Type : Path
Remark : optional
-reset reset clears CRS contents from ODM/raster file
Type : Boolean
Remark : optional, default: False
possible input | evaluates to |
1, true, yes, Boolean(True), True | Boolean(True) |
0, false, no, Boolean(False), False | Boolean(False) |
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.