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: run and combine Losses and Damages for BAU and other options #595

Open
MatthiasHauthDeltares opened this issue Nov 12, 2024 · 0 comments · May be fixed by #616
Open

Adaptation: run and combine Losses and Damages for BAU and other options #595

MatthiasHauthDeltares opened this issue Nov 12, 2024 · 0 comments · May be fixed by #616
Assignees

Comments

@MatthiasHauthDeltares
Copy link
Contributor

MatthiasHauthDeltares commented Nov 12, 2024

  1. BAU
    Run losses for BAU files, get results from column vlh_EV1_{me}_total: {me} refers to an Enum AggregateWlEnum.
    Documente that the flood map should NOT start with a return period.
    Run damages for BAU files, get results from column 'dam_{hazard_name}_{damage_curve}' with damage_curve = DamageCurveEnum.HZ.name: 3 names for the damage curves are to be expected: "OSM", "HZ", "MAN" ( to be verified)

Sum the results from losses and damages into a GeoPackage and name it "impact_BAU". In the ouput geopackage, there is a value per link.

  1. Do the same for all AdaptationOption:
    For every AdaptationOption in AdaptationOptionCollection:

    fetch the corresponding input data files
    Run losses and damages just like in

#595
Create a GeoPackage file named "combined_losses_and_damages_adaptation_options" with column "impact_AO_{OPTION_ID}" for every option. This is the impact for the considered event.

@ArdtK ArdtK self-assigned this Dec 2, 2024
@ArdtK ArdtK linked a pull request Dec 2, 2024 that will close this issue
7 tasks
@ArdtK ArdtK linked a pull request Dec 2, 2024 that will close this issue
7 tasks
@ArdtK ArdtK changed the title Adaptation: run and combine Losses and Damages for BAU Adaptation: run and combine Losses and Damages for BAU and other options Dec 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

Successfully merging a pull request may close this issue.

2 participants