How does one dissolve and sum a field in GRASS? I guess one way would be to
create a separate table of summed values and then join them back to the new
dissolved layer? How would you create this table of summed values?

______________________________________
*Example table:*

Dissolve Column    |      Sum column
1                          |       0.5
1                          |       0.5
1                          |       0.5
2                          |       0.25
2                          |       0.25

*into:*

Diss C | Sum C
1         | 1.5
2         | 0.5

________________________________________

Cheers Phil.
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to