Skip to content

Commit 4af81a7

Browse files
committed
fixed some linter issues
1 parent ee9d526 commit 4af81a7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pvlib/iotools/goes4.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Get NSRDB GOES V4.0.0
3-
see https://developer.nrel.gov/docs/solar/nsrdb/nsrdb-GOES-aggregated-v4-0-0-download/
3+
see
4+
https://developer.nrel.gov/docs/solar/nsrdb/nsrdb-GOES-conus-v4-0-0-download/
45
"""
56

67
import io
@@ -68,12 +69,13 @@
6869

6970

7071
def get_goes4(latitude, longitude, api_key, email, names='tmy', interval=60,
71-
attributes=ATTRIBUTES, leap_day=True, full_name=PVLIB_PYTHON,
72-
affiliation=PVLIB_PYTHON, map_variables=True, url=None,
73-
timeout=30):
72+
attributes=ATTRIBUTES, leap_day=True, full_name=PVLIB_PYTHON,
73+
affiliation=PVLIB_PYTHON, map_variables=True, url=None,
74+
timeout=30):
7475
"""
7576
Retrieve NSRDB GOES4 timeseries weather data from the GOES4 API. The NSRDB
76-
is described in [1]_ and the GOES4 API is described in [2]_, [3]_, and [4]_.
77+
is described in [1]_ and the GOES4 API is described in [2]_, [3]_, and
78+
[4]_.
7779
7880
Parameters
7981
----------
@@ -140,8 +142,8 @@ def get_goes4(latitude, longitude, api_key, email, names='tmy', interval=60,
140142
.. warning:: The "DEMO_KEY" `api_key` is severely rate limited and may
141143
result in rejected requests.
142144
143-
.. warning:: GOES4 is limited to data found in the NSRDB, please consult the
144-
references below for locations with available data. Additionally,
145+
.. warning:: GOES4 is limited to data found in the NSRDB, please consult
146+
the references below for locations with available data. Additionally,
145147
querying data with < 30-minute resolution uses a different API endpoint
146148
with fewer available fields (see [4]_).
147149

0 commit comments

Comments
 (0)