rOpenGov / fmi

Finnish Meteorological Institute open data API R client
Other
10 stars 7 forks source link

Error "undefined columns selected" #26

Closed jlintusaari closed 6 years ago

jlintusaari commented 6 years ago

A fresh install to Ubuntu 16.04 gives

Error in `[.data.frame`(olddf, , measurementIndex[i]) : 
  undefined columns selected

when following the vignette for getting daily weather data with the function

client$getDailyWeather(...)
jlintusaari commented 6 years ago

PR #25 fixes the above. It seems that the structure of the layer object has changed at some point.

antagomir commented 6 years ago

Thanks!