pvlib.clearsky.lookup_linke_turbidity

pvlib.clearsky.lookup_linke_turbidity(time, latitude, longitude, filepath=None, interp_turbidity=True)[source]

Look up the Linke Turibidity from the LinkeTurbidities.h5 data file supplied with pvlib.

Parameters:
time : pandas.DatetimeIndex
latitude : float
longitude : float
filepath : None or string, default None

The path to the .h5 file.

interp_turbidity : bool, default True

If True, interpolates the monthly Linke turbidity values found in LinkeTurbidities.h5 to daily values.

Returns:
turbidity : Series