On Thu, Apr 14, 2011 at 3:28 PM, Monica Buescu <[email protected]> wrote: > Greetings > I have a Land Cover map and I want to substitute Land Cover codes by > numbers. Besides r.reclass (1 = 1 Agriculture ; 2 = 2 Forest 3 = 3 Water) > what other method does exists in GRASS?
If you want to simply add the labels, then r.category: http://grass.osgeo.org/grass64/manuals/html64_user/r.category.html To actually change values, use r.recode: http://grass.osgeo.org/grass64/manuals/html64_user/r.recode.html Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
