mario.Database.to_chenery_moses#

Database.to_chenery_moses(inplace: bool = True, scenarios: list = None)#

Transform an Isard SUT into a Chenery-Moses SUT.

Parameters:
  • inplace – When True, mutate the current database. When False, return a transformed copy.

  • scenarios – Optional subset of scenarios to transform. When omitted, the transformation applies to all available scenarios.

Returns:

Transformed database when inplace=False, otherwise None.

Return type:

Database | None