🍾 Xarray is now 10 years old! 🎉

xarray.backends.H5NetCDFStore.encode

xarray.backends.H5NetCDFStore.encode#

H5NetCDFStore.encode(variables, attributes)[source]#

Encode the variables and attributes in this store

Parameters:
  • variables (dict-like) – Dictionary of key/value (variable name / xr.Variable) pairs

  • attributes (dict-like) – Dictionary of key/value (attribute name / attribute) pairs

Returns: