girder / large_image

Python modules to work with large multiresolution images.
http://girder.github.io/large_image/
Apache License 2.0
193 stars 43 forks source link

Use a pooch data store for docs to allow retry_if_failed #1689

Open manthey opened 2 hours ago

manthey commented 2 hours ago

The docs use pooch.retreive, which doesn't expose retry_if_failed.

manthey commented 2 hours ago

@annehaley CircleCI sometimes gets a 500 error when downloading from dkc. The retry on the main datastore gets over this; we should do the same in the docs so that there are fewer spurious CI failures.

manthey commented 2 hours ago

While we are at it, the urls for dkc data should use the api/v1/file/hashsum/{algo}/{hashvalue}/download route rather than the item id route.