DHI-GRAS / senEtSnapSta

:gear: SNAP STA for Sen-ET
GNU General Public License v3.0
11 stars 2 forks source link

Problem with downloading Sentinel 3 SLSTR data #4

Closed georgeboldeanu closed 4 years ago

georgeboldeanu commented 4 years ago

Me again, sorry. I have issues also when I try to download Sentinel 3 SLSTR data. This time I don't get any errors just the message that none scenes were found (search date stretches for 3 months and nada). I knew that S3 data were ingested in Pre-Operational Hub till last year but that changed now and it's full in Scihub. I am guessing that the problem might be with the sentinelsat api or I can't figure it right now.Also my OS is Windows 10. (I also attached a picture to be more specific) I git

j08lue commented 4 years ago

Me again, sorry.

😄 No, please, we are grateful for your reports - and patience. Apparently, this issue slipped past our testing that might not have covered all parameter combinations and cases on Windows.

alveniz commented 4 years ago

Try Setting the orbit of Sentinel 3 coverage

IMG-20200120-WA0002

radosuav commented 4 years ago

The problem is indeed with the "Limit to Sentinel-2 tiles" parameter. Instead of being ignored when it's not set by the user it is assigned a value of "_$LIMITTILES\". This leads to no scene being founds since this string is obviously not present in any Sentinel-2 scene name.

@alveniz I think that you were just lucky that the digits from the orbit number are also present in the Sentinel-2 filename. A quick workaround (if you don't want to limit to tiles) is to put a string in this field which exists in all Sentinel-2 scenes, e.g. "S2" or "MSI". We will fix this error within a week.

radosuav commented 4 years ago

@alveniz please change your scihub password - it is visible in the screenshot.

panakouris commented 4 years ago

I just fixed this bug and pushed the new bundle. You can either re-install the whole bundle or simply delete the directory <USEPROFILE>\.snap\auxdata\sen-et-conda-Win64\sen-et-snap-scripts\ and clone this repository into <USEPROFILE>\.snap\auxdata\sen-et-conda-Win64\ to avoid re-installing all the required packages.