GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
grass.script.vector Namespace Reference

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


Detailed Description

GRASS Python scripting module (vector functions)

Vector related functions to be used in Python scripts.

Usage:

from grass.script import vector as grass
grass.vector_db(map)
...

(C) 2008-2010 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>