8000 Change surface_azimuth convention in get_pvgis_hourly by AdamRJensen · Pull Request #1739 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Change surface_azimuth convention in get_pvgis_hourly #1739

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

Merged
merged 14 commits into from
May 25, 2023
Merged
Prev Previous commit
Next Next commit
Update docs/sphinx/source/whatsnew/v0.9.6.rst
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
  • Loading branch information
AdamRJensen and kandersolar authored May 17, 2023
commit 14421a46f800d5df3962bce83006412d22348804
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew/v0.9.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ v0.9.6 (Anticipated June 2023)

Breaking Changes
~~~~~~~~~~~~~~~~
* Modified the ``surface_azimuth`` parameter in :py:func:`pvlib.iotools.get_pvigs_hourly` to conform to the
* Modified the ``surface_azimuth`` parameter in :py:func:`pvlib.iotools.get_pvgis_hourly` to conform to the
pvlib azimuth convention (counterclockwise from north). Previously 0 degrees represented south.
(:issue:`1724`, :pull:`1739`)

Expand Down
0