xarray.indexes.CoordinateTransform#
- class xarray.indexes.CoordinateTransform(coord_names, dim_size, dtype=None)[source]#
Abstract coordinate transform with dimension & coordinate names.
EXPERIMENTAL (not ready for public use yet).
Methods
__init__(coord_names, dim_size[, dtype])equals(other, **kwargs)Check equality with another CoordinateTransform of the same kind.
forward(dim_positions)Perform grid -> world coordinate transformation.
generate_coords([dims])Compute all coordinate labels at once.
reverse(coord_labels)Perform world -> grid coordinate reverse transformation.
Attributes
coord_namesdimsdim_sizedtype