s1ard icon indicating copy to clipboard operation
s1ard copied to clipboard

increase scene search efficiency by combining geometries into one query

Open johntruckenbrodt opened this issue 1 year ago • 0 comments

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 avatar May 25 '24 05:05 johntruckenbrodt