mario.Database.to_pymrio¶
- Database.to_pymrio(satellite_account='satellite_account', factor_of_production='factor_of_production', include_meta=True, scenario='baseline', **kwargs)¶
Returns a pymrio.IOSystem from a mario.Database
- Parameters
satellite_acount (str) – Defines the name of the pymrio.Extension built from mario satellite account
factor_of_production (str) – Defines the name of the pymrio.Extension built from mario factor of production
include_meta (str) – If True, will record mario.meta into pymrio.meta
scenario (str) – The specific scenario to create the pymrio.IOSystem from
**kwargs ((pymrio.IOSystem **kwargs)) –
- Returns
- Return type
pymrio.IOSystem
- Raises
NotImplementable – if table_type is SUT
WrongInput – incorrect naming for factor_of_production and satellite_acount