|
1 | 1 | """ |
2 | 2 | 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/ |
4 | 5 | """ |
5 | 6 |
|
6 | 7 | import io |
|
68 | 69 |
|
69 | 70 |
|
70 | 71 | 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): |
74 | 75 | """ |
75 | 76 | 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]_. |
77 | 79 |
|
78 | 80 | Parameters |
79 | 81 | ---------- |
@@ -140,8 +142,8 @@ def get_goes4(latitude, longitude, api_key, email, names='tmy', interval=60, |
140 | 142 | .. warning:: The "DEMO_KEY" `api_key` is severely rate limited and may |
141 | 143 | result in rejected requests. |
142 | 144 |
|
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, |
145 | 147 | querying data with < 30-minute resolution uses a different API endpoint |
146 | 148 | with fewer available fields (see [4]_). |
147 | 149 |
|
|
0 commit comments