This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Open
Conversation
* Support multi-asset items * remove `cog_default` * remove `cmr` since we don't use it * use inbuilt pgstac method to update collection extent based on the full range of items partitions (#12) --------- Co-authored-by: Alexandra Kirk <alexandra@developmentseed.org>
add a manual trigger to the cicd workflow to use when env vars are up…
update subnet type of lambda
update lambda subnet type to PRIVATE_WITH_EGRESS
update cdk version
smohiudd
approved these changes
Apr 29, 2024
anayeaye
reviewed
Apr 29, 2024
| ) | ||
| ) | ||
| ) | ||
| UPDATE collections set content = content || pgstac.collection_extent(collections.id) |
There was a problem hiding this comment.
For veda-backend we are overriding the default pgstac collection extent with a new user defined function that captures the max end datetime of items in a collection (when this matters is for annual items that have a nominal datetime of January 1 but you want the collection extent to include the full year so a November search will also intersect that item). https://github.com/NASA-IMPACT/veda-backend/blob/develop/database/runtime/handler.py#L260-L268
anayeaye
reviewed
Apr 29, 2024
| pydantic | ||
| pydantic==1.10.12 | ||
| python-dotenv | ||
| python-multipart |
There was a problem hiding this comment.
Suggested change
| python-multipart | |
| python-multipart==0.0.7 |
anayeaye
reviewed
Apr 29, 2024
| pydantic>=1.9.0 | ||
| pypgstac==0.7.9 | ||
| pypgstac==0.7.10 | ||
| python-multipart==0.0.5 |
There was a problem hiding this comment.
Suggested change
| python-multipart==0.0.5 | |
| python-multipart==0.0.7 |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Update Staging env