sensebox / opensensmapR

R client for opensensemap.org
https://noerw.github.io/opensensmapR/inst/doc/osem-history
8 stars 5 forks source link

osem_measurements() with phenomenon not working #6

Closed noerw closed 6 years ago

noerw commented 6 years ago

osem_measurements('PM2.5') returns no data, due to upstream bug https://github.com/sensebox/openSenseMap-API/issues/106

workaround:

osem_measurements(osem_boxes(), phenomenon = 'PM2.5')