Skip to content
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

[EPIC] Include road repair/replacement cost in choosing the right measure #127

Open
4 of 5 tasks
ArdtK opened this issue Jul 24, 2024 · 0 comments
Open
4 of 5 tasks

Comments

@ArdtK
Copy link
Contributor

ArdtK commented Jul 24, 2024

Goal
Based on the available measures the cost of the roads should be taken into account when choosing the most optimal measure.

Image

Current situation
The measure is chosen based on the available space in a fixed order (grond->kwelscherm->stab scherm->kistdam).

Desired situation

  1. Include the road cost in the measure cost per section meter.
  2. Choose the best measure based on the space availability and road cost.

Notes

  • The presence of roads doesn't limit the available measures. They only influence the cost (and indirectly the choice of measure).

Scope

  • Read ini-files containing the different road presence (road meter per 1x5m area per road type).
    • Road types: <2, 2-4, 4-7, >7m, unknown.
  • Output: show per measure what the road cost are (calculated over different road types) for each section meter.
    • Dump the road length + road cost per measure type and road type for repair or replacement (2x4x5x2=80 columns).
      • Zone A is width of crest. Zone B is rest of impacted area.
      • If the crest height doesn't change and the road resides in zone A the road repair cost apply. In all other cases the road replacement cost apply..
        • Later: Any exceptions based on measure type
    • Different cost apply between road repair and road replacement cost.
      • Cost of replacing a measure are removal + build. Cost of repair are only build.
  • Later: Choose the measure based on both the available space and the road cost.
    • Note this impacts the strategy of choosing the right measures based on the requirements implemented previous sprint (minimal length of or distance between measures).

Actions Peter

Issue breakdown

@ArdtK ArdtK added this to the 2024Q2 milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant