-
Notifications
You must be signed in to change notification settings - Fork 16
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
Adapt download_vpfiles()
to aloft S3 bucket and VPTS-CSV format
#550
Comments
Lots of hard questions, might be a good discussion to have during the coding sprint, or in a meeting preparing for the coding sprint? Some quick thoughts below.
For the CSV's it would make sense to have direct reading I think, for the HDF5 not ofcourse.
I think we should keep the current functionality as people probably use since we have been teaching it that way. Not likely that everyone will want to change to working from the CSVs.
I guess for the CSVs it won't matter much so they don't need to be unzipped.
Don't know.
I thought the data will not be monthly anymore? But if it is, then yes it would make sense to go for YYYY-MM. But also as noted this is the current behaviour and I don't think it has caused any confusion so far.
Currently both these just give an error for the download per file, which makes it pretty easy to figure out what the problem is, so don't think we need to make it too complicated? |
Discussed in call with @adokter and @CeciliaNilsson709. We suggest to:
Suggested functions:
|
Current functionality
Download and unzip a selection of vertical profile (
vp
) files from the ENRAM data repository, where these are stored as monthly zips per radar.Reason for change
aloft
)Questions
read_vpfiles()
support reading remote files #544) Keep as separate functionsdownload_vpfiles()
or should it bedownload_vpts()
? Offer possibility, deprecatedownload_vpfiles()
in favour ofdownload_vpts_aloft()
, see Createdownload_vpts_aloft()
function #553read_csv()
(they are not zipped directories of files). Nodownload_vpts_aloft()
function #553date_min
anddate_max
are precise to the day, but data are downloaded per month (= same as current behaviour). Should the values fordate_min
/date_max
be structured asYYYY-MM
? Note that these currently align withselect_vpfiles()
. Keep them as full datesdownload_vpts_aloft()
function #553download_vpts_aloft()
function #553Ping @CeciliaNilsson709 @adokter
The text was updated successfully, but these errors were encountered: