You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this ticket is to implement the equivalent of dem_processing from demcompare. These are altitude difference visualizations.
Thus, the following need to be implemented:
AltiDiffSlopeNorm
AngularDiff
Code
We propose implementing these two processes directly in the DEM class, with the creation of two methods:
def alti_diff_slope_norm() and def angular_diff().
Context
The goal of this ticket is to implement the equivalent of
dem_processing
fromdemcompare
. These are altitude difference visualizations.Thus, the following need to be implemented:
AltiDiffSlopeNorm
AngularDiff
Code
We propose implementing these two processes directly in the
DEM
class, with the creation of two methods:def alti_diff_slope_norm()
anddef angular_diff()
.Example Usage:
The idea is to take inspiration from what is done for terrain attributes.
For
alti_diff_slope_norm
:For
angular_diff
:Additionally:
For Tests
Take inspiration from what was done in
demcompare
.Documentation
Update the documentation.
The text was updated successfully, but these errors were encountered: