[GRASS-user] netCDF import via r.in.gdal

Markus Neteler neteler at osgeo.org
Wed Apr 15 03:13:05 EDT 2009


On Wed, Apr 15, 2009 at 2:00 AM, Luigi Ponti <lponti at infinito.it> 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


More information about the grass-user mailing list