pyinterp.core.RTree3DFloat32.bounds

pyinterp.core.RTree3DFloat32.bounds#

RTree3DFloat32.bounds(self: pyinterp.core.RTree3DFloat32) tuple#

Get the bounding box containing all stored values.

Returns the box able to contain all values stored in the container.

Returns:

Tuple of coordinates of the minimum and maximum corners of the bounding box, or an empty tuple if the container is empty.