[GRASS-user] Dissolve and sum field

Phil Donovan philiprogerdonovan at gmail.com
Mon Oct 29 18:31:38 PDT 2012


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20121030/5b05bd7b/attachment.html>


More information about the grass-user mailing list