cf-python icon indicating copy to clipboard operation
cf-python copied to clipboard

Inherit construct retrieval methods that are new to cfdm

Open davidhassell opened this issue 3 years ago • 0 comments

Once cfdm 1.9.1.0 is released, we can can inherit the following construct retrieval methods, rather than defining the then in cf-python

  • cf.Field.auxiliary_coordinate
  • cf.Field.cell_measure
  • cf.Field.cell_method
  • cf.Field.coordinate
  • cf.Field.coordinate_reference
  • cf.Field.dimension_coordinate
  • cf.Field.domain_ancillary
  • cf.Field.domain_axis
  • cf.Field.field_ancillary
  • and corresponding methods on the cf.Domain class, as appropriate.

See https://github.com/NCAS-CMS/cfdm/issues/179 for details.

davidhassell avatar Mar 21 '22 15:03 davidhassell