entsoe_sqlite_manager module

Created on Sun Nov 29 14:58:52 2020

@author: maurer

class entsoe_sqlite_manager.EntsoePlantSQLite(plantdatabase: str)[source]

Bases: EntsoePlantDataManager

Methods

capacityPerPlant([country])

returns capacities for all plants of a country or all if country is empty

getNames()

returns a list of plant names and countries with existing generation data

plantGen(names, filt)

generation data per power plant

powersystems([country])

returns a list of all power systems which exist in ENTSO-E and OPSD (open-power-system-data) - joined on the eic_code

groupTime

capacityPerPlant(country='')[source]

returns capacities for all plants of a country or all if country is empty

getNames()[source]

returns a list of plant names and countries with existing generation data

groupTime(groupby, column)[source]
plantGen(names: List[str], filt: Filter)[source]

generation data per power plant

powersystems(country='')[source]

returns a list of all power systems which exist in ENTSO-E and OPSD (open-power-system-data) - joined on the eic_code

class entsoe_sqlite_manager.EntsoeSQLite(database: str)[source]

Bases: EntsoeDataManager

Methods

capacity

climateImpact

countries

crossborderFlows

generation

groupTime

load

capacity(country: str)[source]
climateImpact()[source]
countries()[source]
crossborderFlows(country: str, filt: Filter)[source]
generation(country: str, filt: Filter)[source]
groupTime(groupby, column)[source]
load(country: str, filt: Filter)[source]