[GRASS-SVN] r37354 - grass/trunk/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 22 05:30:12 EDT 2009
Author: neteler
Date: 2009-05-22 05:30:10 -0400 (Fri, 22 May 2009)
New Revision: 37354
Modified:
grass/trunk/lib/python/README.txt
grass/trunk/lib/python/grasspythonlib.dox
Log:
use recent spearfish
Modified: grass/trunk/lib/python/README.txt
===================================================================
--- grass/trunk/lib/python/README.txt 2009-05-22 09:27:39 UTC (rev 37353)
+++ grass/trunk/lib/python/README.txt 2009-05-22 09:30:10 UTC (rev 37354)
@@ -27,7 +27,7 @@
<subprocess.Popen object at 0xb7c12f6c>
>>> print p.communicate()[0]
GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
MAPSET='glynn';
GRASS_DB_ENCODING='ascii';
GRASS_GUI='text';
@@ -46,7 +46,7 @@
<subprocess.Popen object at 0xb7c12f6c>
>>> print p.communicate()[0]
GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
MAPSET='glynn';
GRASS_DB_ENCODING='ascii';
GRASS_GUI='text';
@@ -164,7 +164,7 @@
>>> print result['fullname']
fields at PERMANENT
>>> print result['file']
-/opt/grass-data/spearfish57/PERMANENT/vector/fields
+/opt/grass-data/spearfish60/PERMANENT/vector/fields
Modified: grass/trunk/lib/python/grasspythonlib.dox
===================================================================
--- grass/trunk/lib/python/grasspythonlib.dox 2009-05-22 09:27:39 UTC (rev 37353)
+++ grass/trunk/lib/python/grasspythonlib.dox 2009-05-22 09:30:10 UTC (rev 37354)
@@ -50,7 +50,7 @@
<subprocess.Popen object at 0xb7c12f6c>
>>> print p.communicate()[0]
GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
MAPSET='glynn';
GRASS_DB_ENCODING='ascii';
GRASS_GUI='text';
@@ -72,7 +72,7 @@
<subprocess.Popen object at 0xb7c12f6c>
>>> print p.communicate()[0]
GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
MAPSET='glynn';
GRASS_DB_ENCODING='ascii';
GRASS_GUI='text';
More information about the grass-commit
mailing list