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.
To limit the need for a user to specify inputs to the CGE-ML analysis, we will build a base class which will be the 'core-cge-ml'. This core class will have the following Inputs and outputs:
Inputs:
Base Capital values of the sectors.
Capital Shocks
Model coefficients for each factor (4 for MMSA)
Base Factor aggregates for each factor in consideration. (4 for MMSA)
Outputs:
CSV file for each factor in consideration as per the required format.
The wrapper class for each analysis will take care of feeding the core-cge-ml with:
Base Capital values of the sectors.
Model coefficients for each factor (4 for MMSA)
Base Factor aggregates for each factor in consideration. (4 for MMSA)
To limit the need for a user to specify inputs to the CGE-ML analysis, we will build a base class which will be the 'core-cge-ml'. This core class will have the following Inputs and outputs:
Inputs:
Outputs:
The wrapper class for each analysis will take care of feeding the core-cge-ml with: