IN-CORE / pyincore

pyIncore is a component of IN-CORE. It is a python package consisting of two primary components: 1) a set of service classes to interact with the IN-CORE web services, and 2) IN-CORE analyses . The pyIncore allows users to apply various hazards to infrastructure in selected areas, propagating the effect of physical infrastructure damage and loss of functionality to social and economic impacts.
Mozilla Public License 2.0
25 stars 7 forks source link

Update building nonstructural damage to support flood #562

Closed navarroc closed 6 months ago

navarroc commented 6 months ago

The flood damage analysis in the the combined wind wave surge jupyter notebook is using the building structural damage analysis. This should be non-structural damage instead of structural damage. The current implementation of non structural damage doesn't support flood and needs to be updated.

navarroc commented 6 months ago

This should probably be done along with #537 since we can rename the analysis and then add flood support in the same PR