-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update to newest Delft version and setup impacted population #406
base: main
Are you sure you want to change the base?
Conversation
Santonia27
commented
Oct 30, 2024
•
edited
Loading
edited
- update all headers to align with the newest Delft Fiat version
- add function to setup_impacted_population
- add clipping of exposure data to hazard if used setup_hazard. In the future will be added to delft fiat to have some tolerance.
* make variable names compatible with new Delft Fiat version * add gfh attribute to setup exposure buildings * update primary and secondary classification * add docstring, add ground elevation unit, fix naming structure content * setup populatoin remove geometry * remove capitalized * update gis * uncomment zonal means
…orund elevation unit
…ple step function
…setup_impacted_population
…setup_impacted_population
Could you resolve the merge conflict? I'll review after. thanks |
…setup_impacted_population
…setup_impacted_population
…setup_impacted_population
…setup_impacted_population
tests/test_roads.py
Outdated
"fn_damages_structure", | ||
"max_damages_structure", |
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.
@dalmijn @Santonia27 I get the error below in Delft-FIAT 0.20 and think this can be solved by changing damages
in these lines with damage
.
2024-11-27 15:41:40 ERROR For type: 'damage' no matching columns were found for fn_damage_* and max_damage_* columns.
"fn_damages_structure", | |
"max_damages_structure", | |
"fn_damage_structure", | |
"max_damage_structure", |
Quality Gate passedIssues Measures |