Hi everyone.
I’m new to Pangeo.
I tried to run this example, but, when I tried to load data from Pangeo data, I got a value error (ValueError: group not found in the path).
I got this error without making changes to the code.
I tried to change the data source using data source from another examples or change my code using a solution to this problem with GitHub: https://github.com/pydata/xarray/issues/2586
but this didn’t solve my problem.
I use python 3.8 on win10
xarray==0.15.1
zarr==2.4.0
gcsfs==0.6.2
numcodecs==0.6.4
You can access it from ocean.pangeo.io or Pangeo binder. If you want to access it from your own environment, you will need to connect it to a Google Cloud project in order to pay the egress fees.
Hi @rabernat - I hit the same problem, but might have time to do a PR for the website. Wondering if there is an alternative small free dataset that could be proposed instead?
Thanks for your suggestion Liam! The catch is, for small data you don’t need the things that this example shows off (zarr, lazy loading, distributed dask cluster etc.)