GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 |
Return the database connection details for a vector map (interface to `v.db.connect -g'). More... | |
def | python.vector.vector_layer_db |
Return the database connection details for a vector map layer. More... | |
def | python.vector.vector_columns |
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 |
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 |
Return information about a vector map (interface to `v.info -t'). More... | |
def | python.vector.vector_db_select |
Get attribute data of selected vector map layer. More... | |
def | python.vector.vector_what |
Query vector map at given locations. More... | |