You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (johntruckenbrodt/pyroSAR#185) and once this has been intergrated it should be used here as well.
The text was updated successfully, but these errors were encountered:
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.
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 (johntruckenbrodt/pyroSAR#185) and once this has been intergrated it should be used here as well.
The text was updated successfully, but these errors were encountered: