s1ard icon indicating copy to clipboard operation
s1ard copied to clipboard

improve geometry handling in search queries

Open johntruckenbrodt opened this issue 1 year ago • 0 comments

This improves several aspects of scene search using spatial geometries:

  • scene_select: combine all Polygon geometries into a single MultiPolygon and execute only one search query (instead of one for each polygon); this may drastically reduce search time for large AOIs
  • STACArchive.select: search using the actual geometry of vectorobject and not its bounding box (in line with johntruckenbrodt/pyroSAR#296)
  • introduce checks to the search methods (STACArchive.select, asf_select, ASFArchive.select) to only allow single-feature Vector objects (in line with johntruckenbrodt/pyroSAR#316))

johntruckenbrodt avatar Jul 23 '24 13:07 johntruckenbrodt