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
24 stars 7 forks source link

Retrofit cost analysis #490

Open longshuicy opened 5 months ago

longshuicy commented 5 months ago

For SLC, retrofit cost is given as a table with "guid" "cost" as it is without any calculation For Galveston, cost table is given (but need to adjust for the inflation), then based on the foundation type (bsmt_typ) updated in the new galveston inventory, and the foot_sq column we can calculate the cost.

Attached are the cost table and building inventory:

galveston_bldg_island2.zip

elevation cost guidelines 2012 USACE

bsmt_typ 
0: not identified and can be assumed slab on grade (1ft from the ground)
1: slab on grade (1ft from the ground)
2: crawlspace (5ft from the ground)
3: Pile (10ft from the ground)

Retrofit Cost Analysis Implementation Design:

longshuicy commented 4 months ago

@navarroc could you help me find the HAZUS code for bsmt_typ?

longshuicy commented 4 months ago

We are implementing this as Datawolf steps for now. Will consider incorporating it to pyincore when it's ready. Move this out of the community app project.