Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/sphinx/source/whatsnew/v0.15.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Bug fixes

Enhancements
~~~~~~~~~~~~
* Added mapping of the parameter ``"albedo"`` in
~:py:func:``pvlib.iotools.get_nasa_power` when ``map_variables=True``
Comment thread
AdamRJensen marked this conversation as resolved.
Outdated
(:pull:`2753`)


Documentation
Expand Down Expand Up @@ -58,3 +61,4 @@ Contributors
* :ghuser:`Omesh37`
* Cliff Hansen (:ghuser:`cwhanse`)
* Arthur Onno (:ghuser:`ArthurOnnoTerabase`)
* Adam R. Jensen (:ghuser:`AdamRJensen`)
1 change: 1 addition & 0 deletions pvlib/iotools/nasa_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'T2M': 'temp_air',
'WS2M': 'wind_speed_2m',
'WS10M': 'wind_speed',
'ALLSKY_SRF_ALB': 'albedo',
}


Expand Down
Loading