[GRASS-user] boundary to area ?
Moritz Lennert
mlennert at club.worldonline.be
Wed Oct 4 05:01:29 EDT 2006
temiz wrote:
> hello
>
> I was wondering how I could convert a closed boundary to area ?
add a centroid.
If you use the latest development snapshot, you can also use v.centroid
(http://grass.itc.it/grass63/manuals/html63_user/v.centroids.html), but
actually it is just a wrapper around v.category:
v.category input=inputmap output=outputmap option=add type=area layer=1
cat=starting_value_for_categories step=step_of_cat_value_increment
Moritz
More information about the grass-user
mailing list