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

Dynamically set STAC Catalog URL to allow a nested catalog solution to work #27

Open
james-hinton opened this issue Sep 23, 2024 · 0 comments

Comments

@james-hinton
Copy link

Background

We have a nested catalog solution for our STAC API, this has led to issues with third-party tools that are set up to deal with one catalog at a time.

Goals

I want to access nested STAC catalogs dynamically within a single titiler-stacapi deployment, without needing separate deployments for each catalog.

Partner and Stakeholders

We are part of the EO DataHub Project.

Team

Vincent has kindly said he can help me figure out a solution for this problem. As there is a way to dynamically set the URL of the catalog upon request which would allow us to work with nested catalogs.

Context and Links

So for example, we have our 'root' catalog here: https://test.eodatahub.org.uk/api/catalogue/stac/
But, we want to be enable our single deployment of titler-stacapi to be able to dynamically access a nested catalog that is here: https://test.eodatahub.org.uk/api/catalogue/stac/catalogs/supported-datasets/airbus, so that we can serve that data through WMTS.

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

No branches or pull requests

1 participant