floriandeboissieu
floriandeboissieu
@sbrunato what you are saying is that it is not possible to get/build the root directory of the zip file from the search result properties? For PEPS, product.properties["title"]+'.SAFE' would do,...
@maximlt , no it hasn't caused a "bug" really, sorry I should have opened a blank issue, you can remove the label. It is just making the database I already...
Hi @sbrunato, If I understood well s2_tile_centroid is a column of a shape file you built for the example and containing the centroids of the tiles. Thus, according to that...
Just to be sure that we understand each other, `tileid` is already query-able just like `cloudCover`, because any parameter member of kwargs is either processed (if known) or directly forwarded...
I'm waiting eagerly for the R executable selection with conda/mamba support. Any chance to have this PR finalized & merged in the near future?
I tried with uncompressed link, e.g. https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-win-64, without success: ``` Invoke-Webrequest -URI https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-win-64 -OutFile micromamba.exe .\micromamba.exe shell hook -s powershell | Out-String | Invoke-Expression # Invoke-Expression : Cannot bind argument...
Sorry for the late answer, I don't have much time this end of year. I'll dig into it as soon as I can.
@sbrunato is it already possible to change the search timeout, as specified for provider hydroweb in #973, but formatting it for another provider, e.g. theia?
Thanks! If I understand well, it can be specified as follows right? - in config file, example: ```yaml theia: priority: # Lower value means lower priority (Default: 0) search: #...
> > * with the python api > > no, timeout cannot be specified this way Ok, with the following ? ```python dag.providers_config["theia"].search.timeout=10 ```