Skip to content

What engine should i use instead of pynio engine in xarray to read .hdf file #7980

Answered by andersy005
Jayayadav33 asked this question in General
Discussion options

You must be logged in to vote

@Jayayadav33, have you tried

data = xr.open_dataset(filename, engine='netcdf4')

or install h5netcdf via conda install -c conda-forge h5netcdf

and use

data = xr.open_dataset(filename, engine='h5netcdf')

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kmuehlbauer
Comment options

@Jayayadav33
Comment options

Answer selected by andersy005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants