s1ard
s1ard copied to clipboard
increase scene search efficiency by combining geometries into one query
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.