- See also
- python.workflows.opalsPreprocess
Aim of module
Package script providing tools for preprocessing of ALS data.
General description
- See also
- Script documentation
The Python script opalsPreprocess is the main script for the corresponding opalsPreprocess package. It uses multiple sub-scripts to perform several preprocessing operations. The following aspects are covered:
- Outlier detection
- Automatic data tiling
- Laser footprint calculation
- ...
Parameter description
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.