Skip to content

Issue with forecast data #80

@dominicroye

Description

@dominicroye

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions