[GRASS-SVN] r41046 - grass/branches/releasebranch_6_4/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 16 11:40:45 EST 2010


Author: neteler
Date: 2010-02-16 11:40:43 -0500 (Tue, 16 Feb 2010)
New Revision: 41046

Added:
   grass/branches/releasebranch_6_4/lib/init/circle_1.png
   grass/branches/releasebranch_6_4/lib/init/circle_2.png
   grass/branches/releasebranch_6_4/lib/init/circle_3.png
   grass/branches/releasebranch_6_4/lib/init/circle_4.png
   grass/branches/releasebranch_6_4/lib/init/circle_5.png
   grass/branches/releasebranch_6_4/lib/init/grass64_start.png
   grass/branches/releasebranch_6_4/lib/init/grass64_start_small.jpg
Modified:
   grass/branches/releasebranch_6_4/lib/init/Makefile
   grass/branches/releasebranch_6_4/lib/init/helptext.html
Log:
GRASS startup explained

Modified: grass/branches/releasebranch_6_4/lib/init/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/Makefile	2010-02-16 15:52:34 UTC (rev 41045)
+++ grass/branches/releasebranch_6_4/lib/init/Makefile	2010-02-16 16:40:43 UTC (rev 41046)
@@ -71,6 +71,8 @@
 	$(INSTALL_DATA) grass6.html $(GISBASE)/docs/html/grass6.html
 	$(INSTALL_DATA) helptext.html $(GISBASE)/docs/html/helptext.html
 	$(INSTALL_DATA) help_loc_struct.png $(GISBASE)/docs/html/help_loc_struct.png
+	$(INSTALL_DATA) circle_*.png $(GISBASE)/docs/html/
+	$(INSTALL_DATA) grass64_start.png grass64_start_small.jpg $(GISBASE)/docs/html/
 
 $(ARCH_BINDIR)/$(START_UP): init.sh grass.src
 	@test -d $(ARCH_BINDIR) || (echo 'ARCH_DISTDIR($(ARCH_BINDIR))' not found; exit 1)

Added: grass/branches/releasebranch_6_4/lib/init/circle_1.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/lib/init/circle_1.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/branches/releasebranch_6_4/lib/init/circle_2.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/lib/init/circle_2.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/branches/releasebranch_6_4/lib/init/circle_3.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/lib/init/circle_3.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/branches/releasebranch_6_4/lib/init/circle_4.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/lib/init/circle_4.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/branches/releasebranch_6_4/lib/init/circle_5.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/lib/init/circle_5.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/branches/releasebranch_6_4/lib/init/grass64_start.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/lib/init/grass64_start.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: grass/branches/releasebranch_6_4/lib/init/grass64_start_small.jpg
===================================================================
(Binary files differ)


Property changes on: grass/branches/releasebranch_6_4/lib/init/grass64_start_small.jpg
___________________________________________________________________
Added: svn:mime-type
   + image/jpeg

Modified: grass/branches/releasebranch_6_4/lib/init/helptext.html
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/helptext.html	2010-02-16 15:52:34 UTC (rev 41045)
+++ grass/branches/releasebranch_6_4/lib/init/helptext.html	2010-02-16 16:40:43 UTC (rev 41046)
@@ -23,32 +23,69 @@
 settings around the world, as well as by many governmental agencies
 and environmental consulting companies.
 
-<h2>Introduction</h2>
+<h2>1. Startup of GRASS GIS</h2>
+
+<p>
+&nbsp;&nbsp;&nbsp;<IMG SRC="grass64_start_small.jpg" ALT="[GRASS start screen]">
+
+<h3><IMG SRC="circle_1.png" ALT="[(1)]">&nbsp;Selecting the GIS Database directory</h3>
+
 GRASS data are stored in a directory referred to as DATABASE
 (also called "GISDBASE").  This directory has to be created
-with <tt>mkdir</tt> or a file manager, before starting to work
+with a file manager or the <tt>mkdir</tt> command, before starting to work
 with GRASS.  Within this DATABASE, the projects are organized
 by project areas stored in subdirectories called LOCATIONs.
-<p>
+
+<h3><IMG SRC="circle_2.png" ALT="[(2)]">&nbsp;Selecting the LOCATION (a project)</h3>
+
 A LOCATION is defined by its coordinate system, map projection and
 geographical boundaries. The subdirectories and files defining a
 LOCATION are created automatically when GRASS is started the first
-time with a new LOCATION.
+time with a new LOCATION. It is important to understand that each
+projection stays in its own LOCATION.
 <p>
+See <IMG SRC="circle_4.png" ALT="[(4)]">&nbsp; the "Location Wizard" to
+easily create a new LOCATION from scratch from a geocoded file, by
+defining the parameters or by selecting the corresponding EPSG projection
+code.
+
+<h3><IMG SRC="circle_3.png" ALT="[(3)]">&nbsp;Selecting the MAPSET (a subproject)</h3>
+
 Each LOCATION can have many MAPSETs. Each MAPSET is a LOCATION's
-subdirectory. New MAPSET can be added at GRASS startup. To remove a
-MAPSET, remove it's directory using your file manager or by <br>
-<tt>rm -rf
-/path/to/the/mapset_to_delete</tt>. The <a href="wxGUI.html">wxGUI</a>
-graphical user interface provides options to rename/remove LOCATIONs
-and MAPSETs.
+subdirectory. New MAPSET can be added at GRASS startup (see related
+button).
 
+<h3><IMG SRC="circle_4.png" ALT="[(4)]">&nbsp;Location Wizard</h3>
+
+The "Location Wizard" let's you easily create a new LOCATION. You
+will be guided through a series of dialogues to browse and select
+predefined projections (also via EPSG code) or to define individual
+projections. Find below some rules to define the default raster
+resolution for a new LOCATION.
+
+<h3><IMG SRC="circle_5.png" ALT="[(5)]">&nbsp;Start GRASS</h3>
+
+Once you have selected an existing LOCATION/MAPSET or defined a new
+one, you can enter GRASS. The graphical user interface 
+<a href="wxGUI.html">wxGUI</a> will open and provide you with a
+menu system, map visualization tool, digitizer, and more.
+
+
+<h2>2. Background GRASS Location structure</h2>
+
 <p>
-<IMG SRC="help_loc_struct.png" ALT="[GRASS Location structure]">
+&nbsp;&nbsp;&nbsp;<IMG SRC="help_loc_struct.png" ALT="[GRASS Location structure]">
 <BR>
 <i>Fig. 1: GRASS Location structure</i>
+<p>
 
-<p>
+A LOCATION is simply a set of directories which contains the GRASS
+data of a project. Within each LOCATION, a mandatory "PERMANENT"
+MAPSET exists which contains projection information and some
+more definitions. It can be used to store the base cartography
+in it as "PERMANENT" is visible to all users accessing a LOCATION.
+
+<h3>Creating and maintaining MAPSETs</h3>
 One motivation to maintain different MAPSETs is to store maps
 related to project issues or subregions. Another motivation is to
 support simultaneous access of several users to the map layers
@@ -62,7 +99,8 @@
 You can learn more about mapsets and how to seamlessly access maps
 found in another MAPSET of the same LOCATION in the
 <a href="g.mapsets.html">g.mapsets</a> documentation.
-<p>
+
+<h3>The role of the "PERMANENT" LOCATION</h3>
 When creating a new LOCATION, GRASS automatically creates a special
 MAPSET called PERMANENT where the core data for the project can be
 stored. Data in the PERMANENT MAPSET can only be added, modified or
@@ -80,26 +118,36 @@
 coordinate values and the currently selected raster resolution.  Users
 have the option of switching back to the default region at any time.
 
-<h2>Creating a GRASS database</h2>
+<h2>3. Creating a GRASS database with sample data</h2>
 
 To create the GRASS database:
 
 <OL>
 <LI> Find a place on your disk where you have write access and that
-    has enough diskspace to hold your decompressed data.</LI>
+    has enough diskspace to hold your spatial data.</LI>
 <LI> Create a subdirectory that will hold the general GRASS database
-    (e.g. <tt>mkdir /data/grassdata</tt> or 
+    (e.g. using a file manager or with <tt>mkdir /data/grassdata</tt> or 
     <tt>mkdir /home/yourlogin/grassdata</tt>).</LI>
 </OL>
 
 <P>
-Sample data such as the Spearfish or the North Carolina sample datasets
+Sample data such as the "Spearfish" or the "North Carolina" sample datasets
 may be downloaded from 
 <A HREF="http://grass.osgeo.org/download/data.php">http://grass.osgeo.org/download/data.php</A>
 and placed in this new database directory.
 <P>
 
-<h3>A) Create New Location with text screen</h3>
+
+<h3>A) Create New Location with wxGUI</h3>
+The <a href="wxGUI.html">wxGUI</a> graphical user interface provides a
+graphical "Location Wizard" instead which let's you easily create a
+new LOCATION. You will be guided through a series of dialogues to
+browse and select predefined projections (also via EPSG code) or to
+define individual projections. The rules to define the resolution as
+described above also apply here.
+
+
+<h3>B) Create New Location with text screen</h3>
 Click on the "Create New Location" button, which will take you to a
 text screen on which you can enter a new location name, and then
 continue by pressing "ESC"-"RETURN" - i.e. press (NOT hold) the ESC key,
@@ -160,29 +208,20 @@
 created. You have "arrived" in the GRASS system and can start working
 within this new location.
 
-<h3>B) Create New Location with wxGUI</h3>
-The <a href="wxGUI.html">wxGUI</a> graphical user interface provides a
-graphical "Location Wizard" instead which let's you easily create a
-new LOCATION. You will be guided through a series of dialogues to
-browse and select predefined projections (also via EPSG code) or to
-define individual projections. The rules to define the resolution as
-described above also apply here.
 
-
 <H2>Further Reading</H2>
 
 Please have a look at the GRASS web site for tutorials and books:
 <A HREF="http://grass.osgeo.org/gdp/index.php">http://grass.osgeo.org/gdp/index.php</A>.
 
 <H2>See also</H2>
-
-<a href="grass6.html">GRASS 6 launch manual page</a>
+<a href="index.html">GRASS 6 Reference Manual</a>
 <br>
-<a href="index.html">GRASS 6 Reference Manual</a>
+<a href="grass6.html">Manual page of GRASS 6 launch program</a>
 
 <p><i>Last changed: $Date$</i>
 <HR>
 <P><a href=index.html>Help Index</a>
-<P>&copy; 2005-2009 <a href="http://grass.osgeo.org">GRASS Development Team</a></P>
+<P>&copy; 2005-2010 <a href="http://grass.osgeo.org">GRASS Development Team</a></P>
 </BODY>
 </HTML>



More information about the grass-commit mailing list