search# RTree.search(box, bb_search)# Search all objects intersecting a given box. Parameters: boxtuple of (PointData, PointData)Testing region, described as a “lower-left, upper-right” box. bb_searchboolWhether the RTree object intersects when the bounding-box of its .PolygonData instance intersects the testing object. If False, an explicit intersection is required for a hit. Returns: list of RTreeObjList of intersecting RTree objects.