You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
format_windpowerlib and format_pvpowerlib from the era5.py module fail with the error AttributeError: 'DataFrame' object has no attribute 'time' after trying to format data retrieved from the CDS. The CDS data returned by get_era5_data_from_datespan_and_position uses the attribute name valid_time instead of time. Presumably this was changed with the recent CDS API update?
The text was updated successfully, but these errors were encountered:
format_windpowerlib
andformat_pvpowerlib
from theera5.py
module fail with the errorAttributeError: 'DataFrame' object has no attribute 'time'
after trying to format data retrieved from the CDS. The CDS data returned byget_era5_data_from_datespan_and_position
uses the attribute namevalid_time
instead oftime
. Presumably this was changed with the recent CDS API update?The text was updated successfully, but these errors were encountered: