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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 30 02:48:28 PDT 2016


Author: mlennert
Date: 2016-06-30 02:48:28 -0700 (Thu, 30 Jun 2016)
New Revision: 68808

Modified:
   grass/trunk/lib/init/helptext.html
Log:
helptext.html: add section about text-based location creation


Modified: grass/trunk/lib/init/helptext.html
===================================================================
--- grass/trunk/lib/init/helptext.html	2016-06-30 09:33:52 UTC (rev 68807)
+++ grass/trunk/lib/init/helptext.html	2016-06-30 09:48:28 UTC (rev 68808)
@@ -10,8 +10,11 @@
 companies. GRASS GIS is an official project of the Open Source Geospatial
 Foundation (OSGeo).
 
-<h2>1. Startup of GRASS GIS</h2>
+<h2>1. Graphical startup of GRASS GIS</h2>
 
+<i>For text-based startup see below.</i>
+<p>
+
 After <a href="grass7.html">launching</a> GRASS GIS, the startup screen will open:
 <p>
  
@@ -155,6 +158,21 @@
 the menu: Go to "File" -> "Import raster/vector data" (see also the
 related Wiki page on <a href="http://grasswiki.osgeo.org/wiki/Importing_data">Importing data</a>).
 
+<h2>5. Text-based startup and location creation</h2>
+
+GRASS GIS can be run entirely without using the graphical user interface. For a first time startup, the following steps have to be followed:
+
+<ol>
+	<li> Create a GRASS database as explained above.</li>
+	<li>Create a new location, including it's default PERMANENT mapset, without entering the new location:</li>
+		<ul>
+			<li>Using an EPSG code: <tt>grass70 -e -c EPSG:32630 /home/myuser/GRASSDATA/mylocation</tt></li>
+			<li>Using a georeferenced file: <tt>grass70 -e -c MyGeoReferenceFile.tif /home/myuser/GRASSDATA/mylocation</tt></li>
+		</ul>
+		<li>Create new mapset within the new location and launch GRASS GIS within that mapset: <br><tt>grass70 -c /home/myuser/GRASSDATA/mylocation/mymapset </tt>
+</ol>
+
+
 <h2>Further Reading</h2>
 
 Please have a look at the GRASS GIS web site for tutorials and books:



More information about the grass-commit mailing list