View source: R/daily_to_hourly.R
daily_to_hourly | R Documentation |
Convert daily climate projections to hourly time-step
daily_to_hourly(df, latitude, longitude)
df |
data frame output by |
latitude |
latitude degree north |
longitude |
longitude degree east |
data frame with an hourly time step
get_climate_projections(
latitude = 37.30,
longitude = -79.83,
start_date = Sys.Date(),
end_date = Sys.Date() + lubridate::years(1),
model = "EC_Earth3P_HR",
variables = glm_variables(product = "climate_projection", time_step = "daily")) |>
daily_to_hourly(latitude = 37.30, longitude = -79.83)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.