pyinterp.core.RTree3DFloat64.bounds#
- RTree3DFloat64.bounds(self: pyinterp.core.RTree3DFloat64) 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.