@@ -57,12 +57,11 @@ def get_nasa_power(latitude, longitude, start_date, end_date,
5757 * 're': renewable energy
5858 * 'sb': sustainable buildings
5959 * 'ag': agroclimatology
60- time_standard: str, default:'utc'
61- Can be either:
62- * Universal Time Coordinated (utc): is the standard time measure
63- used by the world.
60+ time_standard: str, default: 'utc'
61+ Can be either 'utc' or 'lst':
62+ * Universal Time Coordinated (utc)
6463 * Local Solar Time (lst): A 15 Degrees swath that represents solar
65- noon at the middle longitude of the swath.
64+ noon at the middle longitude of the swath
6665 site_elevation: float, optional
6766 The custom site elevation in meters to produce the corrected
6867 atmospheric pressure adjusted for elevation.
@@ -72,7 +71,7 @@ def get_nasa_power(latitude, longitude, start_date, end_date,
7271 wind_surface: str, optional
7372 The definable surface type to adjust the wind speed. For a list of the
7473 surface types see [4]_.
75- map_variables: bool, default: True
74+ map_variables: bool, optional, default: True
7675 When true, renames columns of the Dataframe to pvlib variable names
7776 where applicable. The default is True. See variable
7877 :const:`VARIABLE_MAP`.
@@ -99,7 +98,7 @@ def get_nasa_power(latitude, longitude, start_date, end_date,
9998 .. [3] `NASA POWER API parameters
10099 <https://power.larc.nasa.gov/parameters/>`_
101100 .. [4] `NASA POWER corrected wind speed parameters
102- <https://power.larc.nasa.gov/docs/methodology/meteorology/wind/>_
101+ <https://power.larc.nasa.gov/docs/methodology/meteorology/wind/>` _
103102 """
104103 if len (parameters ) > 15 :
105104 raise ValueError ("A maximum of 15 parameters can currently be "
0 commit comments