Skip to content

Commit 2625612

Browse files
IoannisSifnaiosechedey-lsAdamRJensen
authored
Apply suggestions from code review
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com> Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
1 parent aac8c69 commit 2625612

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sphinx/source/whatsnew/v0.13.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Bug fixes
1919

2020
Enhancements
2121
~~~~~~~~~~~~
22-
* Added function :py:func:`~pvlib.iotools.get_nasa_power` to retrieve data from NASA POWER.
22+
* Add :py:func:`pvlib.iotools.get_nasa_power` to retrieve data from NASA POWER free API.
2323
(:pull:`2500`)
2424

2525
Documentation

pvlib/iotools/nasa_power.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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', url=URL,
2626
elevation=None, wind_height=None, wind_surface=None,
2727
map_variables=True):
2828
"""

0 commit comments

Comments
 (0)