nextGEMS / catalog

Intake catalog for nextgems
5 stars 7 forks source link

cat["IFS.IFS_9-FESOM_5-production-hist.2D_hourly_healpix128"].to_dask() fails #74

Open florianziemen opened 3 months ago

florianziemen commented 3 months ago
import intake
cat = intake.open_catalog("https://data.nextgems-h2020.eu/catalog.yaml")
cat["IFS.IFS_9-FESOM_5-production-hist.2D_hourly_healpix128"].to_dask()

yields FileNotFoundError: [Errno 2] No such file or directory: '/work/bm1235/b381679/cycle4_hist/gribscan_1h1d_2D_healpix128/jsons.1990/sfc.dir/atm2d.json/.zmetadata'

florianziemen commented 3 months ago

Same for 3D_hourly_0.25deg_1990s 2D_hourly_0.25deg 2D_hourly_0.25deg_sst_ci_winds 3D_hourly_0.25deg_snow 2D_hourly_0.25deg_winds100m

TobiasBkr commented 3 months ago

Thank you for finding the issue. I fixed three paths in the catalog and reran a build script. The issues should all be resolved now.