feat: DPS STAC user catalogs - #133
Merged
Merged
Conversation
jjfrench
reviewed
Sep 21, 2026
| requires-python = ">=3.12" | ||
| dependencies = [ | ||
| "aws-cdk-lib==2.220.0", | ||
| "aws-cdk-lib==2.224.0", |
Member
There was a problem hiding this comment.
oh, interesting - I thought this would break on 2.224 related to the IKeyRef > developmentseed/eoapi-cdk#218
Contributor
Author
There was a problem hiding this comment.
yeah I'm not sure about that - maybe it was an incompatibility between aws-cdk and aws-cdk-lib? I had to upgrade because I hit this error: https://github.com/MAAP-Project/maap-eoapi/actions/runs/35442041957/job/105894415203
jjfrench
approved these changes
Sep 21, 2026
This branch was successfully deployed
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 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 PR modifies the DpsStacItemGenerator behavior to do a few things:
Catalogin the DPS User STAC (creates it if the catalog doesn't exist yet){username}__{algorithm_name}__{algorithm__version}) in the DpsStacItemGenerator handler (instead of delegating to stac-loader) but will use collection metadata provided by the user if it is present although the collection id still gets replaced with auto-generated id unless the collection is in the approved registry of named collections.The new DPS User STAC Browser (test deployment url https://dps-staca-browser.dit.maap-project.org) is configured to be browsed using the user catalog hierarchy. Here is the landing page:

Then all of the user's collections are visible within the catalog view:

Resolves #130
Resolves #131