[GRASS-user] boundary to area ?

hello

I was wondering how I could convert a closed boundary to area ?

regards

--
Ahmet Temiz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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

Am Mittwoch, 4. Oktober 2006 16:12 schrieb temiz:

hello

I was wondering how I could convert a closed boundary to area ?

just add a centroid to the boundary?

Cheers

  Stephan