<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-3" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 15/04/2009 9.13, Markus Neteler wrote:
<blockquote
cite="mid:86782b610904150013t75eaffa8ud01cace08680a9f2@mail.gmail.com"
type="cite">
<pre wrap="">On Wed, Apr 15, 2009 at 2:00 AM, Luigi Ponti <a class="moz-txt-link-rfc2396E" href="mailto:lponti@infinito.it"><lponti@infinito.it></a> wrote:
...
</pre>
<blockquote type="cite">
<pre wrap="">When I try to import to a latlong location, I get
G_set_window(): Illegal latitude for North
and no raster is created. When I use a projected location, the file gets
imported but then I have bounding coordinates in dd:mm:ss and r.region
complains that those are invalid.
r.region map=SRF_1958.AVG n=61.4488N s=21.29965N e=43.07446E w=12.74702W
<n=61.4488N> ** illegal value **
Not sure what I am doing wrong now.
</pre>
</blockquote>
<pre wrap=""><!---->
you mix sexagesimal and decimal notation...
try:
r.region map=SRF_1958.AVG n=61.4488 s=21.29965 e=43.07446 w=-12.74702</pre>
</blockquote>
<br>
Thanks -- my fault: now it works. But how do you tell r.region that you
are using degrees and not meters?<br>
Regards,<br>
Luigi<br>
</body>
</html>