python.packages.analyzeDEM Namespace Reference

proxy class for packages.python.analyzeDEM More...

Classes

class  analyzeDEM

Detailed Description

proxy class for packages.python.analyzeDEM

Parameters
kernelremark : optional Specification of one kernel shape from the opals-supported types [square (default) | circle | diamond]. Circle and diamond can only be used for a kernel size of 2 or higher.
dtmremark : optional File or path containing Digital Terrain Model(s) [mandatory].
zoneremark : optional Polygon Shape file or point list (x1 y1 x2 y2 ... - see below) defining zone polygon(s) [optional].
roundingremark : optional Options for rounding the results to exakt pixel positions ["corner"=default | "center"
skipremark : optional Skip processing if result already exists. [1=skip(default) | 0=overwrite]
polyremark : optional Manual Selection of polygons within the Shape file [optional]. Polygons are selected by their names of the attribute specified under -a. More inputs are separated by semicolon (;).
histremark : optional Decision if an additional histogram plot file (SVG) shall be stored. [1=yes | 0=no (default)]
visremark : optional Add Shadings and colored maps to the report [1=yes(default) | 0=no]
attremark : optional Name of the Shape file attribute used as a zone name [default = "id"].
dsmremark : optional File or wildcard path containing Digital Surface Model(s) [optional]. Attention! All filename parts replaced by a wildcard symbol have to correspond with the replaced parts of the DTM filenames.
deleteremark : optional All intermediate results not contained in the report can be automatically deleted to save memory. [1=delete | 0=keep (default)]
borderremark : optional By default, non-rectangular zones are also used as a rectangular bounding boxes for performance reasons. With this parameter, the processing is limited to the real polygons what is more time-consuming. [1=exact polygons | 0=rectangular bounding box (default)]
dirremark : optional Existing directory to store the generated files. [default = CWD]
sizeremark : optional Kernel size for the grid feature derivation [default=1]. More values can be passed separated by a comma (e.g. "-r 2,3,5").
See Also
Python script analyzeDEM