mario.Database.to_pymrio#

Database.to_pymrio(satellite_account='satellite_account', factor_of_production='factor_of_production', include_meta=True, scenario='baseline', **kwargs)#

Export an IOT database as a pymrio.IOSystem.

Parameters:
  • satellite_account – Label used for the exported environmental extension account.

  • factor_of_production – Label used for the exported value-added account.

  • include_meta – When True, attach MARIO metadata to the exported object.

  • scenario – Scenario to export.

  • **kwargs – Additional keyword arguments forwarded to the pymrio exporter.

Returns:

pymrio.IOSystem instance created from the selected scenario.

Return type:

object