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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 2 14:16:14 PDT 2013


Author: neteler
Date: 2013-04-02 14:16:14 -0700 (Tue, 02 Apr 2013)
New Revision: 55595

Modified:
   grass/trunk/lib/init/grass7.html
Log:
grass7.html: examples for location creation

Modified: grass/trunk/lib/init/grass7.html
===================================================================
--- grass/trunk/lib/init/grass7.html	2013-04-02 19:17:47 UTC (rev 55594)
+++ grass/trunk/lib/init/grass7.html	2013-04-02 21:16:14 UTC (rev 55595)
@@ -218,16 +218,25 @@
 <dd> Start GRASS using the text-based user interface. The user will be
     prompted to choose the appropriate location and mapset.
 
-<dt><b>grass70 ~/grassdata/spearfish60/user1</b>
+<dt><b>grass70 $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.
+    launch into the given mapset, bypassing the mapset selection menu.
 
 <dt><b>grass70 -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>
+<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>
+<dd> Creates new GRASS location based on georeferenced Shapefile
+
+<dt><b>grass70 -c myraster.tif $HOME/grassdata/mylocation</b>
+<dd> Creates new GRASS location based on georeferenced GeoTIFF file
 </dl>
 
-
 <h3>Other examples</h3>
 
 There are a variety of ways in which the <i>location environment



More information about the grass-commit mailing list