Skip to content

Commit 4a0e1b3

Browse files
Apply suggestions from code review
Co-authored-by: Ioannis Sifnaios <[email protected]>
1 parent 5d64654 commit 4a0e1b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pvlib/iotools/meteonorm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)