-
**Describe the bug**
`pvlib.atmosphere.first_solar_spectral_correction` was deprecated in v0.10.0 but it doesn't have an scheduled removal version. No issues or PRs open for it.
**To Reproduce**
…
-
**Describe the bug**
[pvlib.forecast](https://pvlib-python.readthedocs.io/en/v0.9.5/user_guide/forecasts.html) module is deprecated since pvlib 0.9.1
**To Reproduce**
On Python 3.12.3 (Default on…
-
PVLib V0.11.0 Breaking LETID Tests
======================
**To Reproduce**
install `pvlib=0.11.0` and `numpy=2.0.0`,
`python=3.9.19`
**Expected behavior**
test_calc_injection_outdoors fails…
-
Hey Patrik,
I just stumbled over your script. At the moment your script _photovoltaics.py uses pvlib.get_clearsky for the .weather parameter.
That assumes that there are no clouds and all always goo…
-
**Describe the bug**
Cannot compute `hour_angle` in timezones and on a day where a daylight savings transition happens at midnight.
**To Reproduce**
```python
from datetime import datetime, …
-
@mikofski @shirubana I'm curious as to how the workshop went? Any feedback for future workshops that would be useful to share? 😃
-
> Traceback (most recent call last):
File "D:/JetBrains/PyCharm-Community-2023.1.2/plugins/python-ce/helpers/pydev/pydevd.py", line 1496, in _exec
pydev_imports.execfile(file, globals, locals)…
-
**Describe the bug**
I'm trying to call `pvlib.solarposition.spa_python` with arrays for time, latitudes and longitudes. It works fine by default, but I get an error if I use `how='numba'` with th…
-
The [table of parameter names](https://pvlib-python.readthedocs.io/en/latest/variables_style_rules.html) in the docs is a bit dusty and doesn't perfectly reflect today's pvlib. To make it easier to f…
-
We should add here and maybe at the Welcome page that pvlib is not installed by default, and an additional separated cell has to be added at the beginning to install it:
!pip install pvlib
I don't…