nens / threedi-schematisation-editor

QGIS tool for editing schematisations
0 stars 0 forks source link

Processing algorithm "Manhole bottom level from pipes" #209

Closed leendertvanwolfswinkel closed 3 months ago

leendertvanwolfswinkel commented 4 months ago

Input

Output

Algorithm

jordienetten commented 4 months ago

Please also for Culverts :-)

ldebek commented 4 months ago

Tool ready for testing on branch: https://github.com/nens/threedi-schematisation-editor/tree/manhole_bottom_level_from_pipes

leendertvanwolfswinkel commented 4 months ago

@ldebek I made a PR from your branch

Some feedback:

leendertvanwolfswinkel commented 3 months ago

@jordienetten je kan hetzelfde processing algorithm ook voor Culverts gebruiken, moet je in plaats van Pipes als input gewoon Culverts kiezen.

Opmerking hierbij: De reden om manholes aan begin en eind van culverts te plaatsen is meestal om de calculation type van die nodes op connected te zetten. We zijn momenteel het database-schema aan het herzien; in het nieuwe database schema zit het calculation type (waarschijnlijk) niet meer op de manhole, maar op de _connectionnode. De combinatie culvert/manhole wordt daarmee waarschijnlijk een uitzondering.

leendertvanwolfswinkel commented 3 months ago

@ldebek tested, please merge