Rémi Cresson

Results 115 comments of Rémi Cresson

hi @Samweli , Do you know if QGIS [authentication system](https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html) supports GDAL's `/vsicurl` handler now? It looks like QGIS auths are restricted to specific remote resources (below is from the...

@hrodmn I believe that's the STAC endpoint. You have to pass the parameters from here: ![image](https://user-images.githubusercontent.com/6161755/198526221-f7c8ed07-8298-4a17-aa47-b6ff5e15f0dc.png) Unfortunately for now I am still not able to use OAuth2

Okay, thanks for clarifications!

> Hi @remicres it currently doesn't supports the handler there is no entry for it in the list of the supported auth methods. Hi @Samweli thanks for the info. I...

+1. Loading GEOJSON and GEOPACKAGE [[1](https://pystac.readthedocs.io/en/stable/api/media_type.html)] would be useful

@hrodmn so the workflow for your users would be something like this: 1. In **Web browser**: log in your website > copy the token 2. In **QGIS**: STAC Plugin >...

@hrodmn this looks nice. I agree that this PR points in the right direction. In my case, also should transform COG assets URLs (and vectors also). Indeed my COG server...

I agree with @ioshumer `client_secret: str` is missing in the `exchange_token()` args. For instance if the goal is to exchange the source_client token with a token for the target_client that...

Hi @Topping1 , This reminds me a similar issue where an user has reported such strange result, but I didn't have enough info at the time. In order to solve...

Thanks, the problem comes from the input image, there is no doubt. The input image pixel values ranges and `[0, 1]` which is very different from the Sentinel-2 level 2A...