xarray.backends.H5netcdfBackendEntrypoint#
- class xarray.backends.H5netcdfBackendEntrypoint[source]#
Backend for netCDF files based on the h5netcdf package.
It can open “.nc”, “.nc4”, “.cdf” files but will only be selected as the default if the “netcdf4” engine is not available.
Additionally it can open valid HDF5 files, see https://h5netcdf.org/#invalid-netcdf-files for more info. It will not be detected as valid backend for such files, so make sure to specify
engine="h5netcdf"
inopen_dataset
.For more information about the underlying library, visit: https://h5netcdf.org
See also
backends.H5NetCDFStore
,backends.NetCDF4BackendEntrypoint
,backends.ScipyBackendEntrypoint
- __init__()#
Methods
__init__
()guess_can_open
(filename_or_obj)Backend open_dataset method used by Xarray in
open_dataset()
.open_dataset
(filename_or_obj, *[, ...])Backend open_dataset method used by Xarray in
open_dataset()
.Attributes
open_dataset_parameters