Skip to content

Commit

Permalink
Split mapping of bulk data to xml file names for storages #562
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Sep 18, 2024
1 parent d95b182 commit 40ffd19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions open_mastr/mastr.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def download(
| "nuclear" | Yes | Yes |
| "gas" | Yes | Yes |
| "storage" | Yes | Yes |
| "storage_units" | Yes | Yes |
| "electricity_consumer"| Yes | No |
| "location" | Yes | Yes |
| "market" | Yes | No |
Expand Down
3 changes: 2 additions & 1 deletion open_mastr/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
],
"combustion": ["anlagenkwk", "einheitenverbrennung"],
"nuclear": ["einheitenkernkraft"],
"storage": ["anlageneegspeicher", "anlagenstromspeicher", "einheitenstromspeicher"],
"storage": ["anlageneegspeicher", "einheitenstromspeicher"],
"storage_units": ["anlagenstromspeicher"],
"gas": [
"anlagengasspeicher",
"einheitengaserzeuger",
Expand Down

0 comments on commit 40ffd19

Please sign in to comment.