We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overwrite
properties
The documentation suggests that overwrite should be set as an option via properties (https://rtree.readthedocs.io/en/latest/class.html#rtree.index.Property.overwrite), but it seems like that value is clobbered unless an overwrite kwarg is also passed to Index():
Index()
rtree/rtree/index.py
Lines 239 to 240 in 98c2ecf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation suggests that
overwrite
should be set as an option via properties (https://rtree.readthedocs.io/en/latest/class.html#rtree.index.Property.overwrite), but it seems like that value is clobbered unless anoverwrite
kwarg is also passed toIndex()
:rtree/rtree/index.py
Lines 239 to 240 in 98c2ecf
The text was updated successfully, but these errors were encountered: