Go to the source code of this file.
|
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...
|
|