- See also
- python.workflows.forCrownCoverage
Aim of module
Calculates the crown coverage for a triplet of trees.
General description
- See also
- Script documentation
Parameter description
-infile input UCD file
Type : Path
Remark : mandatory
-outfile output file
Type : Path
Remark : mandatory
-percentage percentage
Type : Floating-point number
Remark : optional, default: 0.3
-maxLength max length
Type : Integer
Remark : optional, default: 20
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.