@@ -73,7 +73,7 @@ def get_meteonorm(latitude, longitude, start, end, api_key, endpoint,
73
73
time_step : {'1min', '15min', '1h'}, optional
74
74
Frequency of the time series. The parameter is ignored when requesting
75
75
forcasting data. The default is '15min'.
76
- horizon : optional
76
+ horizon : str, optional
77
77
Specification of the horizon line. Can be either a 'flat', 'auto', or
78
78
a list of 360 horizon elevation angles. The default is 'auto'.
79
79
interval_index: bool, optional
@@ -193,11 +193,11 @@ def get_meteonorm_tmy(latitude, longitude, api_key,
193
193
(north=0, east=90, south=180, west=270). The default is 180.
194
194
time_step: {'1min', '1h'}, optional
195
195
Frequency of the time series. The default is '1h'.
196
- horizon: optional
196
+ horizon: str, optional
197
197
Specification of the hoirzon line. Can be either 'flat' or 'auto', or
198
198
specified as a list of 360 horizon elevation angles. The default is
199
199
'auto'.
200
- terrain: string , optional
200
+ terrain: str , optional
201
201
Local terrain situation. Must be one of: ['open', 'depression',
202
202
'cold_air_lake', 'sea_lake', 'city', 'slope_south',
203
203
'slope_west_east']. The default is 'open'.
0 commit comments