Re: [GRASS-dev] set computational region iteratively for each clump in a map

2017-03-06 Thread Moritz Lennert
Le 6 mars 2017 18:41:28 GMT+01:00, Yann a écrit : >Hi, > >I am having to process each clump individually and I need to set the >computational region successively to each of them. How can I do that? I > >thought about vectorizing and somehow select one polygon and set the >computational region

[GRASS-dev] set computational region iteratively for each clump in a map

2017-03-06 Thread Yann
Hi, I am having to process each clump individually and I need to set the computational region successively to each of them. How can I do that? I thought about vectorizing and somehow select one polygon and set the computational region to it... but a bit expensive in processing. Thank you, Y