GRASS Programmer's Manual  6.4.4(2014)-r
grass.script.setup Namespace Reference

GRASS Python scripting module (setup) More...

Detailed Description

GRASS Python scripting module (setup)

Setup functions to be used in Python scripts.

Usage:

1 from grass.script import setup as grass
2 
3 grass.init()
4 ...

(C) 2010-2012 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
Martin Landa <landa.martin gmail.com>