[GRASS-dev] lib/vask
Glynn Clements
glynn at gclements.plus.com
Sat Jun 24 15:39:39 EDT 2006
Michael Barton wrote:
> Do you (or anyone else reading this) know if v.transform will ignore a 5th
> column in a points file (i.e., a use gcp column with a value of 0 or 1) or a
> 5th column will cause it to choke?
It appears that it should work.
v.transform reads a line from the file with fgets() then uses sscanf()
to extract four doubles from it; anything after that is ignored.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list