Closed edwardchalstrey1 closed 2 years ago
@acocac it turns out that intake does actually allow you to load the contents from a remote zip file, including hosted on Zenodo! 🥳
You can test with this updated catalog like so:
import intake
import matplotlib.pyplot as plt
cat = intake.open_catalog('scivision.yml')
ds = cat.plankton().to_dask()
plt.imshow(ds[0])
Awesome @edwardchalstrey1 @ots22 thanks!
Update intake catalog (
scivision.yml
for dataset) to load from remote (Zenodo) zip file