When I read this line in pvlib.clearsky.ineichen docs
|
Default values for monthly Linke turbidity provided by SoDa [4]_, [5]_. |
it made me think that default Linke turbidity values from SoDa are included in pvlib.clearsky.ineichen, but they are not. Perhaps it should read something like
Default values for monthly Linke turbidity available in :py:class:`~pvlib.clearsky.lookup_linke_turbidity` are provided by SoDa [4]_, [5]_.
Related, the docs for lookup_linke_turbidity don't include a description/reference for where the data came from (I assume it was SoDa, references 4 and 5 in ineichen...).