@@ -212,12 +212,12 @@ def get_meteonorm_tmy(latitude, longitude, api_key,
212
212
with the same random seed will yield identical results.
213
213
clear_sky_radiation_model : {'esra', 'solis'}
214
214
Which clearsky model to use. The default is 'esra'.
215
- data_version : string , optional
215
+ data_version : str , optional
216
216
Version of Meteonorm climatological data to be used. The default is
217
217
'latest'.
218
- future_scenario: string , optional
218
+ future_scenario: str , optional
219
219
Future climate scenario.
220
- future_year : integer , optional
220
+ future_year : int , optional
221
221
Central year for a 20-year reference period in the future.
222
222
interval_index: bool, optional
223
223
Whether the index of the returned data object is of the type
@@ -228,7 +228,7 @@ def get_meteonorm_tmy(latitude, longitude, api_key,
228
228
where applicable. See variable :const:`VARIABLE_MAP`. The default is
229
229
True.
230
230
url: str, optional.
231
- Base URL of the Meteonorm API. 'climate/tmy'` is
231
+ Base URL of the Meteonorm API. ` 'climate/tmy'` is
232
232
appended to the URL. The default is:
233
233
:const:`pvlib.iotools.meteonorm.URL`.
234
234
0 commit comments