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
Hello there!
Thanks for providing this code.
For me, use_diurnal_profile=TRUE does not work. It does not adjust the data within the days. I think that this error originates from the fact that the hour of the weather data is dropped in read_ninja_weather. I would suggest the following change which solves the issue for me:
Hello there!
Thanks for providing this code.
For me,
use_diurnal_profile=TRUE
does not work. It does not adjust the data within the days. I think that this error originates from the fact that the hour of the weather data is dropped inread_ninja_weather
. I would suggest the following change which solves the issue for me:csv$time = as.POSIXct(csv$time, format="%Y-%m-%d %H:%M")
Cheers, Jan
The text was updated successfully, but these errors were encountered: