|
On 22/03/2012 09:31, Pierluigi wrote:
What you'll have to do, as Lee pointed out [1] is use the v.distance module to upload values from each of the line vectors to the new (errors) point vector. So it will be something like:
# setup columns in the point vector v.db.addcol intersection_pts columns="line1_attr1 double, line1_attr2 text, line2_attr1 double, line2_attr2 text ...." # upload attributes from one of the line vectors v.distance from=intersection_pts to=line1 upload=to_attr to_column=attr1 column=line1_attr1
and so on for each attribute from each of the original lines.
HTH, Micha
[1] http://lists.osgeo.org/pipermail/grass-user/2012-March/064069.html
|
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
