Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intake open_esm_datastore bug and fix #6

Open
matthewjhenry opened this issue May 29, 2020 · 0 comments
Open

Intake open_esm_datastore bug and fix #6

matthewjhenry opened this issue May 29, 2020 · 0 comments

Comments

@matthewjhenry
Copy link

For some reason, when I run col = intake.open_esm_datastore("../catalogs/pangeo-cmip6.json") from the ocean pangeo website, it comes up with a bug that I do not really understand:

FileNotFoundError: Unable to find: /home/jovyan/notebooks/../catalogs/https:/storage.googleapis.com/cmip6/cmip6-zarr-consolidated-stores.csv

I found a workaround by just replacing with the following code snippet:

import intake
url = "https://raw.githubusercontent.com/NCAR/intake-esm-datastore/master/catalogs/pangeo-cmip6.json"
col = intake.open_esm_datastore(url)
col
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant