iwopy.utils.RegularDiscretizationGrid.get_cell(p)[source] Get the grid cell that contains a point. Parameters¶ p: numpy.ndarrayThe point, shape: (n_dims,) Returns¶ cell: numpy.ndarrayThe min and max values of each dimension. Shape: (n_dims, 2)