You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to follow the tutorial for accessing data with intake and s3 and I have an error with the line
"dataset = catalog.level1.shots(url=shot.url, group='amc').to_dask()"
It produces a Keyerror: '.zmetadata' either locally or in a Colab notebook.
I didn't manage to find a solution yet. Has someone already had this issue ?
The text was updated successfully, but these errors were encountered:
I'm trying to follow the tutorial for accessing data with intake and s3 and I have an error with the line
"dataset = catalog.level1.shots(url=shot.url, group='amc').to_dask()"
It produces a Keyerror: '.zmetadata' either locally or in a Colab notebook.
I didn't manage to find a solution yet. Has someone already had this issue ?
The text was updated successfully, but these errors were encountered: