Closed RuoCJ closed 1 year ago
See #87, pickling is currently broken, fixes would be very appreciated.
See #87, pickling is currently broken, fixes would be very appreciated.
Excuse me, do you want me to try fixing this bug?
If you can that would be great. I tried in #197 but couldn't come up with a satisfying solution.
I wanted to persist the built Rtree in my code, but what was stored was an empty pickle file. The code is as follows:
Rtree object:rtree.index.Index(bounds=[-150, 38, 150, 40], size=689274)
Objects read from pickle file:rtree.index.Index(bounds=[1.7976931348623157e+308, 1.7976931348623157e+308, -1.7976931348623157e+308, -1.7976931348623157e+308], size=0)
Why is this