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

Adaptation: implement AdaptationStrategy #620

Open
MatthiasHauthDeltares opened this issue Dec 3, 2024 · 0 comments
Open

Adaptation: implement AdaptationStrategy #620

MatthiasHauthDeltares opened this issue Dec 3, 2024 · 0 comments

Comments

@MatthiasHauthDeltares
Copy link
Contributor

Kind of request

None

Enhancement Description

Input

User-defined csv file indicating for every link which AdaptationOption is applied:
csv with 2 columns:
link_id adaptation_option_id
1 1
2 1
3 0

0 means the reference (no intervention = BAU)

steps.

  1. calculate CBR for every adaptation options just like we do in Adaptation: calculate CBR #619
  2. add to this result gdf 2 columns: applied_adaptation_option_id & CBR_strat.

link_id applied_adaptation_option_id CBR_strat
1 1 CBR_AO_1
2 1 CBR_AO_1
3 0 NaN
4 2 CBR_AO_2

Use case

No response

Additional Context

No response

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