KWB-R / fhpredict

R Package for the Project Flusshygiene
https://kwb-r.github.io/fhpredict
MIT License
2 stars 0 forks source link

get_radolan_urls_bucket cannot handle multiple years #10

Closed wseis closed 5 years ago

wseis commented 5 years ago

Try:

URLs <- fhpredict::get_radolan_urls_bucket(from = "2008510"),
                                          to = paste0(start_year, "20080920"),
                                          time = "1050")

and

URLs <- fhpredict::get_radolan_urls_bucket(from = "2008510"),
                                          to = paste0(start_year, "20100920"),
                                          time = "1050")
hsonne commented 5 years ago

The API sometimes returns an empty list but sometimes does not. I reported this here: https://github.com/technologiestiftung/flusshygiene-radolan-data-api/issues/7