|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
<h2>SYNOPSIS</h2>
|
|
|
|
|
|
-<b>grass70</b> [<b>-h</b> | <b>-help</b> | <b>--help</b>] [<b>-v</b> | <b>--version</b>]
|
|
|
+<b>grass71</b> [<b>-h</b> | <b>-help</b> | <b>--help</b>] [<b>-v</b> | <b>--version</b>]
|
|
|
[<b>-c</b> | <b>-c geofile</b> | <b>-c EPSG:code</b>]
|
|
|
[<b>-text</b> | <b>-gtext</b> | <b>-gui</b>]
|
|
|
[[[<b><GISDBASE>/</b>]<b><LOCATION_NAME>/</b>]
|
|
@@ -72,13 +72,13 @@ user interface, as well as the desired mapset to work on.
|
|
|
|
|
|
<p>The startup program will remember both the desired user interface
|
|
|
and mapset. Thus, the next time the user runs GRASS, typing
|
|
|
-<em>grass70</em> (without any options) will start GRASS with the
|
|
|
+<em>grass71</em> (without any options) will start GRASS with the
|
|
|
previous settings for the user interface and mapset selected.
|
|
|
|
|
|
<p>If you specify a graphical user interface (<b>-gui</b>)
|
|
|
-the <em>grass70</em> program will try to verify that the system you
|
|
|
+the <em>grass71</em> program will try to verify that the system you
|
|
|
specified exists and that you can access it successfully. If any of
|
|
|
-these checks fail then <em>grass70</em> will automatically switch back
|
|
|
+these checks fail then <em>grass71</em> will automatically switch back
|
|
|
to the text user interface mode.
|
|
|
|
|
|
<h2>ENVIRONMENT VARIABLES</h2>
|
|
@@ -103,14 +103,14 @@ propogate).
|
|
|
|
|
|
<h3>User Interface Environment Variable</h3>
|
|
|
|
|
|
-<p>The <em>grass70</em> program will check for the existence of an
|
|
|
+<p>The <em>grass71</em> program will check for the existence of an
|
|
|
environment variable called GRASS_GUI which indicates the type of user
|
|
|
interface for GRASS to use. If this variable is not set
|
|
|
-when <em>grass70</em> is run, then it will be created and then saved
|
|
|
+when <em>grass71</em> is run, then it will be created and then saved
|
|
|
in the <tt>$HOME/.grass7/rc</tt> file for the next time GRASS is
|
|
|
run. It can be set to <tt>text</tt>, <tt>gtext</tt> or <tt>gui</tt>.
|
|
|
|
|
|
-<p>There is an order of precedence in the way <em>grass70</em>
|
|
|
+<p>There is an order of precedence in the way <em>grass71</em>
|
|
|
determines the user interface to use. The following is the hierarchy
|
|
|
from highest precedence to lowest.
|
|
|
<ol>
|
|
@@ -209,39 +209,39 @@ script. The script file must have its executable bit set.
|
|
|
<p>The following are some examples of how you could start GRASS
|
|
|
|
|
|
<dl>
|
|
|
-<dt><b>grass70</b>
|
|
|
+<dt><b>grass71</b>
|
|
|
<dd> Start GRASS using the default user interface. The user will be
|
|
|
prompted to choose the appropriate location and mapset.
|
|
|
|
|
|
-<dt><b>grass70 -gui</b>
|
|
|
+<dt><b>grass71 -gui</b>
|
|
|
<dd> Start GRASS using the graphical user interface. The user will be
|
|
|
prompted to choose the appropriate location and mapset.
|
|
|
|
|
|
-<dt><b>grass70 -text</b>
|
|
|
+<dt><b>grass71 -text</b>
|
|
|
<dd> Start GRASS using the text-based user interface. Appropriate
|
|
|
location and mapset must be set by environmental variables (see
|
|
|
examples bellow) otherwise taken from the last GRASS session.</dd>
|
|
|
|
|
|
-<dt><b>grass70 -gtext</b>
|
|
|
+<dt><b>grass71 -gtext</b>
|
|
|
<dd> Start GRASS using the text-based user interface. The user will be
|
|
|
prompted to choose the appropriate location and mapset.
|
|
|
|
|
|
-<dt><b>grass70 $HOME/grassdata/spearfish60/user1</b>
|
|
|
+<dt><b>grass71 $HOME/grassdata/spearfish60/user1</b>
|
|
|
<dd> Start GRASS using the default user interface and automatically
|
|
|
launch into the given mapset, bypassing the mapset selection menu.
|
|
|
|
|
|
-<dt><b>grass70 -gui -</b>
|
|
|
+<dt><b>grass71 -gui -</b>
|
|
|
<dd> Start GRASS using the graphical user interface and try to
|
|
|
obtain the location and mapset from environment variables.
|
|
|
|
|
|
-<dt><b>grass70 -c EPSG:4326 $HOME/grassdata/mylocation</b>
|
|
|
+<dt><b>grass71 -c EPSG:4326 $HOME/grassdata/mylocation</b>
|
|
|
<dd> Creates new GRASS location with EPSG code 4326 (latitude-longitude, WGS84)
|
|
|
in the specified GISDBASE
|
|
|
|
|
|
-<dt><b>grass70 -c myvector.shp $HOME/grassdata/mylocation</b>
|
|
|
+<dt><b>grass71 -c myvector.shp $HOME/grassdata/mylocation</b>
|
|
|
<dd> Creates new GRASS location based on georeferenced Shapefile
|
|
|
|
|
|
-<dt><b>grass70 -c myraster.tif $HOME/grassdata/mylocation</b>
|
|
|
+<dt><b>grass71 -c myraster.tif $HOME/grassdata/mylocation</b>
|
|
|
<dd> Creates new GRASS location based on georeferenced GeoTIFF file
|
|
|
</dl>
|
|
|
|
|
@@ -265,7 +265,7 @@ MAPSET = PERMANENT
|
|
|
Start GRASS with the following command:
|
|
|
|
|
|
<div class="code"><pre>
|
|
|
-grass70 -
|
|
|
+grass71 -
|
|
|
</pre></div>
|
|
|
|
|
|
GRASS will start with the mapset defined by LOCATION since the LOCATION
|
|
@@ -284,14 +284,14 @@ MAPSET = PERMANENT
|
|
|
Start GRASS with the following command:
|
|
|
|
|
|
<div class="code"><pre>
|
|
|
-grass70 -
|
|
|
+grass71 -
|
|
|
</pre></div>
|
|
|
|
|
|
GRASS will start with the mapset defined by
|
|
|
GISDBASE/LOCATION_NAME/MAPSET.
|
|
|
|
|
|
<div class="code"><pre>
|
|
|
-grass70 /usr/home/grass/data/thailand/forests
|
|
|
+grass71 /usr/home/grass/data/thailand/forests
|
|
|
</pre></div>
|
|
|
|
|
|
GRASS will start with the
|
|
@@ -299,7 +299,7 @@ mapset <tt>/home/grass/data/thailand/forests</tt> which overrides the
|
|
|
environment variables.
|
|
|
|
|
|
<div class="code"><pre>
|
|
|
-grass70 swamps
|
|
|
+grass71 swamps
|
|
|
</pre></div>
|
|
|
|
|
|
GRASS will start with the mapset defined by
|
|
@@ -307,7 +307,7 @@ GISDBASE/LOCATION_NAME/swamps since the command line argument for the
|
|
|
mapset overrides the environment variable MAPSET.
|
|
|
|
|
|
<div class="code"><pre>
|
|
|
-grass70 thailand/forests
|
|
|
+grass71 thailand/forests
|
|
|
</pre></div>
|
|
|
|
|
|
GRASS will start with the mapset defined by GISDBASE/thailand/forests
|