SAR-ARD / s1ard

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

scene search geometry refinement #90

Open johntruckenbrodt opened 1 year ago

johntruckenbrodt commented 1 year ago

The processor currently offers two options for scene selection. From an SQLite database via pyroSAR or via STAC. The former is inaccurate because the database only stores the bounding box and not the actual geometry. A PR has already been opened for this (https://github.com/johntruckenbrodt/pyroSAR/pull/185) and once this has been intergrated it should be used here as well.

johntruckenbrodt commented 6 months ago

See issue https://github.com/johntruckenbrodt/pyroSAR/issues/287 for further info.

johntruckenbrodt commented 1 month ago

Since version 0.25.0 pyroSAR stores the geometry instead of the bounding box.
In the meantime, another search option for the ASF archive has been implemented, which is also directly using the geometry for search.
The STAC search mechanism still uses the bounding box. This remains to be changed. See search.STACArchive.select.