epiforecasts / covid-rt-estimates

National and subnational estimates of the time-varying reproduction number for Covid-19
https://epiforecasts.io/covid/
MIT License
34 stars 17 forks source link

Improve access to blob storage and document #187

Open seabbs opened 3 years ago

seabbs commented 3 years ago

Currently this is crudely implemented using azcopy but unfortunately it has been difficult to control folder paths included. A more robust approach to this would be very helpful for downstream users. This should also be paired with new documentation.

The features this is missing which would be nice to have are:

See R/get_estimates.R for the current implementation.

It looks like using az storage may be a solution to this as wild cards in folder paths are supported.