entsog_sqlite_manager module

Created on Sun Nov 29 23:15:16 2020

@author: maurer

class entsog_sqlite_manager.EntsogSQLite(database: str)[source]

Bases: EntsogDataManager

Methods

balancingzones()

also known as bidding zones

interconnections()

interconnections which are in one of the balancingZones to be determined whats useful here (coming from, to or both)

operationaldata(operatorKeys, filt[, ...])

returns timeseries data of the given Indicator

operatorpointdirections()

returns the result of the operatorpointdirections request

operators([country, operatorType])

returns operators which have an interconnection in one of the balancingZones

bilanz

connectionpoints

crossborder

groupTime

operationaldataByPoints

operatorsByBZ

balancingzones()[source]

also known as bidding zones

bilanz(operatorKeys: List[str], filt: Filter, table='physical_flow')[source]
connectionpoints()[source]
crossborder(operatorKeys: List[str], filt: Filter, group_by: List[str] = ['t.directionkey', 'opd.adjacentcountry'], table='physical_flow')[source]
groupTime(groupby, column)[source]
interconnections()[source]

interconnections which are in one of the balancingZones to be determined whats useful here (coming from, to or both)

operationaldata(operatorKeys: List[str], filt: Filter, group_by: List[str] = ['directionkey'], table='physical_flow')[source]

returns timeseries data of the given Indicator

operationaldataByPoints(points: List[str], filt: Filter, group_by: List[str] = ['directionkey'], table='physical_flow')[source]
operatorpointdirections()[source]

returns the result of the operatorpointdirections request

operators(country: str = '', operatorType: str = '')[source]

returns operators which have an interconnection in one of the balancingZones

operatorsByBZ(bz: str)[source]
entsog_sqlite_manager.timeFilter(filt)[source]