forTopHeight Class Reference

class for packages.python.forTopHeight More...

+ Inheritance diagram for forTopHeight:

Public Member Functions

def __init__ (self, **kwargs)
 
def __setattr__ (self, name, value)
 
def __repr__ (self)
 
def run (self)
 

Public Attributes

 inFile
 
 searchRadius
 
 feature
 
 minSampleCount
 
 filter
 
 aoi
 

Static Public Attributes

list attrs = ['inFile', 'searchRadius', 'feature', 'minSampleCount', 'filter', 'aoi']
 
list readonly_attrs = []
 

Detailed Description

class for packages.python.forTopHeight

see Python script forTopHeight for further details

Parameters
inFile: input odm file
remark : mandatory
input DataManager file(s) (*.odm). Use argument twice to specify two input files, e.g. '-i 1.odm -i 2.odm. Wildcards are also supported.
searchRadius: searchRadius for feature calculation [m]
remark : optional
feature: feature types to be calculated
remark : mandatory
feature type(s) to be calculated and saved (mean, min, max, median, rms, nmin:[n], nmax:[n], variance, quantile:p (with p in [0,1])).
minSampleCount: minimum number of Points withing the searchRadius for a feature to be calculated
remark : optional
filter: DataManager filter for pre-selection of points
remark : optional
aoi: ESRI polygon shapefile to be used instead of circles with -searchRadius radius
remark : optional