message_ix_models.model.transport.config.iter_price_emission

message_ix_models.model.transport.config.iter_price_emission(regions: str, ssp_or_led: str) Iterator[tuple[ExogenousEmissionPrice, str]][source]

Iterate over available data in transport/regions/price-emission/.

Yields 2-tuple, similar to ScenarionInfo.from_path():

  1. ExogenousEmissionPrice with the scenario URL matching the filename.

  2. A 4-character hash of the scenario URL.

Only files with paths/model names containing SSP{ssp_or_led} are returned; all others are skipped.