tcra.loss package
Submodules
tcra.loss.cost module
The tcra cost module estimates building replacement cost that required for loss estimation.
- map_cost(data)[source]
this function estimates replacement cost by archetype using unit replacement cost per unit area. cost_dict dictionary is required to be updated based on the local construction cost.
- Parameters:
inp_file_name – unit replacement cost, building footprint area, no. of story/floor.
data (budiling inventory that inclues Floor, area and building structural archetype) –
type (building structural archetype) –
Floor (no. of floors) –
area (building footprint area) –
- Returns:
UC (unit replacement cost of building per unit area)
RCost (building replacement cost)