-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I would like to iteratively load data from Aloft using getRad::get_vpts, for specific radar and time intervals, do some filtering / cleaning and save a local version (in "csv.gz") of the clean data frame. Because I need to go through several radars / years it takes a lot of time to iteratively load the data I want to work with from Aloft (and sometimes fail - see #134). Could it be possible to add the option of using a local directory containing the data previously downloaded (e.g., from Zenodo) as source in the get_vpts function?
This would drastically reduce the processing time and allow to specify radars / time intervals.