xarray.DataArray.xoa.set_meta_specs#
- DataArray.xoa.set_meta_specs(meta_specs)#
Set the internal
MetaSpecsused by this accessorIf the specs object has a
registration name, it is assigned to the current object and its children with functionassign_meta_specs(). This set the “meta_specs” encoding to the name.- Parameters:
meta_specs (xoa.meta.MetaSpecs)
See also