Function Reference: RTree.bsrt_read

RTree: obj = bsrt_read (io_arg)

Create a new RTree instance from BSRT (binary serialised R-tree) path or readable binary stream io_arg.

Example:

 
 rtree = RTree.bsrt_read ("file.bsrt");
 

See also: RTree.from_bsrt, RTree.bsrt_write