Skip to content

Commit aeb02e8

Browse files
committed
fix tmy2 metadata label problem
1 parent 862e0f0 commit aeb02e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pvlib/tmy.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,13 @@ def readtmy2(filename):
292292
============= ==================================
293293
key description
294294
============= ==================================
295-
SiteID Site identifier code (WBAN number)
296-
StationName Station name
297-
StationState Station state 2 letter designator
298-
SiteTimeZone Hours from Greenwich
295+
WBAN Site identifier code (WBAN number)
296+
City Station name
297+
State Station state 2 letter designator
298+
TZ Hours from Greenwich
299299
latitude Latitude in decimal degrees
300300
longitude Longitude in decimal degrees
301-
SiteElevation Site elevation in meters
301+
altitude Site elevation in meters
302302
============= ==================================
303303
304304
============================ ==========================================================================================================================================================================

0 commit comments

Comments
 (0)