[GRASS-SVN] r73355 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 16 18:52:46 PDT 2018


Author: wenzeslaus
Date: 2018-09-16 18:52:46 -0700 (Sun, 16 Sep 2018)
New Revision: 73355

Modified:
   grass/trunk/lib/init/README
Log:
init: replace obsolete doc by link to up-to-date doc (see #2679, r72791, r73354)

Modified: grass/trunk/lib/init/README
===================================================================
--- grass/trunk/lib/init/README	2018-09-17 01:42:41 UTC (rev 73354)
+++ grass/trunk/lib/init/README	2018-09-17 01:52:46 UTC (rev 73355)
@@ -8,75 +8,8 @@
   You can set an alias "grass77" to e.g. "grass77 --text" to use text mode by default.
   Or set the environmental variable GRASS_GUI=text.
 
+  See grass77 --help or the command's manual page for more details
+  about invocation.
 
-o GRASS non-interactive startup examples
-
-  You can startup GRASS non-interactively using some env variables.
-
-  	LOCATION
-	GISDBASE
-	LOCATION_NAME
-	MAPSET
-
-  LOCATION var overrides GISDBASE/LOCATION_NAME/MAPSET location.
-
-  ex1)
-  	export LOCATION=/usr/home/grass/usr/data1/loc1/map1
-	export GISDBASE=/usr/home/grass/usr/data1
-	export LOCATION_NAME=loc1
-	export MAPSET=map1
-
-	grass77 -	# non-interactive startup using LOCATION location
-
-  ex2)
-	export GISDBASE=/usr/home/grass/usr/data1
-	export LOCATION_NAME=loc1
-	export MAPSET=map1
-  	
-	grass77 -	# non-interactive startup using
-			# GISDBASE/LOCATION_NAME/MAPSET location
-
-
-  Also, the first argument of grass77 can override these env vars.
-
-  ex3)
-  	export LOCATION=/usr/home/grass/usr/data1/loc1/map1
-	export GISDBASE=/usr/home/grass/usr/data1
-	export LOCATION_NAME=loc1
-	export MAPSET=map1
-
-	grass77 /usr/home/grass/usr/data2/loc2-1/map1-1
-			# non-interactive startup using
-			# /usr/home/grass/usr/data2/loc2-1/map1-1 location
-
-  ex4)
-	export GISDBASE=/usr/home/grass/usr/data1
-	export LOCATION_NAME=loc1
-	export MAPSET=map1
-  	
-	grass77 /usr/home/grass/usr/data2/loc2-1/map1-1
-			# non-interactive startup using
-			# /usr/home/grass/usr/data2/loc2-1/map1-1 location
-
-  ex5)
-  	export LOCATION=/usr/home/grass/usr/data1/loc1/map1
-	export GISDBASE=/usr/home/grass/usr/data1
-	export LOCATION_NAME=loc1
-	export MAPSET=map1
-
-	grass77 map1-1	# non-interactive startup using
-			# GISDBASE/LOCATION_NAME/map1-1 location
-
-  ex6)
-  	export LOCATION=/usr/home/grass/usr/data1/loc1/map1
-	export GISDBASE=/usr/home/grass/usr/data1
-	export LOCATION_NAME=loc1
-	export MAPSET=map1
-
-	grass77 loc2-1/map1-1
-			# non-interactive startup using
-			# GISDBASE/loc2-1/map1-1 location
-
-
   Send any suggestions to <grass-dev at lists.osgeo.org> at https://lists.osgeo.org/pipermail/grass-dev/
 



More information about the grass-commit mailing list