<div dir="ltr"><div>Hi Vero, Roberta,</div><div><br></div><div>there is no error output because of ...<br></div><br>On Wed, Jan 29, 2020 at 11:15 PM Veronica Andreo <<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>> wrote:<br>><br>> Hi Robi,<br>><br>> So I found that i.sentinel.import fails for latlong locations. I moved to UTM as in the original data and all fine. I reached the cloud masking step, and I find a different problem now. <br><div>[...]<br></div><div>></div>> --- Start computing the east and north clouds shift at steps of 100m of<br>> clouds height---<br>> Traceback (most recent call last):<br>>   File "/home/veroandreo/.grass7/addons/scripts/i.sentinel.mask", line 638, in <module><br>>     main()<br>>   File "/home/veroandreo/.grass7/addons/scripts/i.sentinel.mask", line 561, in main<br>>     quiet=True, stderr=subprocess.DEVNULL)<br><div><br></div><div>stderr=subprocess.DEVNULL means that stderr output is discarded, thus no error output.<br></div><div><br></div><div><br></div><div>>   File "/home/veroandreo/software/grass79-dev/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py", line 499, in run_command</div>>     return handle_errors(returncode, result=None, args=args, kwargs=kwargs)<br>>   File "/home/veroandreo/software/grass79-dev/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py", line 392, in handle_errors<br>>     returncode=returncode)<br>> grass.exceptions.CalledModuleError: Module run v.overlay v.overlay --o --q ainput=addcat_5922 binput=cl_shift_5922 operator=and output=overlay_5922 ended with error<br>> Process ended with non-zero return code 1. See errors in the (error) output.<br>><br><div>> Where is this error output to inspect?</div><div><br></div><div>disappeared in /dev/null</div><div><br></div><div>Markus M<br></div>><br>> This is the UUID in case you want to test: 541021f8-63f5-4e9d-ba28-425c4c8451df<br>><br>> Thanks much in advance<br>> Vero<br>><br>> ps: I use grass-dev with python 3.7.4 (because of the ctypes issue)<br>><br>>  <br>><br>> El mié., 29 ene. 2020 a las 14:53, Veronica Andreo (<<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>>) escribió:<br>>><br>>> Hi Robi,<br>>><br>>> My bad, region was wrong... anyway, trying to replicate from the beginning I see that i.sentinel.import with -r is importing empty maps. However, the jp2 files have data. I can visualize them in QGIS. I'll report in a different thread. Once I can figure it out and reach this point again, I'll report back to you. Thanks for the clarification!<br>>><br>>> Cheers<br>>> Vero<br>>><br>>> El mié., 29 ene. 2020 a las 9:08, roberta fagandini (<<a href="mailto:robifagandini@hotmail.it">robifagandini@hotmail.it</a>>) escribió:<br>>>><br>>>> Hi Vero,<br>>>> i.sentinel.mask doesn't retrieve the maximum from the xml file but computes the value from the image using r.univar. The error could be due to the computational region..has the region been set correctly?<br>>>> Can you send the MTD_TL.xml file? I can download the image and make some tests.<br>>>><br>>>> Roberta<br>>>><br>>>> ________________________________<br>>>> Da: grass-user <<a href="mailto:grass-user-bounces@lists.osgeo.org">grass-user-bounces@lists.osgeo.org</a>> per conto di Veronica Andreo <<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>><br>>>> Inviato: martedì 28 gennaio 2020 19:57<br>>>> A: grass-user <<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>><br>>>> Oggetto: [GRASS-user] error in i.sentinel.mask: nan values in xml file<br>>>>  <br>>>> Hello<br>>>><br>>>> I try to use i.sentinel.mask but I get the following error:<br>>>><br>>>> i.sentinel.mask blue=$blue green=$green red=$red swir11=$swir11 nir=$nir swir12=$swir12 nir8a=$nir8a cloud_mask=cloud shadow_mask=shadow mtd_file=`find $out_dir -name 'MTD_TL.xml'`<br>>>><br>>>> ADVERTENCIA: All subsequent operations will be limited to the current<br>>>>              computational region<br>>>> ADVERTENCIA: Any rescale factor has been applied<br>>>> --- Start computing maximum values of bands ---<br>>>> T21JYM_20200126T134201_B02_10m<br>>>> T21JYM_20200126T134201_B03_10m<br>>>> T21JYM_20200126T134201_B04_10m<br>>>> T21JYM_20200126T134201_B08_10m<br>>>> T21JYM_20200126T134201_B8A_20m<br>>>> T21JYM_20200126T134201_B11_20m<br>>>> T21JYM_20200126T134201_B12_20m<br>>>> --- Computed maximum value: dict_values([nan, nan, nan, nan, nan, nan,<br>>>> nan]) ---<br>>>> --- Statistics have been computed! ---<br>>>> --- Start clouds detection procedure ---<br>>>> --- Computing cloud mask... ---<br>>>> Mapa no válido <nan><br>>>> Parse error<br>>>> ERROR: error al parsear<br>>>> ERROR: An error occurred while running r.mapcalc with expression:<br>>>>        cloud_def82115 = if((((T21JYM_20200126T134201_B02_10m > (0.08*nan))<br>>>>        && (T21JYM_20200126T134201_B03_10m > (0.08*nan)) &&<br>>>>        (T21JYM_20200126T134201_B04_10m > (0.08*nan))) == 1) &&<br>>>>        (((T21JYM_20200126T134201_B04_10m < ((0.08*nan)*1.5)) &&<br>>>>        (T21JYM_20200126T134201_B04_10m ><br>>>>        T21JYM_20200126T134201_B12_20m*1.3)) == 0) &&<br>>>>        (((T21JYM_20200126T134201_B11_20m < (0.1*nan)) &&<br>>>>        (T21JYM_20200126T134201_B12_20m < (0.1*nan))) == 0) &&<br>>>>        ((if(T21JYM_20200126T134201_B8A_20m ==<br>>>>        max(T21JYM_20200126T134201_B8A_20m, 2 *<br>>>>        T21JYM_20200126T134201_B02_10m, 2 * T21JYM_20200126T134201_B03_10m,<br>>>>        2 * T21JYM_20200126T134201_B04_10m))) == 0) &&<br>>>>        ((T21JYM_20200126T134201_B02_10m > 0.2) == 1), 0, null())<br>>>><br>>>> I checked the xml file and there are a lot of nan's yes, but there are also real values. Why doesn't the max function in this part: <a href="https://github.com/OSGeo/grass-addons/blob/master/grass7/imagery/i.sentinel/i.sentinel.mask/i.sentinel.mask.py#L321">https://github.com/OSGeo/grass-addons/blob/master/grass7/imagery/i.sentinel/i.sentinel.mask/i.sentinel.mask.py#L321</a> recognize them? Isn't there a way to avoid nan while computing max?<br>>>><br>>>> Thanks much in advance<br>>>> Vero<br>>>><br>>>> ps: I can provide the xml if needed.<br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>