xoa.register_accessors

xoa.register_accessors(xoa=True, cf=False, sigma=False)[source]

Register xarray accessors

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

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

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

See also

xoa.accessors