nens / threedi-schematisation-editor

QGIS tool for editing schematisations
0 stars 0 forks source link

Processing Algorithm: Create breaches at fixed interval #105

Closed leendertvanwolfswinkel closed 1 year ago

leendertvanwolfswinkel commented 1 year ago

Algorithm description Algorithm should follow roughly the following logic:

Parameters

Name Description Data type Allow using only selected features
Channels Channels where the breach line starts Vector layer (line geometry) Yes
Interval [m] A breach will be created along the channel at the specified interval Float ( > 0) -
Material Material (sand or clay) of the dike that will be breached String / enum ("Sand" or "Clay") -
Exchange level Crest level of the dike Float -
Max breach depth Maximum depth of breach relative to exchange level Float (>0) -
Output potential_breach layer Vector layer to which the output breaches will be appended Vector layer (line geometry) -

Cases that should be handled

leendertvanwolfswinkel commented 1 year ago

No longer relevant