[GRASS5] .png files
Hamish
hamish_nospam at yahoo.com
Wed Nov 2 20:37:09 EST 2005
> I¹m trying to load in a PNG into Grass 6.o but I get an ³Illegal
> south² error on some files but not on others. Does anyone know what
> is causing this to happen?
You are trying to load a non-georeferenced map into a lat/lon location,
and the y pixel values go beyond +/- 90, which when considered as
latitude is an error. The solution is to load non-georeferenced data
into a XY location, then set bounds with r.region or i.points+i.rectify,
r.proj.
see also the r.in.gdal location= option.
Hamish
More information about the grass-dev
mailing list