pvlib / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
https://pvlib-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.12k stars 950 forks source link

Inexistent function reference in `pvlib.irradiance.poa_components` #2089

Open echedey-ls opened 3 weeks ago

echedey-ls commented 3 weeks ago

The following referenced function does not exist: https://github.com/pvlib/pvlib-python/blob/19c9598355b8243038bdeb1253d219e0371f71af/pvlib/irradiance.py#L474

A alternative should be found and referenced with :py:func`pvlib.<submodule>.<function_name>`

cwhanse commented 3 weeks ago

Should point to :py:funcpvlib.irradiance.get_ground_diffuse

echedey-ls commented 3 weeks ago

Good first issue for newcomers or do you prefer a PR?

AdamRJensen commented 3 weeks ago

Good first issue for newcomers or do you prefer a PR?

I like the idea of leaving it, so we have something in case someone comes by.