pyinterp.core.RTree3DFloat32.bounds#

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

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

Returns:

A tuple that contains the coordinates of the minimum and maximum corners of the box able to contain all values stored in the container or an empty tuple if there are no values in the container.

Return type:

tuple