tyndp

The central module containing all code dealing with downloading tyndp data

class Tyndp(dependencies)[source]

Bases: Dataset

Downloads data for foreign countries from Ten-Year-Network-Developement Plan

This dataset downloads installed generation capacities and load time series for foreign countries from the website of the Ten-Year-Network-Developement Plan 2020 from ENTSO-E. That data is stored into files and later on written into the database (see ElectricalNeighbours).

Dependencies
  • Setup

Resulting tables

name: str = 'Tyndp'
sources: DatasetSources = DatasetSources(tables={}, files={'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'}, urls={})

The sources used by the datasets. Could be tables, files and urls

targets: DatasetTargets = DatasetTargets(tables={}, files={'capacities': 'TYNDP-2020-Scenario-Datafile.xlsx.zip', 'demand_2030': 'Demand_TimeSeries_2030_DistributedEnergy.xlsx', 'demand_2040': 'Demand_TimeSeries_2040_DistributedEnergy.xlsx'})

The targets created by the datasets. Could be tables and files

version: str = '0.0.3'
download()[source]

Download input data from TYNDP 2020 :returns: None.