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

Implement Core CGE ML class #468

Closed Rashmil-1999 closed 7 months ago

Rashmil-1999 commented 11 months ago

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:

longshuicy commented 7 months ago

Addressed.