Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scene search geometry refinement #90

Closed
johntruckenbrodt opened this issue May 11, 2023 · 2 comments · Fixed by #214
Closed

scene search geometry refinement #90

johntruckenbrodt opened this issue May 11, 2023 · 2 comments · Fixed by #214
Labels
enhancement New feature or request

Comments

@johntruckenbrodt
Copy link
Member

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.

@johntruckenbrodt johntruckenbrodt added the enhancement New feature or request label May 11, 2023
@johntruckenbrodt
Copy link
Member Author

See issue johntruckenbrodt/pyroSAR#287 for further info.

@johntruckenbrodt
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant