xarray.backends.H5NetCDFStore.store#
- H5NetCDFStore.store(variables, attributes, check_encoding_set=frozenset({}), writer=None, unlimited_dims=None)[source]#
- Top level method for putting data on this store, this method:
encodes variables/attributes
sets dimensions
sets variables
- Parameters
variables (dict-like) – Dictionary of key/value (variable name / xr.Variable) pairs
attributes (dict-like) – Dictionary of key/value (attribute name / attribute) pairs
check_encoding_set (
list-like
) – List of variables that should be checked for invalid encoding valueswriter (
ArrayWriter
)unlimited_dims (
list-like
) – List of dimension names that should be treated as unlimited dimensions.