Skip to content

Commit

Permalink
Merge pull request #1085 from openego/hotfix/tyndp_url
Browse files Browse the repository at this point in the history
Hotfix/tyndp url
  • Loading branch information
nesnoj committed Jan 18, 2023
2 parents 1c6fbee + 4e18dea commit 0f6fd2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ Bug Fixes
`#1058 <https://github.com/openego/eGon-data/issues/1058>`_
* Fix aggregation of DSM-components
`#1058 <https://github.com/openego/eGon-data/issues/1069>`_
* Fix URL of TYNDP scenario dataset

.. _PR #692: https://github.com/openego/eGon-data/pull/692
.. _#343: https://github.com/openego/eGon-data/issues/343
Expand Down
2 changes: 1 addition & 1 deletion src/egon/data/datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ electrical_neighbours:

tyndp:
sources:
capacities: "https://www.entsos-tyndp2020-scenarios.eu/wp-content/uploads/2020/06/TYNDP-2020-Scenario-Datafile.xlsx.zip"
capacities: "https://2020.entsos-tyndp-scenarios.eu/wp-content/uploads/2020/06/TYNDP-2020-Scenario-Datafile.xlsx.zip"
demand_2030: "https://eepublicdownloads.entsoe.eu/tyndp-documents/2020-data/Demand_TimeSeries_2030_DistributedEnergy.xlsx"
demand_2040: "https://eepublicdownloads.entsoe.eu/tyndp-documents/2020-data/Demand_TimeSeries_2040_DistributedEnergy.xlsx"
targets:
Expand Down
2 changes: 1 addition & 1 deletion src/egon/data/datasets/tyndp.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Tyndp(Dataset):
def __init__(self, dependencies):
super().__init__(
name="Tyndp",
version="0.0.0",
version="0.0.1",
dependencies=dependencies,
tasks=(download),
)
Expand Down

0 comments on commit 0f6fd2e

Please sign in to comment.