Skip to content

Commit ea98ebe

Browse files
Put URL at the end of the function
1 parent 2625612 commit ea98ebe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pvlib/iotools/nasa_power.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323

2424
def get_nasa_power(latitude, longitude, start, end,
25-
parameters=DEFAULT_PARAMETERS, *, community='re', url=URL,
25+
parameters=DEFAULT_PARAMETERS, *, community='re',
2626
elevation=None, wind_height=None, wind_surface=None,
27-
map_variables=True):
27+
map_variables=True, url=URL):
2828
"""
2929
Retrieve irradiance and weather data from NASA POWER.
3030

0 commit comments

Comments
 (0)