modules_grid.rst 552 B

1234567891011121314151617181920212223242526
  1. GridModule for raster multiprocessing
  2. =====================================
  3. The GridModule class permits to work with raster data and all the
  4. processor cores of your computer. It divides the input data into the
  5. number of choosen rows and columns and after it patches the results
  6. together to obtain only one output map.
  7. .. automodule:: pygrass.modules.grid.grid
  8. :members:
  9. Functions
  10. ------------
  11. Split
  12. ^^^^^^^^
  13. .. automodule:: pygrass.modules.grid.split
  14. :members:
  15. Patch
  16. ^^^^^^^^
  17. .. automodule:: pygrass.modules.grid.patch
  18. :members: