-
I have a STAC deployed as an API with stac-fastapi-pgstac that has several distinct types of collections. I think these sets of collections would fit nicely in a set of sub-catalogs, but as discussed here I don't think it is possible to configure stac-fastapi or pgstac to do that. In order to make the collections more browsable I would like to display them in separate instances of stac-browser. Is it possible to configure the stac-browser to only read a subset of collections by filtering on some collection-level property (e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There are two main options:
|
Beta Was this translation helpful? Give feedback.
There are two main options:
apiCatalogPriority
set tochilds
.preprocessSTAC
function in the config that filters collections. But this seems like an akward hack.