-
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
Include STAC browser in the helm chart #62
Comments
@sunu: sounds good to me, not high on my priority list since I have other things I want to focus on but anyone can put in a PR |
Hello, I looked into implementing this change and stumbled upon some inconveniences. I can see few options how to proceed:
Do you have any opinions on the matter? |
Hey @alekzvik, thanks for writing and thinking about this ✨ I think options 1 and 3 make the most sense to me. Regarding option 4, this is still tractable work and offers some tradeoffs that are worth noting. If we add a simple values flag that changes this deployment what we get is: Pro:
Con:
|
I tried approach number 1, it was rejected by the maintaner. I then created a repo for approach number 3 and submitted a PR - #168. |
Thank you for the PR, @alekzvik! I agree that adding a browesable user output for STAC on eoAPI is a great idea, and your approach looks promising. However, it introduces an additional component, which I'm a bit hesitant to add: It looks like we neither want to build it ourselves nor should we pull it from a one-person image registry. We ought to find a solution around the path-prefix problem and make it run with the original (radiantearth's) stac-browser image. As an alternative, we could explore this other approach of integrating HTML output directly into titiler. |
eoAPI's docker-compose setup ships with STAC browser as an ui to interact with the STAC catalog - https://github.com/developmentseed/eoAPI/blob/80a7255fefffa19af89ce001834fe7dc50294a4c/docker-compose.yml#L6
Should we include that in the helm chart as well and perhaps make it optional?
The text was updated successfully, but these errors were encountered: