Hi,
I was trying to use the 'pagesize' property as pagesize=1 while creating a
index
>>>idx = index.Index('road' , pagesize=1)
and then I insert all my bbox to the index (idx)
>>>del idx
now next time I want to read the index from file (road.idx,road.dat)
>>>idx = index.Index('road' , pagesize=1)
or >>>idx = index.Index('road' )
but I get error while reading i.e.
rtree.core.RTreeError: Error in "Index_Create": Spatial Index Error:
InvalidPageException: Unknown page id 1
What could be the reason for this error?
My aim is to load the full index in single page for efficiency.
Regards,
Gagan
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community