Remove size 1 dimensions from the data array and bounds in place.
See also
expand_dims, flip, transpose
The size 1 axes to remove. By default, all size 1 axes are removed. Size 1 axes for removal may be identified by the integer positions of dimensions in the data array.
out : cf.Coordinate
>>> c.squeeze() >>> c.squeeze(1) >>> c.squeeze([1, 2])
cf.Coordinate.sin
cf.Coordinate.transpose
Enter search terms or a module, class or function name.