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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 30 23:09:43 PDT 2012


Author: neteler
Date: 2012-08-30 23:09:43 -0700 (Thu, 30 Aug 2012)
New Revision: 53001

Modified:
   grass/branches/releasebranch_6_4/lib/init/grass6.html
   grass/branches/releasebranch_6_4/lib/init/grass_start.png
   grass/branches/releasebranch_6_4/lib/init/helptext.html
Log:
updated to improved location manager; CLI startup moved to Wiki

Modified: grass/branches/releasebranch_6_4/lib/init/grass6.html
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/grass6.html	2012-08-31 06:07:04 UTC (rev 53000)
+++ grass/branches/releasebranch_6_4/lib/init/grass6.html	2012-08-31 06:09:43 UTC (rev 53001)
@@ -86,7 +86,7 @@
 <dl>
 <dt><b>GISDBASE</b>
 <dd> Initial database directory which should be a fully qualified path
-    (e.g., /usr/local/share/grassdata)
+    (e.g., <tt>/usr/local/share/grassdata</tt>)
 
 <dt><b>LOCATION_NAME</b>
 <dd> Initial location directory which is a subdirectory of GISDBASE
@@ -222,12 +222,12 @@
 
 <dt><b>LOCATION</b>
 <dd> A fully qualified path to a mapset 
-    (eg /usr/local/share/grassdata/spearfish60/PERMANENT). This environment variable
+    (eg <tt>/usr/local/share/grassdata/spearfish60/PERMANENT</tt>). This environment variable
     overrides the GISDBASE, LOCATION_NAME, and MAPSET variables.
 
 <dt><b>GISDBASE</b>
 <dd> Initial database directory which should be a fully qualified path
-    (eg /usr/local/share/grassdata)
+    (eg <tt>/usr/local/share/grassdata</tt>)
 
 <dt><b>LOCATION_NAME</b>
 <dd> Initial location directory which is a subdirectory of GISDBASE
@@ -406,11 +406,11 @@
 
 <h2>SEE ALSO</h2>
 
-List of <a href=variables.html>implemented GRASS environment variables</a>.
+List of <a href=variables.html>implemented GRASS GIS environment variables</a>.
 <p>
-<a href="http://grass.osgeo.org">GRASS Web site</a>
+<a href="http://grass.osgeo.org">GRASS GIS Web site</a>
 <p>
-<a href="http://download.osgeo.org/grass/grass6_progman/">GRASS 6 Programmer's Manual</a>
+<a href="http://grass.osgeo.org/programming6/">GRASS GIS 6 Programmer's Manual</a>
 
 <h2>AUTHORS (of this page)</h2>
 

Modified: grass/branches/releasebranch_6_4/lib/init/grass_start.png
===================================================================
(Binary files differ)

Modified: grass/branches/releasebranch_6_4/lib/init/helptext.html
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/helptext.html	2012-08-31 06:07:04 UTC (rev 53000)
+++ grass/branches/releasebranch_6_4/lib/init/helptext.html	2012-08-31 06:09:43 UTC (rev 53001)
@@ -12,8 +12,8 @@
 
 <!-- stored in SVN in: lib/init/helptext.html -->
 
-<!-- meta page description: GRASS Quickstart -->
-<h1>GRASS Quickstart</h1>
+<!-- meta page description: GRASS GIS Quickstart -->
+<h1>GRASS GIS Quickstart</h1>
 
 <h2>Geographic Resources Analysis Support System</h2>
 
@@ -26,8 +26,12 @@
 
 <h2>1. Startup of GRASS GIS</h2>
 
+After launching GRASS GIS, the startup screen will open:
 <p>
-   <img src="grass_start.png" alt="[GRASS start screen]">
+ 
+<center>
+  <img src="grass_start.png" alt="[GRASS GIS start screen]">
+</center>
 
 <h3><img src="circle_1.png" alt="[(1)]"> Selecting the GIS Database directory</h3>
 
@@ -45,7 +49,7 @@
 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)]">  the "Location Wizard" to
+See the "Location Wizard" <img src="circle_4.png" alt="[(4)]"> to
 easily create a new LOCATION from scratch from a geocoded file, by
 defining the parameters or by selecting the corresponding EPSG projection
 code.
@@ -72,20 +76,20 @@
 menu system, map visualization tool, digitizer, and more.
 
 
-<h2>2. Background GRASS Location structure</h2>
+<h2>2. Background: GRASS GIS Location structure</h2>
 
-<p>
-   <img src="help_loc_struct.png" alt="[GRASS Location structure]">
-<br>
-<i>Fig. 1: GRASS Location structure</i>
-<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.
+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.
+<p>
 
+<center>
+  <img src="help_loc_struct.png" alt="[GRASS GIS Location structure]"><br>
+  <i>Fig. 1: GRASS GIS location structure</i>
+</center>
+
 <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
@@ -119,13 +123,13 @@
 coordinate values and the currently selected raster resolution.  Users
 have the option of switching back to the default region at any time.
 
-<h2>3. Creating a GRASS database with sample data</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 spatial data.</li>
+    has enough disk space to hold your spatial data.</li>
 <li> Create a subdirectory that will hold the general GRASS database
     (e.g. using a file manager or with <tt>mkdir /data/grassdata</tt> or 
     <tt>mkdir /home/yourlogin/grassdata</tt>).</li>
@@ -135,95 +139,46 @@
 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.
+and the compressed data package(s) extracted into this new database directory.
 <p>
+Now you are ready to select a sample dataset in the GRASS GIS startup screen
+(see above) and start the session.
 
-
-<h3>A) Create New Location with wxGUI</h3>
+<h2>4. Creating A New Location with the Location Wizard</h2>
 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
+graphical "Location Wizard" which let's you easily create a
+new LOCATION for own data. 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,
-and then press the RETURN key on your keyboard.
-
 <p>
-Next you will need to assign parameters to the location such
-as the coordinate system and datum you want to use, the project area's
-boundary coordinates, and the default resolution for raster data:
+<i>Hint: You can create new location easily from a georeferenced data file.
+In this case you are asked whether the data itself should be imported
+into the new location. The default region is then set to match imported map
+and the GRASS GIS session is opened.</i>
 
-<ul>
-<li> Start by chosing between, X,Y, Latitude-Longitude, UTM, or
-   "other" coordinate system. This choice depends on your data and the
-   use you will make of it.</li>
-<li> You are then prompted for a single line of text describing the 
-   project area, for example "Topo Map of the Alps".</li>
-</ul>
-
 <p>
-Next you are requested for some more information about the projection.
-Note that the prompts vary from projection to projection, an example follows:
+After defining new location, wxGUI starts automatically.
+If data were already imported, you can add them into the Layer Manager now
+and display them. If your location is empty you can import your data from 
+the menu: Go to "File" -> "Import raster/vector data" (see also the
+related Wiki page on <a href="http://grass.osgeo.org/wiki/Importing_data">Importing data</a>).
 
-<ul>
-<li> (if you chose "D - Other Projection") "specify projection name": 
-  "list" gives you the list of all available projections, examples are 
-  "tmerc" for Transverse Mercator, "lcc" for Lambert Conformal Conic,
-  "moll" for Mollweide, etc.
-<li> specify datum name: again use "list" to get a list of available 
-  datums, examples are "wgs84", "nad27", "eur79",  etc.
-<li> Enter Central Parallel: 0 if you want the Equator as the
-  central parallel
-<li> Enter Central Meridian: 0 if you want the Greenwich meridian as
-  central meridian
-<li> Enter Scale Factor at the Central Meridian
-<li> Enter plural form of map units: for example, meters
-</ul>
-
-<p>
-The next step is the description of the project area's boundary coordinates
-and the definition of the default raster resolution:
-<p>
-The default raster resolution (GRID RESOLUTION) has to be chosen
-according to your needs. Generally, it is advisable to work in steps of
-0.25 (0.25, 0.5, 1.75, 2.00, 12.25 etc.). This resolution does not
-concern vector and site data since these are stored with their exact
-coordinate values. Note that every raster map may have its own
-resolution. You can leave this screen with "ESC"-"RETURN" and then
-if everything is correct accept the list of parameters that appears.
-<p>
-You will then be back to the startup screen to enter the mapset's
-name (if not already entered). Another "ESC"-"RETURN" will finally
-let you leave this screen. This mapset is created within the new
-location by answering "yes" to the next question. The mapset will
-use the parameters of the location (such as the region and resolution
-definitions) as its default parameters.
-<p>
-Now the project area, i.e. the location including a mapset, has been
-created. You have "arrived" in the GRASS system and can start working
-within this new location.
-
-
 <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>.
+Please have a look at the GRASS GIS web site for tutorials and books:
+<a href="http://grass.osgeo.org/gdp/">http://grass.osgeo.org/gdp/</a>.
 
 <h2>See also</h2>
 
-<a href="index.html">GRASS 6 Reference Manual</a>
-<br>
-<a href="grass6.html">GRASS 6 launch manual page</a>
+<em>
+ <a href="grass6.html">GRASS GIS 6 startup program manual page</a>
+</em>
 
 <p><i>Last changed: $Date$</i>
 <hr>
-<p><a href=index.html>Help Index</a>
-<p>© 2005-2010 <a href="http://grass.osgeo.org">GRASS Development Team</a>
+<p><a href=index.html>GRASS GIS 6 Reference Manual Help Index</a>
+<p>© 2005-2012 <a href="http://grass.osgeo.org">GRASS Development Team</a>
 </body>
 </html>



More information about the grass-commit mailing list