On Wed, Apr 15, 2009 at 2:00 AM, Luigi Ponti <[email protected]> wrote: ... > 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.
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 ciao Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
