Activate titiler extensions #444
-
|
Hi all! I have a question regarding eoAPI raster / titiler-pgstac image: I believe it is possible to activate extensions listed here https://developmentseed.org/titiler/packages/extensions/ with an env var but the k8s-eoapi helm chart which uses titiler-pgstac image does not have this possibility. Is it possible to activate this somehow in the image? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
@jorop have you seen an example of where an ENV var can be used? I'm looking around at the moment and can only see them declared in the implementation. Not seeing anything in Titiler right now |
Beta Was this translation helpful? Give feedback.
we don't have configurable extensions, but only configurable endpoints in titiler https://github.com/developmentseed/titiler/blob/02a393ebf544ea0c7337183c6a917d911a79d272/src/titiler/application/titiler/application/settings.py#L30-L32
https://github.com/developmentseed/titiler/blob/02a393ebf544ea0c7337183c6a917d911a79d272/docker-compose.yml#L28-L30