Skip to content

ACCESS file is unrecognised #84

@frizwi

Description

@frizwi

access_hdr.txt

Calling emsarray.open_dataset() on an ACCESS file results in

`/tools/Anaconda3/2022.10/lib/python3.9/site-packages/emsarray/accessors.py in ems_accessor(dataset)
18 format_class = get_file_format(dataset)
19 if format_class is None:
---> 20 raise RuntimeError("Could not determine format of dataset")
21 return format_class(dataset)

RuntimeError: Could not determine format of dataset
`
Looking at the code, seems like it should be CFGrid1D - what's tripping it up? netCDF header attached

Metadata

Metadata

Assignees

No one assigned

    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