Re: [GRASS-dev] Individual vector feature processing: v.clump?

2014-12-04 Thread Markus Metz
On Thu, Dec 4, 2014 at 8:34 AM, Markus Neteler nete...@osgeo.org wrote: On Wed, Dec 3, 2014 at 9:47 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Wed, Dec 3, 2014 at 5:51 PM, Markus Neteler nete...@osgeo.org wrote: Hi, for a calculation I need to loop over all vector features in a

Re: [GRASS-dev] Individual vector feature processing: v.clump?

2014-12-04 Thread Pietro
Hi Markus, On Thu, Dec 4, 2014 at 8:34 AM, Markus Neteler nete...@osgeo.org wrote: On Wed, Dec 3, 2014 at 9:47 PM, Markus Metz Adding unique categories to a new layer for the features in question with v.category (take care of the type option) does not work in this case? Likely it does (I am

[GRASS-dev] Individual vector feature processing: v.clump?

2014-12-03 Thread Markus Neteler
Hi, for a calculation I need to loop over all vector features in a map in order to perform individually a computation. For that I cannot use the category information since it may be used as 1:n link. I wonder if a new v.clump command would make sense or the addition of a new method in v.category

Re: [GRASS-dev] Individual vector feature processing: v.clump?

2014-12-03 Thread Markus Metz
On Wed, Dec 3, 2014 at 5:51 PM, Markus Neteler nete...@osgeo.org wrote: Hi, for a calculation I need to loop over all vector features in a map in order to perform individually a computation. For that I cannot use the category information since it may be used as 1:n link. I wonder if a new

Re: [GRASS-dev] Individual vector feature processing: v.clump?

2014-12-03 Thread Markus Neteler
On Wed, Dec 3, 2014 at 9:47 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Wed, Dec 3, 2014 at 5:51 PM, Markus Neteler nete...@osgeo.org wrote: Hi, for a calculation I need to loop over all vector features in a map in order to perform individually a computation. For that I cannot use