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

Added Power to latest Pelicun #90

Merged
merged 21 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
bff99fc
Added Power to latest Pelicun
snaeimi Dec 31, 2024
b2277b2
added empty loss to power substation.
snaeimi Jan 3, 2025
c6f684c
Add the power fragility location to the dlml path file
snaeimi Jan 3, 2025
559f68d
Added Circuit and Generation Power subassets to the autopop
snaeimi Jan 6, 2025
1781142
Linted and other things
snaeimi Jan 7, 2025
20754b0
Exclude TRY003
snaeimi Jan 7, 2025
d6a67e9
Ruff check and Ruff formatted
snaeimi Jan 7, 2025
ab14e83
Fixed a small issue
snaeimi Jan 7, 2025
7199642
Merge branch 'NHERI-SimCenter:develop' into develop
snaeimi Jan 7, 2025
ec0fd90
Spell Check Done for Hazus_Earthquake_IM
snaeimi Jan 7, 2025
54562a0
Merge branch 'develop' of https://github.com/snaeimi/pelicun into dev…
snaeimi Jan 7, 2025
e0c2a5d
bug fix
snaeimi Jan 8, 2025
0d4abf7
Merge branch 'NHERI-SimCenter:develop' into develop
snaeimi Jan 9, 2025
db33027
fixed typos in the file
zsarnoczay Jan 28, 2025
e41718d
added kW and MW as options and fixed the conversion
zsarnoczay Jan 28, 2025
f5dcf60
Confirmed that the archetype ID uses capital S and fixed this typo.
zsarnoczay Jan 28, 2025
5632f66
Added 'mw' to the list of acceptable power units
zsarnoczay Jan 28, 2025
32051d1
Edited anchor property parser to make sure we throw errors in all cases
zsarnoczay Jan 28, 2025
95121a4
replaced checking for falsy values with explicit checks for `None`
zsarnoczay Jan 28, 2025
f13c106
bugfix: use correct exponentiation operator
zsarnoczay Jan 28, 2025
15d2ff0
ruff fix: remove whitespaces
zsarnoczay Jan 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pelicun/assessment.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
'Hazus Earthquake - Stories': 'damage_DB_Hazus_EQ_story.csv',
'Hazus Earthquake - Transportation': 'damage_DB_Hazus_EQ_trnsp.csv',
'Hazus Earthquake - Water': 'damage_DB_Hazus_EQ_water.csv',
'Hazus Earthquake - Power': 'damage_DB_Hazus_EQ_power.csv',
'Hazus Hurricane': 'damage_DB_SimCenter_Hazus_HU_bldg.csv',
},
'repair': {
Expand Down
Loading