Skip to content
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

Open
Bentleysb opened this issue Jun 11, 2018 · 3 comments
Open

Relation Covering Method #137

Bentleysb opened this issue Jun 11, 2018 · 3 comments

Comments

@Bentleysb
Copy link
Contributor

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.

@Bentleysb Bentleysb changed the title Relation Covering Meathod Relation Covering Method Jun 11, 2018
@matthieun
Copy link
Collaborator

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?

@lucaspcram
Copy link
Contributor

Keep me in the loop on this, as the Python Atlas will surely benefit :)

@Bentleysb
Copy link
Contributor Author

An intriguing idea to use the other spatial indices. I am a little confused as to where the bounding box is coming from, though.

seancoulter pushed a commit to seancoulter/atlas that referenced this issue Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants