@@ -73,7 +73,7 @@ def get_meteonorm(latitude, longitude, start, end, api_key, endpoint,
7373 time_step : {'1min', '15min', '1h'}, optional
7474 Frequency of the time series. The parameter is ignored when requesting
7575 forcasting data. The default is '15min'.
76- horizon : optional
76+ horizon : str, optional
7777 Specification of the horizon line. Can be either a 'flat', 'auto', or
7878 a list of 360 horizon elevation angles. The default is 'auto'.
7979 interval_index: bool, optional
@@ -193,11 +193,11 @@ def get_meteonorm_tmy(latitude, longitude, api_key,
193193 (north=0, east=90, south=180, west=270). The default is 180.
194194 time_step: {'1min', '1h'}, optional
195195 Frequency of the time series. The default is '1h'.
196- horizon: optional
196+ horizon: str, optional
197197 Specification of the hoirzon line. Can be either 'flat' or 'auto', or
198198 specified as a list of 360 horizon elevation angles. The default is
199199 'auto'.
200- terrain: string , optional
200+ terrain: str , optional
201201 Local terrain situation. Must be one of: ['open', 'depression',
202202 'cold_air_lake', 'sea_lake', 'city', 'slope_south',
203203 'slope_west_east']. The default is 'open'.
0 commit comments