Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - navid

Pages: [1]
1
Damage & Loss (PELICUN) / Consequence functions
« on: January 18, 2023, 04:03:36 AM »
Hello!

Thank you so much for this helpful software.

I was wondering how to get the outputs for unsafe placarding (red tag), injuries, and fatalities. I could not reach those with a similar code for quantifying the "repair cost and time". I would appreciate it if you could advise how to write the appropriate python codes.

"
P58_data_Red_tag = PAL.get_default_data('bldg_redtag_DB_FEMA_P58_2nd')
P58_data_for_this_assessment_Red_tag = P58_data_Red_tag.loc[cmp_list, :]
display(P58_data_for_this_assessment_Red_tag)

PAL.bldg_repair.load_model([
 "PelicunDefault/bldg_redtag_DB_FEMA_P58_2nd.csv"], loss_map)


ValueError: multiple levels only valid with MultiIndex

"

Bests,
Navid
 

Pages: [1]