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

increase scene search efficiency by combining geometries into one query #204

Closed
johntruckenbrodt opened this issue May 25, 2024 · 0 comments · Fixed by #214
Closed

increase scene search efficiency by combining geometries into one query #204

johntruckenbrodt opened this issue May 25, 2024 · 0 comments · Fixed by #214
Labels
enhancement New feature or request

Comments

@johntruckenbrodt
Copy link
Member

Currently the function search.scene_select separately passes each geometry to the respective search method. It would be better to enable passing multiple geometries so that they can be combined into one database query. This would reduce the number of queries and hence speed up the code.

@johntruckenbrodt johntruckenbrodt added the enhancement New feature or request label May 25, 2024
@johntruckenbrodt johntruckenbrodt linked a pull request Aug 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant