GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
grass.script.raster Namespace Reference

GRASS Python scripting module (raster functions) More...

Detailed Description

GRASS Python scripting module (raster functions)

Raster related functions to be used in Python scripts.

Usage:

1 from grass.script import raster as grass
2 
3 grass.raster_history(map)
4 ...

(C) 2008-2009 by the GRASS Development Team This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author
Glynn Clements
Martin Landa <landa.martin gmail.com>