create# classmethod RTree.create(tolerance=1e-09)# Create an RTree. Parameters: tolerancefloat, default: 1e-9Tolerance of the R-tree in meters. Returns: RTreeRTree created.