You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before downloading vpts data from the aloft repository with download_vpts_aloft() (see #553), it might be useful for people to know what years/dates are covered for what radars. The repository does include a simple coverage.csv that lists all the files per directory:
It might be useful to create a function that can return this information as a dataframe or visualize it immediately, e.g.:
show_aloft_coverage(
# cf. download_vpts_aloftdate_min=NULL, # limits columnsdate_max=NULL, # limits columnsradars= c(), # limits rowsformat="csv",
source="baltrad",
# new paramsby="year", "month", "day", # granularity of returned datashow="files", "boolean"# whether to indicate number of files or boolean
)
Alternatively, this functionality could be included in download_vpts(), but I'm not sure how.
Suggested output:
The text was updated successfully, but these errors were encountered:
Before downloading vpts data from the aloft repository with
download_vpts_aloft()
(see #553), it might be useful for people to know what years/dates are covered for what radars. The repository does include a simple coverage.csv that lists all the files per directory:It might be useful to create a function that can return this information as a dataframe or visualize it immediately, e.g.:
Alternatively, this functionality could be included in
download_vpts()
, but I'm not sure how.Suggested output:
The text was updated successfully, but these errors were encountered: