8000 irradiance.py updates: glossary term links and units by RDaxini · Pull Request #2311 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

irradiance.py updates: glossary term links and units #2311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ce3d9b5
Update irradiance.py 8000
RDaxini Nov 27, 2024
89e7e71
ongoing...
RDaxini Nov 27, 2024
4f78af5
ongoing...
RDaxini Dec 6, 2024
91d4a01
fix . + [ ]
RDaxini Jan 3, 2025
2d219a3
Update pvlib/irradiance.py
RDaxini Jan 3, 2025
0edb2f3
Merge remote-tracking branch 'upstream/main' into irradiance_updates
RDaxini Jan 3, 2025
f38c0a9
Merge branch 'irradiance_updates' of https://github.com/RDaxini/pvlib…
RDaxini Jan 3, 2025
7c6bb5d
in decimal degrees -> [°]
RDaxini Jan 3, 2025
94ea3ab
reinsert .
RDaxini Jan 3, 2025
7e13249
Update irradiance.py
RDaxini Jan 4, 2025
3c651e7
linter
RDaxini Jan 4, 2025
b079fbd
Merge remote-tracking branch 'upstream/main' into irradiance_updates
RDaxini Apr 23, 2025
ef26630
Update irradiance.py
RDaxini Apr 25, 2025
6871016
remove unintended 'optional' for solar_zenith
RDaxini Apr 25, 2025
d2ed433
add ghi
RDaxini Apr 25, 2025
2717fa7
Update irradiance.py
RDaxini Apr 25, 2025
be7c32e
more untis
RDaxini Apr 25, 2025
0e3731e
Update irradiance.py
RDaxini Apr 25, 2025
b318e6e
units (add+order)
RDaxini Jun 30, 2025
9d667ff
Merge remote-tracking branch 'upstream/main' into irradiance_updates
RDaxini Jun 30, 2025
9b6b8bb
Update v0.13.1.rst
RDaxini Jun 30, 2025
9af2420
Apply suggestions from code review
RDaxini Jul 1, 2025
275ad30
reformat kt
RDaxini Jul 1, 2025
85782bf
linting
RDaxini Jul 1, 2025
4c2a41c
remove SRRL 0.82 comment
RDaxini Jul 1, 2025
82a32bf
Update v0.13.1.rst
RDaxini Jul 1, 2025
5d37972
Apply suggestions from code review
RDaxini Jul 1, 2025
acbac36
linting
RDaxini Jul 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pvlib/irradiance.py
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
  • Loading branch information
RDaxini and AdamRJensen authored Jan 3, 2025
commit 2d219a342c0421fff2ce78c48981d94c0bd6a0fc
4 changes: 2 additions & 2 deletions pvlib/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def get_extra_radiation(datetime_or_doy, solar_constant=1366.1,
Returns
-------
dni_extra : float, array, or Series
The extraterrestrial radiation present in watts per square meter
on a surface which is normal to the sun. Pandas Timestamp and
The extraterrestrial radiation normal to the sun. [Wm⁻²]
Pandas Timestamp and
DatetimeIndex inputs will yield a Pandas TimeSeries. All other
inputs will yield a float or an array of floats. See :term:`dni_extra`.

Expand Down
0