-
Notifications
You must be signed in to change notification settings - Fork 24
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
Make a new STAC example with less config #382
Comments
Sounds like a nice configuration improvement. In some cases there can be a need just to visualize all collections that are available. In this case it would be enough to provide the This would require to add an extra configuration type. |
Talked to @jisantuc, assets_id can also be an extra endpoint param. |
Just for more context, really the OGC LayerId is a tuple
I got a sense that 1. is preferable here. |
I preferred it at first because it matched how I was thinking about things, but meaningful asset names would make 2 pretty nice too. Like if I have a NIR800 asset name and I'm consistent with how I name things in different places, then it would be cool I guess to see all the collections that have any items with that asset available. |
Currently the configuring the
stac-example
requires starting the application with a new config any time you want to visualize another collection. It would be nice if instead we could consume thecollections
list endpoint and figure out what to visualize from there. I think that could cut down a lot of the config size, and then you could drive "where do collections live" with aSTAC_API_HOST
env var and be close to done -- at least if just want the easiest thing -- instead of having to repeat configuration blocks for every collection you want to visualize.The text was updated successfully, but these errors were encountered: