GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Namespaces | |
python.raster | |
grass.script.raster | |
GRASS Python scripting module (raster functions) | |
Functions | |
def | python.raster.raster_history |
Set the command history for a raster map to the command used to invoke the script (interface to `r.support'). More... | |
def | python.raster.raster_info |
Return information about a raster map (interface to `r.info'). More... | |
def | python.raster.mapcalc |
Interface to r.mapcalc. More... | |
def | python.raster.mapcalc_start |
Interface to r.mapcalc, doesn't wait for it to finish, returns Popen object. More... | |