Python script forTreeDetection
Table of Contents
- See Also
- python.forTreeDetection
Aim of module
proxy class for packages.python.forTreeDetection
General description
- Parameters
-
ndsm remark : optional -> nDSM File [mandatory]. erBuildingMask remark : optional -> building mask (derived from echoratio or other) [mandatory]. dtm remark : optional -> DTM File [mandatory]. truncmaxheight remark : 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]. workingdir remark : optional -> working directory - All results will be stored here (folders will be generated) [default = .]. minheight remark : optional -> minimum tree height for forested areas (in meters) [default = 2]. outfile remark : optional -> output file [estimated]. ODM format.
- See Also
- Python script forTreeDetection
Parameter description
-n/--nDSM -> nDSM File [mandatory].
Type :
Remark :Optional
Description:
Remark :Optional
Description:
-e/--erBuildingMask -> building mask (derived from echoratio or other) [mandatory].
Type :
Remark :Optional
Description:
Remark :Optional
Description:
-d/--dtm -> DTM File [mandatory].
Type :
Remark :Optional
Description:
Remark :Optional
Description:
-o/--outfile -> output file [estimated]. ODM format.
Type :
Remark :Optional, default:
Description:
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:
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:
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:
Remark :Optional, default: 45;3000
Description:
Examples
To be written.
