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
Description of the desired feature:
It would be great to support data mirrors, ie. having values for base_url where the second, third etc. values can be used if the first URL isn't available.
Are you willing to help implement and maintain this feature?
Possibly
The text was updated successfully, but these errors were encountered:
Hi @dstansby thanks for suggesting this! I can see why this would be a nice feature to have.
One way to implement this would be allow base_url to take a list/tuple/set and then put this part of pooch.Pooch.fetch in a for loop with try: ... except:... blocks:
Description of the desired feature:
It would be great to support data mirrors, ie. having values for
base_url
where the second, third etc. values can be used if the first URL isn't available.Are you willing to help implement and maintain this feature?
Possibly
The text was updated successfully, but these errors were encountered: