GRASS Programmer's Manual  6.4.4(2014)-r
raster.py File Reference

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 (map)
 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 (map)
 Return information about a raster map (interface to `r.info'). More...
 
def python.raster.mapcalc (exp, quiet=False, verbose=False, overwrite=False, kwargs)
 Interface to r.mapcalc. More...
 
def python.raster.mapcalc_start (exp, quiet=False, verbose=False, overwrite=False, kwargs)
 Interface to r.mapcalc, doesn't wait for it to finish, returns Popen object. More...