1234567891011121314151617181920212223242526 |
- 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:
|