GRASS Programmer's Manual  6.4.4(2014)-r
vector.py File Reference

Go to the source code of this file.

Namespaces

 python.vector
 
 grass.script.vector
 GRASS Python scripting module (vector functions)
 

Functions

def python.vector.vector_db (map, args)
 Return the database connection details for a vector map (interface to `v.db.connect -g'). More...
 
def python.vector.vector_layer_db (map, layer)
 Return the database connection details for a vector map layer. More...
 
def python.vector.vector_columns (map, layer=None, getDict=True, args)
 Return a dictionary (or a list) of the columns for the database table connected to a vector map (interface to `v.info -c'). More...
 
def python.vector.vector_history (map)
 Set the command history for a vector map to the command used to invoke the script (interface to `v.support'). More...
 
def python.vector.vector_info_topo (map)
 Return information about a vector map (interface to `v.info -t'). More...
 
def python.vector.vector_db_select (map, layer=1, kwargs)
 Get attribute data of selected vector map layer. More...
 
def python.vector.vector_what
 Query vector map at given locations. More...