The default backend engine for xarray is set to netcdf4 in this function
What is the best way to make h5netcdf the default engine in xarray?
The default backend engine for xarray is set to netcdf4 in this function
What is the best way to make h5netcdf the default engine in xarray?
This isn't currently possible, but we would welcome a pull request to add such as an option via the xarray.set_options()
interface.