-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
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
Relation Covering Method #137
Comments
That is a great suggestion. This could be implemented by leveraging the other spatial indices to get all non-relation features covered by a bounding box, and then adding their parent relations in a set that would be returned. Thoughts? |
Keep me in the loop on this, as the Python Atlas will surely benefit :) |
An intriguing idea to use the other spatial indices. I am a little confused as to where the bounding box is coming from, though. |
Merge public changes
There is not a method for retrieving relations that contain a given object of any sort. Something similar to
atlas.areasCovering()
for relations would be of great use. The current alternative involves looping through all relations in an atlas, and is very memory intensive.The text was updated successfully, but these errors were encountered: