Skip to content

Commit 7faa2b8

Browse files
committed
Correct era5 timestamp convention
1 parent a53e022 commit 7faa2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/iotools/era5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_era5(latitude, longitude, start, end, variables, api_key,
102102
Returns
103103
-------
104104
data : pd.DataFrame
105-
Time series data. The index corresponds to the start of the interval.
105+
Time series data. The index corresponds to the end of the interval.
106106
meta : dict
107107
Metadata.
108108

0 commit comments

Comments
 (0)