GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Functions | |
def | raster_history |
Set the command history for a raster map to the command used to invoke the script (interface to `r.support'). More... | |
def | raster_info |
Return information about a raster map (interface to `r.info'). More... | |
def | mapcalc |
Interface to r.mapcalc. More... | |
def | mapcalc_start |
Interface to r.mapcalc, doesn't wait for it to finish, returns Popen object. More... | |
def python.raster.mapcalc | ( | exp, | |
quiet = False , |
|||
verbose = False , |
|||
overwrite = False , |
|||
kwargs | |||
) |
Interface to r.mapcalc.
exp | expression |
kwargs |
Definition at line 92 of file raster.py.
References python.core.fatal(), and python.core.write_command().
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.
exp | expression |
kwargs |
Definition at line 113 of file raster.py.
References python.core.feed_command().
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').
map | map name |
Definition at line 36 of file raster.py.
References python.core.gisenv(), python.core.run_command(), and python.core.warning().
def python.raster.raster_info | ( | map | ) |
Return information about a raster map (interface to `r.info').
Example:
map | map name |
Definition at line 56 of file raster.py.
References python.core.float_or_dms(), python.core.parse_key_val(), and python.core.read_command().