xoa.register_accessors

xoa.register_accessors(xoa=True, xcf=False, decode_sigma=False)[source]

Register xarray accessors

Parameters:
  • xoa (bool, str) – Register the main accessors with register_xoa_accessors().

  • xcf (bool, str) – Register the xoa.cf module accessors with register_cf_accessors().

  • decode_sigma (bool, str) – Register the xoa.sigma module accessor with register_sigma_accessor().

See also

xoa.accessors