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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 30 04:05:51 PDT 2016


Author: neteler
Date: 2016-06-30 04:05:51 -0700 (Thu, 30 Jun 2016)
New Revision: 68809

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

Modified: grass/trunk/lib/init/helptext.html
===================================================================
--- grass/trunk/lib/init/helptext.html	2016-06-30 09:48:28 UTC (rev 68808)
+++ grass/trunk/lib/init/helptext.html	2016-06-30 11:05:51 UTC (rev 68809)
@@ -160,16 +160,22 @@
 
 <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:
+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>
+<li> Create a GRASS GIS 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:<br>
+         <tt>grass73 -e -c EPSG:32630 /home/user/grassdata/mylocation</tt></li>
+    <li>Using a georeferenced raster or vector file:<br>
+         <tt>grass73 -e -c MyGeoReferenceFile.tif /home/user/grassdata/mylocation</tt></li>
+</ul>
+<li> Create new mapset within the new location and launch GRASS GIS within
+     that mapset: <br>
+         <tt>grass73 -c /home/user/grassdata/mylocation/mymapset</tt>
 </ol>
 
 
@@ -187,4 +193,7 @@
 </em>
 
 <p>
+ <a href="http://epsg.io/">List of EPSG codes</a> (Database of worldwide coordinate systems)
+
+<p>
 <i>Last changed: $Date$</i>



More information about the grass-commit mailing list