Discussion:
[Community] How to set a user defined path to store the index and the data?
Zhiyu LI
2013-03-30 03:47:25 UTC
Permalink
Hi there,
I am new to python and the rtree package.
How can I set a user defined path to store the index and the data?
I walked through the samples and know I could change the suffix of the two.
Thanks.

Zhiyu LI
Student
China
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20130330/6c3a30be/attachment.htm>
Sean Gillies
2013-04-02 22:52:09 UTC
Permalink
There isn't an example of using a more extended path in the tutorial


http://toblerity.github.com/rtree/tutorial.html#serializing-your-index-to-a-file
Post by Zhiyu LI
idx = index.Rtree('/path/to/rtree')
Hi there,
I am new to python and the rtree package.
How can I set a user defined path to store the index and the data?
I walked through the samples and know I could change the suffix of the two.
Thanks.
Zhiyu LI
Student
China
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
--
Sean Gillies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20130402/b682d9c4/attachment.htm>
Loading...