Skip to content

Commit

Permalink
remove zenodo sandbox from metadata strings
Browse files Browse the repository at this point in the history
  • Loading branch information
khelfen committed Aug 22, 2024
1 parent 39327ea commit cfe1b13
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/egon/data/datasets/power_plants/mastr_db_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def add_metadata():
"system modeling"
),
"path": (
"https://sandbox.zenodo.org/record/"
"https://zenodo.org/record/"
f"{deposit_id_data_bundle}#.Y_dWM4CZMVM"
),
"licenses": [license_dedl(attribution="© Cußmann, Ilka")],
Expand All @@ -379,7 +379,7 @@ def add_metadata():
"the data dump from 2022-11-17 for eGon-data."
),
"path": (
f"https://sandbox.zenodo.org/record/{deposit_id_mastr}"
f"https://zenodo.org/record/{deposit_id_mastr}"
),
"licenses": [license_dedl(attribution="© Amme, Jonathan")],
},
Expand Down
4 changes: 2 additions & 2 deletions src/egon/data/datasets/power_plants/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def metadata():
{
"title": '"open-MaStR power unit registry"',
"description": "Raw data download Marktstammdatenregister (MaStR) data using the webservice. All data from the Marktstammdatenregister is included. There are duplicates included. For further information read in the documentationg of the original data source: https://www.marktstammdatenregister.de/MaStRHilfe/subpages/statistik.html",
"path": "https://sandbox.zenodo.org/record/808086",
"path": "https://zenodo.org/record/10480958",
"licenses": [
{
"name": licenses_datenlizenz_deutschland(
Expand Down Expand Up @@ -121,7 +121,7 @@ def metadata():
{
"title": '"Data bundle for egon-data"',
"description": "Zenodo repository to provide several different input data sets for eGon-data",
"path": "https://sandbox.zenodo.org/record/1167119",
"path": "https://zenodo.org/record/10226009",
"licenses": [license_ccby("© eGon development team")],
},
],
Expand Down
4 changes: 2 additions & 2 deletions src/egon/data/datasets/power_plants/pv_rooftop_buildings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@ def add_metadata():
"system modeling"
),
"path": (
"https://sandbox.zenodo.org/record/"
"https://zenodo.org/record/"
f"{deposit_id_data_bundle}#.Y_dWM4CZMVM"
),
"licenses": [license_dedl(attribution="© Cußmann, Ilka")],
Expand All @@ -2159,7 +2159,7 @@ def add_metadata():
"the data dump from 2022-11-17 for eGon-data."
),
"path": (
f"https://sandbox.zenodo.org/record/{deposit_id_mastr}"
f"https://zenodo.org/record/{deposit_id_mastr}"
),
"licenses": [license_dedl(attribution="© Amme, Jonathan")],
},
Expand Down
4 changes: 2 additions & 2 deletions src/egon/data/datasets/storages/home_batteries.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def add_metadata():
"system modeling"
),
"path": (
"https://sandbox.zenodo.org/record/"
"https://zenodo.org/record/"
f"{deposit_id_data_bundle}#.Y_dWM4CZMVM"
),
"licenses": [license_dedl(attribution="© Cußmann, Ilka")],
Expand All @@ -266,7 +266,7 @@ def add_metadata():
"the data dump from 2022-11-17 for eGon-data."
),
"path": (
f"https://sandbox.zenodo.org/record/{deposit_id_mastr}"
f"https://zenodo.org/record/{deposit_id_mastr}"
),
"licenses": [license_dedl(attribution="© Amme, Jonathan")],
},
Expand Down
4 changes: 2 additions & 2 deletions src/egon/data/metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def sources():
"Zenodo repository to provide several different input"
" data sets for eGon-data"
),
"path": "https://sandbox.zenodo.org/record/1167119",
"path": "https://zenodo.org/record/10226009",
"licenses": [license_ccby("© eGon development team")],
},
"Einspeiseatlas": {
Expand Down Expand Up @@ -640,7 +640,7 @@ def sources():
" https://www.marktstammdatenregister.de/MaStRHilfe"
"/subpages/statistik.html"
),
"path": "https://sandbox.zenodo.org/record/808086",
"path": "https://zenodo.org/record/10480930",
"licenses": [
licenses_datenlizenz_deutschland(
"© 2021 Bundesnetzagentur für Elektrizität, Gas,"
Expand Down

0 comments on commit cfe1b13

Please sign in to comment.