<div dir="ltr"><br><br>On Thu, Oct 4, 2018 at 6:54 AM Nikos Alexandris <<a href="mailto:nik@nikosalexandris.net">nik@nikosalexandris.net</a>> wrote:<br>><br>> (For context see previous messages in this thread)<br>><br><div>In this case<br></div><div>> r.in.gdal in=NETCDF:"<a href="http://g2_BIOPAR_LST_201606220100_GLOBE_GEO_V1.2.nc">g2_BIOPAR_LST_201606220100_GLOBE_GEO_V1.2.nc</a>":LST out=import -o --o</div><div><br></div><div>r.in.gdal -a would do more harm than good. The warning<br></div><div>></div>> 360 degree EW extent is exceeded by 0.00019226 cells<br><div><br></div><div>is caused by floating point precision limits, I would leave it as it is.<br></div><div><br></div><div>These settings<br></div>> <a href="http://r.info">r.info</a> import -g<br>><br>> north=80.0223214291667<br>> south=-79.9776823855556<br>> east=179.977687153889<br>> west=-180.022321429167<br>> nsres=0.0446428582072328<br>> ewres=0.0446428582072241<br>> rows=3584<br>> cols=8064<br>> cells=28901376<br><div><br></div><div>are reasonably well representing the input data, I recommend using these settings without modification, i.e.</div><div><br></div><div>g.region raster=import -g</div><div><br></div><div>Markus M<br></div><br></div>