Skip to content

Adding cutsom file format (NetCDF file) #192

Description

@apprent

I'm using v0.5, when trying to open a NetCDF file, I got an error:

[Main Instruction]
The following exception occured:

[Content]
| main.py |756 | self.selectFile(bAdd=False)
| main.py |783 | self.load_files(filenames
| main.py |325 | newTabs
| Tables.py |102 | tabs
| Tables.py |136 | fileformat
| io_init_.py |249 | valid
| io\file_formats.py |7 | F=fileformat.constructor(filename=filename
| io\file.py |27 | self.read(filename
| io\file.py |41 | self._read(**kwargs)
| io\netcdf_file.py |26 | self.data=xr.open_dataset(self.filename)
| <class 'ValueError'> found the following matches with the input file in xarray's IO backends: ['netcdf4', 'h5netcdf']. But their dependencies may not be installed, see:
https://docs.xarray.dev/en/stable/user-guide/io.html
https://docs.xarray.dev/en/stable/getting-started-guide/installing.html

==============

It seems that 'netcdf4' and 'h5netcdf' are not in .\pkgs\

How can I find the right version of 'netcdf4' and 'h5netcdf' and install them to .\pkgs\ on my Windows 11 PC?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedusage

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions