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
also known as bidding zones
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
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
- crossborder(operatorKeys: List[str], filt: Filter, group_by: List[str] = ['t.directionkey', 'opd.adjacentcountry'], table='physical_flow')[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]