Can fp maps have labels? If they can how can you make them? Related to this, does r.reclass only produce integer maps?
Michael
Michael Barton, Professor of Anthropology
Director of Graduate Studies
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University
phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton
Michael Barton wrote:
Can fp maps have labels?
Yes.
If they can how can you make them?
r.category rules=...
Related to this, does r.reclass only produce integer maps?
Yes; a reclass table maps integers to integers.
There are "FP reclass" functions in libgis, but these are only used by
r.recode. There are no functions to read/write a "struct FPReclass"
from/to a file, and no way to create an FP equivalent of a reclass
map.
--
Glynn Clements <glynn@gclements.plus.com>
Michael:
> Can fp maps have labels?
Glynn:
Yes.
I have an old memory that d.legend used to show them, but now it seems it doesn't. I had been meaning to fire up GRASS 5.4 and look into that at some point.
Hamish