Alix Leroy

Results 2 comments of Alix Leroy

Also interested in the ASGI support so we do not need to use both GUnicorn and UVicorn.

Digging into `sensar`'s repository, I was able to found a workaround : ```python import json def gtc( product_urlpath: str, measurement_group: str, dem_urlpath: str, output_urlpath: str = "GTC.tif", enable_dask_distributed: bool =...