antupy.tsg.weather.Weather#

class antupy.tsg.weather.Weather(*args, **kwargs)[source]#

Weather generator protocol. Defines the interface for weather data generation for thermal and PV simulations.

Required attributes:

dataset: Source of weather data (e.g., “meteonorm”, “merra2”) location: Location where the simulation is performed (str or Location object) time_params: Time parameters defining the simulation period and timesteps

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

load_data()

Load weather data based on the instance's time_params.

Attributes

dataset

location

time_params