GRASS Programmer's Manual
6.4.2(2012)
|
Go to the source code of this file.
Namespaces | |
namespace | python::vector |
namespace | 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'). | |
def | python::vector.vector_layer_db |
Return the database connection details for a vector map layer. | |
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. | |
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'). | |
def | python::vector.vector_info_topo |
Return information about a vector map (interface to `v.info. | |
def | python::vector.vector_db_select |
Get attribute data of selected vector map layer. | |
def | python::vector.vector_what |
Query vector map at given locations. |