-
Notifications
You must be signed in to change notification settings - Fork 17
Create download_vpts_aloft()
function
#553
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
Comments
I'd like to work on this, here are my thoughts: Q/A
I prefer csv/hdf5, and return in the same directory structure as the bucket
Let's try to do it without the dependency at first and reevaluate.
Tests
BranchHas work already started on this? Is there a branch I can continue on? |
If a radar is missing, stop. |
jsonlite::fromJSON("https://raw.githubusercontent.com/enram/aloftdata.eu/main/_data/OPERA_RADARS_DB.json")$odimcode
|
We have decided to build a function list_vpts_aloft(
date_min = NULL,
date_max = NULL,
radars = NULL,
# directory = ".", This parameter is removed
# overwrite = FALSE, This parameter is removed
format = "csv" # also hdf5
source = "baltrad", # also ecog-04003
) Checking if a file exists can be done using the |
Note: I think it might be better to create a generic |
format
. Eithercsv
/hdf5
(widely applicable) ormonthly
,daily
,hdf5
Todo
https://lw-enram.s3-eu-west-1.amazonaws.com
tos3://aloft
source = BALTRAD
radars
parameter will remain the same (5 letter code:bejab
)directory
parameter can remain the sameoverwrite
parameter can remain the samedownload_vpfiles()
todownload_vpts_aloft(format = "hdf5")
The text was updated successfully, but these errors were encountered: