GridModule for raster multiprocessing ===================================== The GridModule class permits to work with raster data and all the processor cores of your computer. It divides the input data into the number of choosen rows and columns and after it patches the results together to obtain only one output map. .. automodule:: pygrass.modules.grid.grid :members: Functions ------------ Split ^^^^^^^^ .. automodule:: pygrass.modules.grid.split :members: Patch ^^^^^^^^ .. automodule:: pygrass.modules.grid.patch :members: