[GRASS-user] attributes operations in a network

hello all, I have a question which is the best way to perform operations on the attributes of a network and add the results to the layer of network points such distances and other things.

thanks for your answers

Ricardo Rodríguez
Univalle

On Wed, Jul 14, 2010 at 6:07 PM, Ricardo Rodríguez
<ricardorodot02@gmail.com> wrote:

hello all, I have a question which is the best way to perform operations on
the attributes of a network

The various v.db.* modules should do that.

and add the results to the layer of network
points such distances and other things.

With v.to.db you can upload values to the attribute table.
There may be more options...

Markus