eliocamp / metR

Tools for Easier Analysis of Meteorological Fields
https://eliocamp.github.io/metR/
139 stars 22 forks source link

filter query #159

Closed juanchiem closed 2 years ago

juanchiem commented 2 years ago

It would be helpful if one could filter the query from GetSMNData(); for instance:

dates <- seq(as.Date("2021/6/1"), as.Date("2021/6/1") + 180, by = "day") temp <- metR::GetSMNData(dates, type = "daily", bar = TRUE, station = "TANDIL AERO")

eliocamp commented 2 years ago

I did consider it, but the data source doesn't allow downloading selected stations or variables so it wouldn't make any difference to filter yourself after download.

On Fri, 25 Feb 2022, 11:35 Juan Edwards Molina, @.***> wrote:

It would be helpful if one could filter the query from GetSMNData(); for instance:

dates <- seq(as.Date("2021/6/1"), as.Date("2021/6/1") + 180, by = "day") temp <- metR::GetSMNData(dates, type = "daily", bar = TRUE, station = "TANDIL AERO")

— Reply to this email directly, view it on GitHub https://github.com/eliocamp/metR/issues/159, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBX46Y2UYP7K5HB3O2SNKTU46HUVANCNFSM5PKODGIA . You are receiving this because you are subscribed to this thread.Message ID: @.***>