GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Functions | |
def | init |
Initialize system variables to run scripts without starting GRASS explicitly. More... | |
def python.setup.init | ( | gisbase, | |
dbase = '' , |
|||
location = 'demolocation' , |
|||
mapset = 'PERMANENT' |
|||
) |
Initialize system variables to run scripts without starting GRASS explicitly.
User is resposible to delete gisrc file.
gisbase | path to GRASS installation |
dbase | path to GRASS database (default: '') |
location | location name (default: 'demolocation') |
mapset | mapset within given location (default: 'PERMANENT') |