-
Notifications
You must be signed in to change notification settings - Fork 6
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
Element84 STAC Query Support #493
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvandenburgh
requested changes
Sep 4, 2024
Co-authored-by: Mike VanDenburgh <37340715+mvandenburgh@users.noreply.github.com>
95eccb8
to
9270a85
Compare
…D-WATCH into element84-stac-support
mvandenburgh
approved these changes
Sep 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this locally and it works. @BryonLewis PTAL at the backend changes I pushed and merge if they look ok
mvandenburgh
approved these changes
Sep 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds support for Element84 STAC Query server for Sentinel 2 imagery. https://earth-search.aws.element84.com/v1/
NOTES:
INITIALIZATION:
This requires copying over the environment variable:
RDWATCH_STAC_URL="https://earth-search.aws.element84.com/v1/"
from thetemplate.env
to your local.env
to work.Technical Changes:
RDWATCH_STAC_URL
environment variable was added to the system. This is for S2/L8 imagery right now. When this environment variable is present for the S2/L8/PL it will use this STAC server instead of the SMART_STAC_URL server.and
PL` it will return an empty list because there is no collection added for that source.WV
as the constellation type to be a bit more secure. This also allows in the future to renameworldviewSource
if we want to support COG/NITF for other constellations