ClimoAccessor.coords

property ClimoAccessor.coords

Wrapper of coords that returns always-quantified coordinate variables or variables transformed from the native coordinates using ClimoDataArrayAccessor.to_variable (e.g. 'latitude' to 'meridional_coordinate'). Coordinates can be requested by their name (e.g. 'lon'), axis attribute (e.g. 'X'), CF coordinate name (e.g. 'longitude'), or CFVariableRegistry identifier.

The coordinate top boundaries, bottom boundaries, or thicknesses can be returned by appending the key with _top, _bot, or _del (or _delta), respectively, or the N x 2 bounds array can be returned by apppending _bnds (or _bounds). If explicit boundary variables do not exist, boundaries are inferred by assuming datetime-like coordinates represent end-points of temporal cells and numeric coordinates represent center-points of spatial cells (i.e., numeric coordinate bounds are found halfway between the coordinates).