lories.components.weather.provider ================================== .. py:module:: lories.components.weather.provider .. autoapi-nested-parse:: lories.components.weather.provider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This module provides the :class:`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 ------- .. autoapisummary:: lories.components.weather.provider.WeatherProvider Module Contents --------------- .. py:class:: WeatherProvider(context: lories.typing.ContextArgument, configs: Optional[lories.typing.Configurations] = None, **kwargs) Bases: :py:obj:`lories.components.weather.Weather` .. autoapi-inheritance-diagram:: lories.components.weather.provider.WeatherProvider :parts: 1 :private-bases: Helper class that provides a standard way to create an ABC using inheritance.