python.packages.analyzeDEM Namespace Reference
proxy class for packages.python.analyzeDEM More...
Classes | |
| class | analyzeDEM |
Detailed Description
proxy class for packages.python.analyzeDEM
- Parameters
-
kernel remark : 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. dtm remark : optional File or path containing Digital Terrain Model(s) [mandatory]. zone remark : optional Polygon Shape file or point list (x1 y1 x2 y2 ... - see below) defining zone polygon(s) [optional]. rounding remark : optional Options for rounding the results to exakt pixel positions ["corner"=default | "center" skip remark : optional Skip processing if result already exists. [1=skip(default) | 0=overwrite] poly remark : 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 (;). hist remark : optional Decision if an additional histogram plot file (SVG) shall be stored. [1=yes | 0=no (default)] vis remark : optional Add Shadings and colored maps to the report [1=yes(default) | 0=no] att remark : optional Name of the Shape file attribute used as a zone name [default = "id"]. dsm remark : 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. delete remark : optional All intermediate results not contained in the report can be automatically deleted to save memory. [1=delete | 0=keep (default)] border remark : 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)] dir remark : optional Existing directory to store the generated files. [default = CWD] size remark : 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
