You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Flagging where estimates are available for.
Getting latest only estimates or estimates from a date.
Filtering to only download a specified dataset.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: