-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
There seems to be a new or related issue from #74 (comment). The forecast function receives NULL for many queries of municipalities. For instance, only 19 of 100 are successful.
Problem was reported by @Martassup
munis <- aemet_munic
head(munis)
muni_CV <- aemet_munic |>
filter(cpro %in% c("03", "12", "46")) |>
pull(municipio)
#hacemos la llamada a la API con "aemet_forecast_daily()
daily <- aemet_forecast_daily(muni_CV[1:100])
Metadata
Metadata
Assignees
Labels
No labels