<div dir="ltr"><div>Dear Markus,</div><div>Thanks a lot for your replay,</div><div>I have tried the command to change default region with
g.region -p n=75:00:15N s=65:00:15S w=179:59:45W e=180:00:15E res=00:00:30 -s <br></div><div>and did not allow me because according to the error message bellow my data is in a mapset that is not <PERMANENT> . I have two mapsets one called "gabriel" where all the data is and another <PERMANENT>.... <br></div><div>How can I solve this problem?</div><div>Thanks a lot again for your help.</div><div>Regards,</div><div>Gabriel<br></div><div><br></div><div><br></div><div><div><img src="cid:ii_jzv512210" alt="image.png" style="margin-right: 0px;" width="707" height="250"><br></div></div><div><br></div><div><br></div><div><br></div><div> <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 27, 2019 at 4:02 PM Markus Metz <<a href="mailto:markus.metz.giswork@gmail.com">markus.metz.giswork@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><br>On Tue, Aug 27, 2019 at 2:25 PM Gabriel Cotlier <<a href="mailto:gabiklm01@gmail.com" target="_blank">gabiklm01@gmail.com</a>> wrote:<br>><br>> Dear Markus,<br>><br>> here is my log of the command, "g.region -d -u -p":<br>><br>><br>> (Tue Aug 27 09:23:26 2019) <br>> g.region -d -u -p <br>> 360 degree EW extent is exceeded by 1.99983 cells<br>> 360 degree EW extent is exceeded by 1.99983 cells<br>> projection: 3 (Latitude-Longitude)<br>> zone: 0<br>> datum: wgs84<br>> ellipsoid: wgs84<br>> north: 75:00:29.99892N<br>> south: 65:00:29.999064S<br>> west: 180:00:29.997408W<br>> east: 180:00:29.997408E<br>> nsres: 0:00:30<br>> ewres: 0:00:30<br>> rows: 16802<br>> cols: 43202<br>> cells: 725880004<br>> (Tue Aug 27 09:23:26 2019) Command finished (0 sec) <br><div><br></div><div>if you want to avoid this message, change our default region with <br></div><div><br></div><div>g.region -p n=75:00:15N s=65:00:15S w=179:59:45W e=180:00:15E res=00:00:30 -s<br></div><div><br></div><div>QGIS uses GDAL to fetch metadata of raster maps, therefore the output of gdalinfo would be more informative, but you know the relevant parts already: these raster maps need to be imported with r.in.gdal -a</div><div><br></div><div>Markus M</div><div><br></div><div>></div>><br>><br>> On Mon, Aug 26, 2019 at 4:01 PM Markus Metz <<a href="mailto:markus.metz.giswork@gmail.com" target="_blank">markus.metz.giswork@gmail.com</a>> wrote:<br>>><br>>><br>>><br>>> On Mon, Aug 26, 2019 at 1:14 AM Gabriel Cotlier <<a href="mailto:gabiklm01@gmail.com" target="_blank">gabiklm01@gmail.com</a>> wrote:<br>>> ><br>>> > Dear Markus,<br>>> ><br>>> > I uninstall and reinstall grass 7.6.1 64 bits and still my log for the commands<br>>> ><br>>> > g.region -p <br>>> ><br>>> > and<br>>> ><br>>> > g.region -p n=75:00:15N s=65:00:15S w=179:59:45W e=180:00:15E res=00:00:30<br>>> > <br>>> > are respectively :<br>>> ><br>>> > (Sun Aug 25 20:01:47 2019) <br>>> > g.region -p <br>>> > 360 degree EW extent is exceeded by 1.99983 cells<br>>> > projection: 3 (Latitude-Longitude)<br>>> > zone: 0<br>>> > datum: wgs84<br>>> > ellipsoid: wgs84<br>>> > north: 75:00:15N<br>>> > south: 65:00:15S<br>>> > west: 179:59:45W<br>>> > east: 180:00:15E<br>>> > nsres: 0:00:30<br>>> > ewres: 0:00:30<br>>> > rows: 16801<br>>> > cols: 43200<br>>> > cells: 725803200<br>>> > (Sun Aug 25 20:01:47 2019) Command finished (0 sec) <br>>> > (Sun Aug 25 20:02:10 2019) <br>>> > <br>>> > g.region -p n=75:00:15N s=65:00:15S w=179:59:45W e=180:00:15E res=00:00:30 <br>>> > 360 degree EW extent is exceeded by 1.99983 cells<br>>><br>>> Strange, the region defined with "n=75:00:15N s=65:00:15S w=179:59:45W e=180:00:15E res=00:00:30" should not cause a message like<br>>> "360 degree EW extent is exceeded by 1.99983 cells"<br>>><br>>> Maybe the default region has strange settings. What is the output of "g.region -d -u -p" ?<br>>><br>>> Markus M<br>>><br>>> > projection: 3 (Latitude-Longitude)<br>>> > zone: 0<br>>> > datum: wgs84<br>>> > ellipsoid: wgs84<br>>> > north: 75:00:15N<br>>> > south: 65:00:15S<br>>> > west: 179:59:45W<br>>> > east: 180:00:15E<br>>> > nsres: 0:00:30<br>>> > ewres: 0:00:30<br>>> > rows: 16801<br>>> > cols: 43200<br>>> > cells: 725803200<br>>> > (Sun Aug 25 20:02:10 2019) Command finished (0 sec) <br>>> ><br>>> > Are the resulting intercallibrated layers ready for further use outside grass exported as GeoTIFF or I need to get inside grass without any messages that 360 degree EW extent is exceeded for the layer to be OK?<br>>> ><br>>> > further more I would like to ask if maybe the max and min for intercallibtated layer are somewhere already available to check whether the max and min I got are correct?<br>>> > Thanks a lot for your help.<br>>> > Regards,<br>>> > Gabriel<br>>> ><br>>> > <br>>> ></div>
</blockquote></div>