Skip to content

Commit

Permalink
feat(plugins): Adding CCS plugin for ReDS and Plexos translation (#95)
Browse files Browse the repository at this point in the history
List of changes
- New plugin `ccs_credit` that adds `UoS charge` for plexos to eligible
CCS technologies,
- New `EXT_PROPERTIES` variable that specify nested properties on the
EXT that will be exported to plexos
- New export function to pop a given key from a dictionary. Useful for
extracting stuff from the ext field,
- Added files relevant for the CCS plugin on the `reeds_us_mapping.json`
- New simplified `Configuration` handling,
  • Loading branch information
pesap authored Jan 15, 2025
1 parent 45cda9b commit 73087e2
Show file tree
Hide file tree
Showing 31 changed files with 1,148 additions and 693 deletions.
1 change: 1 addition & 0 deletions src/r2x/cli_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"r2x.plugins.break_gens",
"r2x.plugins.emission_cap",
"r2x.plugins.hurdle_rate",
"r2x.plugins.cambium",
"r2x.parser.plexos",
"r2x.parser.reeds",
"r2x.exporter.plexos",
Expand Down
351 changes: 0 additions & 351 deletions src/r2x/config.py

This file was deleted.

Loading

0 comments on commit 73087e2

Please sign in to comment.