Opened 6 years ago

Last modified 4 years ago

#3597 new enhancement

r.to.vect.tiled: parallelize tile by tile

Reported by: mlennert Owned by: grass-dev@…
Priority: minor Milestone: 7.8.3
Component: Addons Version: unspecified
Keywords: r.to.vect.tiled Cc:
CPU: Unspecified Platform: Unspecified

Description

It would be great if the addon r.to.vect.tiled were parallelized to run tile by tile on as many parallel processes as the user proposes. From a perfunctory reading of the code, this would probably entail changing the way the region is redefined for each tile to rather use something like gscript.use_temp_region(). Or some version of GridModule(), redefining the patch() function of the class to patch vector output.

Change History (2)

comment:1 by martinl, 5 years ago

Remove Milestone from Addons bugreports.

comment:2 by neteler, 4 years ago

Milestone: 7.8.3
Note: See TracTickets for help on using tickets.