We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3777c77 commit 050e7b0Copy full SHA for 050e7b0
1 file changed
docs/sphinx/source/whatsnew/v0.15.2.rst
@@ -28,6 +28,12 @@ Enhancements
28
* Added mapping of the parameter ``"albedo"`` in
29
:py:func:`~pvlib.iotools.get_nasa_power` when ``map_variables=True``
30
(:pull:`2753`)
31
+* :py:func:`~pvlib.iotools.get_nasa_power` now maps additional NASA POWER
32
+ parameters to pvlib variable names when ``map_variables=True``:
33
+ ``temp_dew`` (T2MDEW), ``precipitable_water`` (TQV), and
34
+ ``relative_humidity`` (RH2M). Surface pressure (PS) is converted from
35
+ kPa to Pa, and precipitable water (TQV) from kg/m² to cm.
36
+ (:issue:`2731`, :pull:`2762`)
37
38
39
Documentation
0 commit comments