[GRASS-user] Parallel proccess with pygrass and mapcalc

2016-03-02 Thread Lorenzo Bottaccioli
Hi I'm writing a code in python able to perform several mapcalc operation on various rasters. I'm using GRASS 7.0.1 and Python 2.7. I'have my files stored in /home/myuser/rasters/ and they are linked to GRASS with r.external. The out put of the operation are going out of GRASS in /home/myuser/tmp/

Re: [GRASS-user] Parallel proccess with pygrass and mapcalc

2016-03-03 Thread Pietro
Ciao Lorenzo, On Wed, Mar 2, 2016 at 6:10 PM, Lorenzo Bottaccioli wrote: > I have written this code from the example provided in > (https://grass.osgeo.org/grass70/manuals/libpython/pygrass.modules.interface.html?highlight=parallelmodulequeue#pygrass.modules.interface.module.ParallelModuleQueue)