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

use latest pangeo docker image #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

use latest pangeo docker image #59

wants to merge 2 commits into from

Conversation

rabernat
Copy link
Member

Attempting to resolve the catalog build error in #58.

@rabernat
Copy link
Member Author

@davidbrochart & @martindurant - I tried updating the docker image we are using to validate our intake catalog, and I am now getting some errors with the hydrosheds catalogs.

Any chance you can look into this and figure out why they are failing?

@davidbrochart
Copy link
Contributor

Trying to create a fresh conda environment, rasterio doesn't seem to install anymore.

@davidbrochart
Copy link
Contributor

Might be related to conda-forge switching to Python 3.8.

@davidbrochart
Copy link
Contributor

With the following environment:

conda install python=3.7 ipython intake intake-xarray rasterio gcsfs

That works:

import intake
cat_url = 'https://raw.githubusercontent.com/pangeo-data/pangeo-datastore/master/intake-catalogs/master.yaml' 
cat = intake.Catalog(cat_url)
cat.hydro.hydrosheds_acc.to_dask()

@davidbrochart
Copy link
Contributor

Looks like a (temporary) Google authentication problem to me.

@davidbrochart davidbrochart mentioned this pull request Dec 2, 2019
@jhamman
Copy link
Member

jhamman commented Dec 2, 2019

I restarted the build here (and updated to the latest image). Neither worked to resolve this. I'm leaning against the temporary auth problem but I don't know where else to look.

@davidbrochart
Copy link
Contributor

The tests that are failing are related to the rasterio driver. Back then we worked around the issue by caching the data locally: intake/intake-xarray#31 (comment)
Maybe this doesn't work any more?

@martindurant
Copy link

There is no particular reason caching by intake doesn't won't work, although you may find things simpler when using the whole-file caching interface of fsspec directly "filecache".

@davidbrochart
Copy link
Contributor

It would be nice to have the pinned version of packages to be able to reproduce.

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

Successfully merging this pull request may close these issues.

4 participants