Python script forTreeDetection
See Also
python.forTreeDetection

Aim of module

proxy class for packages.python.forTreeDetection

General description

Parameters
ndsmremark : optional -> nDSM File [mandatory].
erBuildingMaskremark : optional -> building mask (derived from echoratio or other) [mandatory].
dtmremark : optional -> DTM File [mandatory].
truncmaxheightremark : optional -> Upper threshold for truncating too high maxima and high areas above the upper timberline. The first value indicates the treshold for the nDSM. The second value indicates the treshold for the DTM. Example: 50;2100 (in meters) [default = 45;3000].
workingdirremark : optional -> working directory - All results will be stored here (folders will be generated) [default = .].
minheightremark : optional -> minimum tree height for forested areas (in meters) [default = 2].
outfileremark : optional -> output file [estimated]. ODM format.
See Also
Python script forTreeDetection

Parameter description

-n/--nDSM -> nDSM File [mandatory].
Type :
Remark :Optional
Description:
-e/--erBuildingMask -> building mask (derived from echoratio or other) [mandatory].
Type :
Remark :Optional
Description:
-d/--dtm -> DTM File [mandatory].
Type :
Remark :Optional
Description:
-o/--outfile -> output file [estimated]. ODM format.
Type :
Remark :Optional, default:
Description:
-p/--projectDir -> working directory - All results will be stored here (folders will be generated) [default = .].
Type :
Remark :Optional, default: E:\autobuild\swdvlp64\opals
Description:
-m/--minHeight -> minimum tree height for forested areas (in meters) [default = 2].
Type :
Remark :Optional, default: 2
Description:
-t/--truncMaxHeight -> Upper threshold for truncating too high maxima and high areas above the upper timberline. The first value indicates the treshold for the nDSM. The second value indicates the treshold for the DTM. Example: 50;2100 (in meters) [default = 45;3000].
Type :
Remark :Optional, default: 45;3000
Description:

Examples

To be written.