SAR-ARD / s1ard

Sentinel-1 ARD Prototype Processor
MIT License
23 stars 6 forks source link

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

Open johntruckenbrodt opened 1 month ago

johntruckenbrodt commented 1 month ago

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.