From: Rado Bonk <rado@cosmos.dsc.unomaha.edu>
Hi,
How do you transfer GRASS5 floating point rasters to integer rasters
readable in GRASS4.3? I accept floating point loosing, since I need to use
SG3d tool in GRASS4.3. How to make them integer before importing them to
GRASS4.3?-Rado
in GRASS5, r.mapcalc "cellmap = int(fcellmap)"
now, cellmap is CELL map.
Regards,
Huidae Cho