lories.connectors.entsoe#

Classes#

EntsoeConnector

Helper class that provides a standard way to create an ABC using

Module Contents#

class lories.connectors.entsoe.EntsoeConnector(context: lories._core._registrator.RegistratorContext, configs: lories._core._configurations.Configurations | None = None, **kwargs)#

Bases: lories.connectors.Connector

Inheritance diagram of lories.connectors.entsoe.EntsoeConnector

Helper class that provides a standard way to create an ABC using inheritance.

_get_country_code(county_code: str, start: lories.typing.Timestamp, end: lories.typing.Timestamp) str#

Returns the country code for Germany based on the start and end dates.

_validate_country_code(country_code) str#

Validate the country code against the Entsoe mappings.