[GRASS5] r.in.gdal or GDAL bug?
Otto Dassau
otto.dassau at gmx.de
Wed Feb 9 06:35:38 EST 2005
Dear users,
I compiled GDAL from CVS today and tried to import landsat data:
Problem:
following happens without using paramter -o:
r.in.gdal in=p192r027_7k20000620_z33_nn61.tif out=p192r027nn61
A datum name wgs84 (WGS_1984) was specified without transformation parameters.
Note that the GRASS default for wgs84 is towgs84=0.000,0.000,0.000.
Segmentation fault
with parameter -o import with r.in.gdal works:
r.in.gdal -o in=p192r027_7k20000620_z33_nn61.tif out=p192r027nn61
A datum name wgs84 (WGS_1984) was specified without transformation parameters.
Note that the GRASS default for wgs84 is towgs84=0.000,0.000,0.000.
Over-riding projection check.
Proceeding with import...
100%
CREATING SUPPORT FILES FOR p192r027nn61
SETTING GREY COLOR TABLE FOR p192r027nn61 (8bit, full range)
maybe someone has an idea?
Otto
More information about the grass-dev
mailing list