You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first build the index and serialize to rtree.idx and rtree.dat, then reload by idx = Index('rtree') and do intersection query list(idx.intersection(some_bbox)).
After that, rtree.dat is modified (known by git), but rtree.idx keep same. Why was that?
The text was updated successfully, but these errors were encountered:
I first build the index and serialize to
rtree.idx
andrtree.dat
, then reload byidx = Index('rtree')
and do intersection querylist(idx.intersection(some_bbox))
.After that,
rtree.dat
is modified (known by git), butrtree.idx
keep same. Why was that?The text was updated successfully, but these errors were encountered: