sandialabs / seat-qgis-plugin

Spatial Environmental Assessment Toolkit (SEAT) QGIS Plugin
https://sandialabs.github.io/seat-qgis-plugin/
GNU General Public License v3.0
1 stars 7 forks source link

"New Erosion" Impossible Classification #28

Closed ssolson closed 9 months ago

ssolson commented 9 months ago

The condition for "New Erosion" is defined as:

For "New Erosion" to occur, mobility_parameter_dev must be both less than mobility_parameter_nodev (first condition) and greater than or equal to 1 (third condition), while mobility_parameter_nodev must be less than 1 (second condition). This set of conditions is mutually exclusive and cannot be satisfied simultaneously.

https://github.com/sandialabs/seat-qgis-plugin/blob/966bcdfd500edf270b7c2cd3032951afd277cbb8/seat/shear_stress_module.py#L95-L97

tnelson-integral commented 9 months ago

changes make in pr #29