[GRASS-dev] pyGRASS: ParallelModuleQueue

Pietro peter.zamb at gmail.com
Wed Nov 30 04:00:15 PST 2016


Hi Martin,

On Wed, Nov 30, 2016 at 12:25 PM, Martin Landa <landa.martin at gmail.com> wrote:
> is it possible to use progress info when using ParallelModuleQueue?
> Something similar to grass.percent(). Eg.

Yes, I think so, if you pass the stderr_=subprocess.PIPE and
stdout_=subprocess.PIPE parameters to the module, then you should be
able to write the current percentage using grass.percent() or
msgr.percent().

Pietro


More information about the grass-dev mailing list