-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch vpts data from aloft #9
Comments
How about using |
I would also consider using |
There is now a progress bar with an ETA for larger intervals, eg: get_vpts("bejab", lubridate::interval("20210101",20210301")) |
vpts objects in bioRad can only contain data of a single radar, how do we want to handle that? via |
I've decided to return a list of vpts objects |
I discussed the
|
{bioRad}
as_vpts = TRUE
argument?as_vpts
toas_tibble
and set behaviour as inverseutils.R
bioRad:::vpts_validate()
call ❗ ❗get_vpts_aloft()
to be in line withget_vpts()
as much as possibleget_aloft_coverage()
toaloft_coverage()
aloft_coverage()
to public functionread_vpts_from_url()
: use for all functions that get multiple files from webIf a radar is present in both UVA and BALTRAD, both are fetched.The text was updated successfully, but these errors were encountered: