Talk:Exercise 53
From AWF-Wiki
Input for r.out.gdal
In the original script, “multiband” was to be the input for r.out.gdal. If i got it right, the group “tc” is to be used as input, so i changed it. - Levent 17:13, 13 February 2011 (CET)
Creation of composite
Somehow similar problem as in Exercise 52, only that export to *.tif does not work at all. I receive the following error message:
GRASS_INFO_WARNING(5425,6): Der gewählte GDAL-Datentyp deckt nicht den gesamten Werteberich ab. GRASS_INFO_END(5425,6)
GRASS_INFO_WARNING(5425,7): GDAL-Datentyp: Byte, Wertebereich: 0 - 255 GRASS_INFO_END(5425,7)
GRASS_INFO_WARNING(5425,8): Rasterkarte <tm_920623_TC.1> mit Wertebereich: 66 - 424 GRASS_INFO_END(5425,8)
GRASS_INFO_WARNING(5425,9): Raster export results in data loss. GRASS_INFO_END(5425,9)
GRASS_INFO_ERROR(5425,10): Export der Rasterkarte abgebrochen. GRASS_INFO_END(5425,10)
Creating a composite with r.composite works, though. - Levent 17:13, 13 February 2011 (CET)