lories.components.weather.provider#

This module provides the lories.components.weather.provider.WeatherProvider, used as reference to calculate e.g. photovoltaic installations generated power. The provided environmental data contains temperatures and horizontal solar irradiation, which can be used, to calculate the effective irradiance on defined, tilted photovoltaic systems.

Classes#

WeatherProvider

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

Module Contents#

class lories.components.weather.provider.WeatherProvider(context: lories.typing.ContextArgument, configs: lories.typing.Configurations | None = None, **kwargs)[source]#

Bases: lories.components.weather.Weather

Inheritance diagram of lories.components.weather.provider.WeatherProvider

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