Skip to content

Error in opening dataset #18

@thopri

Description

@thopri

Hello,

When I call the open dataset function in OceanDataStore I get the following error:

  File "/Users/thopri/miniforge3/envs/mm13/lib/python3.13/site-packages/OceanDataStore/data_catalog.py", line 409, in open_dataset
    raise ValueError(f"Unsupported media type {asset.to_dict()['type']} for Item asset.")
ValueError: Unsupported media type application/vnd.zarr+icechunk for Item asset.

The parameters I am using are:

id = 'noc-npd-era5/npd-eorca12-era5v1/gn/U5d_4d'
start_datetime = 2023-02-01
end_datetime = '2023-04-09'
bbox = (-15.97,26.68,-14.88,27.76)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions