12345678910111213141516171819202122232425 |
- GridModule
- ============
- GridModule class permit to work with raster data and all the processors
- 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:
|