entsog_data_manager module

Created on Sun Nov 29 21:59:08 2020

@author: maurer

class entsog_data_manager.EntsogDataManager[source]

Bases: object

Methods

balancingzones()

returns a list of balancing zones.

interconnections()

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

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

returns timeseries data of the given Indicator

operatorpointdirections()

returns the result of the operatorpointdirections request

operators()

returns a list of operators

bilanz

connectionpoints

crossborder

operationaldataByPoints

operatorsByBZ

balancingzones()[source]

returns a list of balancing zones. 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.adjacentzones', 'opd.adjacentcountry'], table='physical_flow')[source]
interconnections()[source]

interconnections which are in one of the balancingZones to be determined whats useful hiere (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()[source]

returns a list of operators

operatorsByBZ(bz: str)[source]
class entsog_data_manager.Filter(begin: datetime, end: datetime, groupby='day')[source]

Bases: object