Convert 6 hour seasonal forecast to hourly time-step
Source:R/six_hourly_to_hourly.R
six_hourly_to_hourly.Rd
Convert 6 hour seasonal forecast to hourly time-step
Examples
if (FALSE) { # interactive()
get_seasonal_forecast(
latitude = 37.30,
longitude = -79.83,
forecast_days = 30,
past_days = 5,
variables = glm_variables(product = "seasonal_forecast",
time_step = "6hourly")) |>
six_hourly_to_hourly(
latitude = 37.30,
longitude = -79.83,
use_solar_geom = TRUE)
}