pangeo-data / pangeo-tutorial-gallery

Repo to house pangeo-tutorial notebooks for pangeo-gallery
MIT License
10 stars 13 forks source link

fix xarray remote tutorial data #3

Closed scottyhq closed 4 years ago

scottyhq commented 4 years ago

@salvis2 - hopefully this temporarily fixes #2. I've moved the tutorial data into a separate git repo (https://github.com/pangeo-data/tutorial-data), and the notebook just runs git clone to bring it into the local working directory

salvis2 commented 4 years ago

Looks like the build encountered an error at

ds_all = xr.open_mfdataset('/home/jovyan/.xarray_tutorial_data/sst/*nc', combine='by_coords')

with

OSError: no files to open
salvis2 commented 4 years ago

I'll try re-running the job.

scottyhq commented 4 years ago

The PR build is still using files in the master branch. This should also be added to the list of things to fix. See https://github.com/NCAR/cesm-lens-aws/pull/51#issuecomment-624151137. You'll just have to merge and see what happens

salvis2 commented 4 years ago

Ah okay. I'll merge and make some PRs to this and the Landsat 8 tutorial so the binder config is on a different environment.