From cd9f4ba229eb74a8fbd03a01a4ce587eca6910da Mon Sep 17 00:00:00 2001 From: Carlosbg Date: Fri, 5 Nov 2021 19:42:50 +0100 Subject: [PATCH] PR for issue #1314 --- pvlib/location.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/location.py b/pvlib/location.py index 97767a5801..104fccac89 100644 --- a/pvlib/location.py +++ b/pvlib/location.py @@ -183,7 +183,7 @@ def get_solarposition(self, times, pressure=None, temperature=12, ------- solar_position : DataFrame Columns depend on the ``method`` kwarg, but always include - ``zenith`` and ``azimuth``. + ``zenith`` and ``azimuth``. The angles are in degrees. """ if pressure is None: pressure = atmosphere.alt2pres(self.altitude)