Return the canonical name for an axis.
Select the axis which would be selected by this call of the domain’s axis method: d.axis(axis, **kwargs). See cf.Domain.axis for details.
The canonical name for the axis.
Examples
>>> d.axis_name('dim0') 'time' >>> d.axis_name('dim1') 'domain:dim1' >>> d.axis_name('dim2') 'ncdim:lat'
cf.Domain.axis
cf.Domain.close
Enter search terms or a module, class or function name.