Return the dimension coordinate.
If False then the returned dimension coordinate is not independent. By default the returned dimension coordinate is independent.
The dimension coordinate.
Examples
>>> d = c.asdimension() >>> print d is c True
>>> d = c.asdimension(copy=False) >>> print d == c True >>> print d is c False
cf.DimensionCoordinate.asdatetime
cf.DimensionCoordinate.asreftime
Enter search terms or a module, class or function name.