pisces.geometry.grids.base.Grid.bounding_box#

property Grid.bounding_box: ndarray#

The bounding box of the grid.

Returns:

An array of shape (N, 2) where N is the number of active axes. Each row corresponds to an axis, with the first column being the minimum and the second column being the maximum for that axis.

Return type:

np.ndarray