[GRASS-SVN] r69633 - grass/branches/releasebranch_7_0/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 2 12:17:18 PDT 2016


Author: neteler
Date: 2016-10-02 12:17:18 -0700 (Sun, 02 Oct 2016)
New Revision: 69633

Modified:
   grass/branches/releasebranch_7_0/lib/init/grass7.html
Log:
grass7 helptext: 'Sample data' section added

Modified: grass/branches/releasebranch_7_0/lib/init/grass7.html
===================================================================
--- grass/branches/releasebranch_7_0/lib/init/grass7.html	2016-10-02 19:17:10 UTC (rev 69632)
+++ grass/branches/releasebranch_7_0/lib/init/grass7.html	2016-10-02 19:17:18 UTC (rev 69633)
@@ -84,6 +84,17 @@
 these checks fail then <em>grass70</em> will automatically switch back
 to the text user interface mode.
 
+<h2>SAMPLE DATA</h2>
+
+The GRASS GIS project provides several free sample geospatial datasets
+as ready-to-use locations. They are available to download at
+<a href="https://grass.osgeo.org/download/sample-data/">https://grass.osgeo.org/download/sample-data/</a>.
+
+The "North Carolina data set" is a modern package of geospatial data from
+North Carolina (USA), and it includes raster, vector, LiDAR and satellite
+data. This is the most extensively used data set in the documentation and
+the examples throughout the user manual pages are based upon it.
+
 <h2>ENVIRONMENT VARIABLES</h2>
 
 A number of environment variables are available at GRASS startup to
@@ -186,7 +197,7 @@
 <dl>
 <dt>LOCATION
 <dd> A fully qualified path to a mapset
-    (eg <tt>/usr/local/share/grassdata/spearfish60/PERMANENT</tt>). This
+    (eg <tt>/usr/local/share/grassdata/spearfish70/PERMANENT</tt>). This
     environment variable overrides the GISDBASE, LOCATION_NAME, and
     MAPSET variables.
 <dt>GISDBASE
@@ -264,9 +275,9 @@
 The environment variables are defined as follows:
     
 <div class="code"><pre>
-LOCATION = /usr/local/share/grassdata/spearfish60/PERMANENT
+LOCATION = /usr/local/share/grassdata/spearfish70/PERMANENT
 GISDBASE = /usr/local/share/grassdata
-LOCATION_NAME = spearfish60
+LOCATION_NAME = spearfish70
 MAPSET = PERMANENT
 </pre></div>
 



More information about the grass-commit mailing list