Skip to content

Commit

Permalink
Update zenodo URL of data-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Jan 10, 2024
1 parent f9f1dfe commit 98f2ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/egon/data/datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ solar_rooftop:
data-bundle:
sources:
zenodo:
deposit_id: 1167119
deposit_id: 10226009
targets:
file:
'data_bundle_egon_data.zip'
Expand Down
2 changes: 1 addition & 1 deletion src/egon/data/datasets/data_bundle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def download():
# Get parameters from config and set download URL
sources = config.datasets()["data-bundle"]["sources"]["zenodo"]
url = (
f"https://sandbox.zenodo.org/record/{sources['deposit_id']}/files/"
f"https://zenodo.org/record/{sources['deposit_id']}/files/"
"data_bundle_egon_data.zip"
)
target_file = config.datasets()["data-bundle"]["targets"]["file"]
Expand Down

0 comments on commit 98f2ae1

Please sign in to comment.