16
Damage & Loss (PELICUN) / Re: Pelicun 3.1.b2 - bug
« on: March 24, 2022, 01:35:15 AM »
Hi Adam,
Thank you so much for your detailed response.
I will download the updated version of Pelicun for sure and will inform you if I encounter any problems.
Only there is one more thing regarding the Jupyter notebook example (from FEMA P-58 Volume2). In the following lines of the code (to estimate the replacement time), I guess the total area of the building should be used and not the story area. 21600 ft2 is the story area which should be multiplied by 4 to get the total area.
additional_consequences.loc[('replacement', 'Time')] = [0, '1 EA', 'worker_day', 8400]
# replacement time: 400 days x 0.001 worker/ft2 x 21600 ft2
So many thanks,
Pooya
Thank you so much for your detailed response.
I will download the updated version of Pelicun for sure and will inform you if I encounter any problems.
Only there is one more thing regarding the Jupyter notebook example (from FEMA P-58 Volume2). In the following lines of the code (to estimate the replacement time), I guess the total area of the building should be used and not the story area. 21600 ft2 is the story area which should be multiplied by 4 to get the total area.
additional_consequences.loc[('replacement', 'Time')] = [0, '1 EA', 'worker_day', 8400]
# replacement time: 400 days x 0.001 worker/ft2 x 21600 ft2
So many thanks,
Pooya