Return the canonical units for a standard CF coordinate conversion term.
The name of the term.
The canonical units, or None if there are not any.
>>> cf.CoordinateReference.canonical_units('perspective_point_height') <CF Units: m> >>> cf.CoordinateReference.canonical_units('ptop') None
Enter search terms or a module, class or function name.