<div dir="ltr"><div>Hallo</div><div><br></div><div>I am trying to establish a workflow to gapfill temporal maps using r.hants and r.series.lwr. It is important that the solution also works in windows for the teaching.</div><div><br></div><div>The issue I am encountering is that both r.hants and r.series.lwr are returning 0 values in Windows with a majority of the valid pixels in the original raster converted to NULL() in outputs.</div><div>While in Linux it works well and gives the intended results.</div><div><b><br></b></div><div><b>Specs:</b></div><div><i>Windows 10, 

GRASS 7.8.3

</i></div><div><i>Ubuntu 18.04 LTS, GRASS 7.8.3</i></div><div><br></div><div>Here are the commands I use:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i>r.series.lwr -l -h -i file=maps.txt suffix=_lwr order=2 weight=tricube range=0,inf fet=0.5 dod=3 maxgap=3 --o<br>r.hants -l -h -i file=maps.txt suffix=_hants range=0,inf nf=3 fet=0.5 --o</i></blockquote><div><br></div><div>I used the same mapset in both windows and Linux to run these modules. The mapset was created in windows, tried running these commands and later accessed the same mapset through Linux and ran the commands.</div><div>In windows r.univar returns:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">r.univar ETact_SEBAL_2019_03_mm_month_lwr<br> 100%<br><i><font color="#444444">total null and non-null cells: 1534326<br>total null cells: 1473343<br>Of the non-null cells:<br>----------------------<br>n: 60983<br>minimum: 0<br>maximum: 0<br>range: 0<br>mean: 0<br>mean of absolute values: 0<br>standard deviation: 0<br>variance: 0<br>variation coefficient: nan %<br>sum: 0</font></i></blockquote><div><br></div><div>In Linux after <b>RERUNNING</b> the r.series.lwr command, r.univar returns:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">r.univar ETact_SEBAL_2019_03_mm_month_lwr<br> 100%<br><font color="#444444"><i>total null and non-null cells: 1534326<br>total null cells: 28600<br>Of the non-null cells:<br>----------------------<br>n: 1505726<br>minimum: 0<br>maximum: 130.153<br>range: 130.153<br>mean: 11.7246<br>mean of absolute values: 11.7246<br>standard deviation: 21.0032<br>variance: 441.136<br>variation coefficient: 179.138 %<br>sum: 17654069.6570365</i></font></blockquote><div><br></div><div> Any hint on what must be going wrong?</div><div><br></div><div>Best Regards</div><div><br></div><div>Sajid</div><div><br></div></div>