skgrange / saqgetr

Import Air Quality Monitoring Data in a Fast and Easy Way
GNU General Public License v3.0
9 stars 3 forks source link

No data after 2023-08-12 #11

Closed FlorentinBulotAQ closed 11 months ago

FlorentinBulotAQ commented 1 year ago

Hello,

It seems that there is no data available after the 2023-08-12.

require(saqgetr)
data_sites <- get_saq_sites()
data_sites$date_end %>% max(na.rm=T)

outputs : [1] "2023-08-12 23:00:00 UTC"

Thanks, Best wishes

skgrange commented 1 year ago

Hello, This is true and correct. My tasks run once a month and the last update was a day or two after August 12. The next scheduled update is for September 10 and the new observations will be available on September 11. I hope that helps.