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 #595

Open
MatthiasHauthDeltares opened this issue Nov 12, 2024 · 0 comments
Open

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.

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