Luis wrote:
Hi thereI imported Kompsat-2 images using r.in.gdal and I gfot
this warnings:rning 1: TIFFFetchNormalTag:ASCII value for
tag"DocumentName" does not end in null byteWarning 1:
TIFFFetchNormalTag:ASCII value for tag
"ImageDescription" does not end in null byteWarning 1:
TIFFFetchNormalTag:ASCII value for tag "Artist"does not end in
null byteWarning 1: TIFFFetchNormalTag:ASCII value for tag
"HostComputer" does not end in null byteProjection of input
dataset and current location appear to match
What is the origin of this? Or what can I do to avoid this?
Kompsat-2 images are followed by an header txt. can that be
useful?
Because it has recognized projection, the resolution is the
same and even nº of cols/rows.
I believe these are actually GDAL warning messages and not GRASS
ones. Will gdalinfo and/or gdal_translate work with the files?
Hamish