e <- get_extent("Dortmund")
stations <- get_publicdata(ext = e, tiles = TRUE)
# load("stations_dortmund.rda")
p <- get_period("2024-06-29")
obs <- get_measure(devices = stations,
period = p,
par = "sum_rain",
res = 5)
# load("obs_dortmund.rda")
hymet::xtslist_summarize(obs)
#> Error in `tibble::tibble()` at hymet/R/xtslist_summarize.R:46:5:
#> ! Tibble columns must have compatible sizes.
#> • Size 226: Existing data.
#> • Size 232: Column `sum`.
#> ℹ Only values of size one are recycled.
#> Run `rlang::last_trace()` to see where the error occurred.