-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 235 layers not calculated correctly waterside #240
fix: 235 layers not calculated correctly waterside #240
Conversation
…se from these bugs
…meant to be run locally
ebdb951
to
7a0f9e3
Compare
commit d8529ac Author: Ardt Klapwijk <[email protected]> Date: Mon Dec 16 15:38:54 2024 +0100 test: update reference data commit da17886 Merge: 5710c6f 2d92a4c Author: Ardt Klapwijk <[email protected]> Date: Mon Dec 16 15:34:50 2024 +0100 Merge branch 'master' into feat/181-extend-calculations-for-having-berm-as-part-of-input-profile commit 5710c6f Author: Peter de Grave <[email protected]> Date: Mon Dec 16 11:08:39 2024 +0100 #181 test cases Added test cases to reproduce bugs #233 and #235 commit 5083940 Author: peterdgr <[email protected]> Date: Mon Dec 9 15:35:27 2024 +0100 feat: 181 extend calculations for having berm as part of input profile Enhancements for stability wall input profile commit 044f4d9 Author: peterdgr <[email protected]> Date: Mon Dec 9 15:34:56 2024 +0100 feat: 181 extend calculations for having berm as part of input profile Use unbuild ground price for VPS commit 78e5459 Author: peterdgr <[email protected]> Date: Mon Dec 9 15:34:23 2024 +0100 feat: 181 extend calculations for having berm as part of input profile Include dikesection names in export commit 850914a Author: peterdgr <[email protected]> Date: Mon Dec 9 15:33:19 2024 +0100 feat: 181 extend calculations for having berm as part of input profile Prevent error at export of shapefile commit f393ff4 Merge: e60ed60 3ab9c75 Author: Ardt Klapwijk <[email protected]> Date: Wed Nov 13 11:36:15 2024 +0100 Merge branch 'master' into feat/181-extend-calculations-for-having-berm-as-part-of-input-profile commit e60ed60 Merge: 356764e 5450a2c Author: Ardt Klapwijk <[email protected]> Date: Wed Nov 13 10:56:49 2024 +0100 Merge branch 'master' into feat/181-extend-calculations-for-having-berm-as-part-of-input-profile commit 356764e Merge: fbbe933 d942e77 Author: Carles S. Soriano Pérez <[email protected]> Date: Mon Nov 11 11:44:57 2024 +0100 Merge branch 'master' into feat/181-extend-calculations-for-having-berm-as-part-of-input-profile commit fbbe933 Merge: 93e31c3 b05ad5e Author: Carles S. Soriano Pérez <[email protected]> Date: Mon Nov 11 09:22:17 2024 +0100 Merge branch 'master' into feat/181-extend-calculations-for-having-berm-as-part-of-input-profile commit 93e31c3 Author: Carles S. Soriano Pérez <[email protected]> Date: Fri Nov 8 12:48:03 2024 +0100 fix: 220 last row error in strategy buffering and clustering commit 2469306 Author: Ardt Klapwijk <[email protected]> Date: Wed Nov 6 15:06:22 2024 +0100 chore: fix cofferdam bug commit 68991a7 Author: Ardt Klapwijk <[email protected]> Date: Wed Nov 6 14:57:28 2024 +0100 chore: fix vps bug commit c367b7e Author: Ardt Klapwijk <[email protected]> Date: Wed Nov 6 14:49:02 2024 +0100 chore: fix bugs commit 36c3e42 Merge: 56816c8 b672c7b Author: Ardt Klapwijk <[email protected]> Date: Wed Nov 6 12:25:29 2024 +0100 Merge branch 'master' into feat/181-extend-calculations-for-having-berm-as-part-of-input-profile commit 56816c8 Author: peterdgr <[email protected]> Date: Wed Nov 6 11:11:28 2024 +0100 feat: 181 extend calculations for having berm as part of input profile Update scenario cases and base profiles commit 16b8dda Author: peterdgr <[email protected]> Date: Fri Nov 1 09:49:47 2024 +0100 feat: 181 extend calculations for having berm as part of input profile Extend calculations for having berm as part of input profile. Added stability Wall and CofferDam. commit accfc5b Author: peterdgr <[email protected]> Date: Wed Oct 30 17:53:24 2024 +0100 feat: 181 extend calculations for having berm as part of input profile Improve input profile calculations to accommodate dikes with existing berms at polderside
…-input-profile' into fix/235-layers-not-calculated-correctly-waterside
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments.
In addition some general remarks:
- Would you add a legend to explain the colored dots and lines on the profile plots?
- A README on subpackage
reinforcement_layers
would be useful, with an explanation on what e.g. a core, layer, relative geometry, etc are.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method _get_coating_layers
became quite large. Can it be split in smaller methods?
Some more comments would be helpful too, as there's quite a lot going on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although my time is up I'll do it.
...at/dike_reinforcements/reinforcement_layers/standard_reinforcement_layers_wrapper_builder.py
Outdated
Show resolved
Hide resolved
.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this folder exist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, in fact there's a test scrapping data from it. But we do not want to commit these tests as they can be potentially large and/or have sensible data.
Unfortunately I do not have time for the legend nor the readme, these will be addressed in a separate issue as already discussed earlier this week: #239 |
cfd2a64
into
feat/181-extend-calculations-for-having-berm-as-part-of-input-profile
Issue addressed
Solves #235
Code of conduct
What has been done?
Checklist
master
.Additional Notes (optional)
...