ClimoAccessor.coords¶
- property ClimoAccessor.coords¶
Wrapper of
coordsthat returns always-quantified coordinate variables or variables transformed from the native coordinates usingClimoDataArrayAccessor.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'), orCFVariableRegistryidentifier.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).