pyinterp.RTree.bounds

RTree.bounds() tuple[tuple[float, float, float], tuple[float, float, float]][source]

Get the bounding box containing all stored values.

Returns:

A tuple containing 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 the container is empty.