8000 PR for issue #1314 (#1336) · MsBaggins/pvlib-python@e47f2d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e47f2d4

Browse files
authored
PR for issue pvlib#1314 (pvlib#1336)
1 parent 61e9582 commit e47f2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def get_solarposition(self, times, pressure=None, temperature=12,
183183
-------
184184
solar_position : DataFrame
185185
Columns depend on the ``method`` kwarg, but always include
186-
``zenith`` and ``azimuth``.
186+
``zenith`` and ``azimuth``. The angles are in degrees.
187187
"""
188188
if pressure is None:
189189
pressure = atmosphere.alt2pres(self.altitude)

0 commit comments

Comments
 (0)
0