Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 869 Bytes

dem_processing.rst

File metadata and controls

27 lines (18 loc) · 869 Bytes

DEM processing module

DemProcessing: Implemented in DemProcessing file

The dem_processing class creates the input needed to the stats_processing_class.

Several DEM processing methods can be used:

  • DEM processing methods using only one DEM:

    • ref
    • sec
    • ref-curvature
    • sec-curvature
  • DEM processing methods using two DEMs:

    • alti-diff
    • alti-diff-slope-norm
    • angular-diff

One can find here the full list of API functions available in the dem_processing module, as well as their description and input and output parameters: DemProcessing API