Is it possible to use our Titiler with COG hosted by others providers? #1173
Replies: 1 comment 1 reply
-
You need to make sure to allow the titiler/deployment/aws/cdk/config.py Lines 32 to 36 in c01062f
usually rely on GDAL documentation |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Thanks for the amazing stuff achieved by Titiler.
A bit of context, we would like to pull data from different providers (i.e. Planetary Computer, NASA, Element84...) some are protected with credentials (AWS, Azure, GCS) and other are public with "Requester Pays"=FALSE.
(a) Is it possible to have only one TiTiler to work with different providers or we will have to deploy as many Titiler instances as provider we want to be connected with?
In particular, I did not succeed to connect our Titiler and pull the data referenced in this STAC collection:
https://earth-search.aws.element84.com/v1/collections/cop-dem-glo-30 It looks like I need to inform AWS_NO_SIGN_REQUEST=YES.
(b) Can we pass this configuration as parameter to Titiler?
(c) Is there a good documentation to connect Titiler to external data?
Also I can imagine that if the provider offers a Tiler endpoint we can use it like Planetary Computer (https://planetarycomputer.microsoft.com/api/data/v1/) but how to get informed the Tiler URL from different provider?
@vincentsarago Any idea how to do that?
Thanks in advance.
Vincent
Beta Was this translation helpful? Give feedback.
All reactions