[GRASSweb-list]markus: web/grass51/tutorial attrib_storage.html,1.17,1.18 demo.html,1.9,1.10 ex_basic.html,1.6,1.7 ex_complex.html,1.6,1.7 geom_storage.html,1.14,1.15 index.html,1.16,1.17 intro.html,1.3,1.4 links.html,1.7,1.8 network.html,1.6,1.7 techdocs.

grass at intevation.de grass at intevation.de
Sat May 31 15:23:07 EDT 2003


Author: markus

Update of /grassrepository/web/grass51/tutorial
In directory doto:/tmp/cvs-serv12230

Modified Files:
	attrib_storage.html demo.html ex_basic.html ex_complex.html 
	geom_storage.html index.html intro.html links.html 
	network.html techdocs.html troubleshooting.html 
Log Message:
TOC cosmetics

Index: attrib_storage.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/attrib_storage.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- attrib_storage.html	22 Apr 2003 11:27:00 -0000	1.17
+++ attrib_storage.html	31 May 2003 19:23:05 -0000	1.18
@@ -18,14 +18,9 @@
 <!-- END OF HEADER -->
 
 <hr>
+<a name="toc"></a>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 <i><b>README:</b>
@@ -38,23 +33,6 @@
 send us further examples and/or code bugfixes/enhancements.</i>
 <P>
 
-
-<hr>
-<a name="toc"></a>
-<ol>
-<li><a href="#intro">Introduction</a>
-<li><a href="#default">Managing the default settings</a>
-<li><a href="#DBF">Attributes stored in DBF table</a>
-<li><a href="#ODBC">Attributes stored in external database (PostgreSQL)
-        connected through ODBC</a>
-<li><a href="#PostgreSQL">Attributes stored in external database (PostgreSQL)
-        directly connected</a>
-<li><a href="#mySQL">Attributes stored in external database (mySQL)
-        directly connected</a>
-<li><a href="#StarOffice">Changing table column types with StarOffice</a>
-<li><a href="#OpenOffice">Changing table column types with OpenOffice</a>
-</ol>
-
 To get debug information, set variable (set to 0 for debug silence) to 1..5:
 <div class="code"><pre>
 g.gisenv set="DEBUG=3"
@@ -63,7 +41,7 @@
 <p><table width="100%" cellpadding="3" border="0">
 <tr><td align="left" bgcolor="#B0F0B0"><font color="#00000"><big><b>
 <a name="intro"></a>
-Introduction
+Attribute management introduction
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 The attribute management was completely changed in GRASS 5.1 to achieve
@@ -90,7 +68,6 @@
 v.db.connect -p vectmap
 </pre></div>
 
-
 <p><table width="100%" cellpadding="3" border="0">
 <tr><td align="left" bgcolor="#B0F0B0"><font color="#00000"><big><b>
 <a name="default"></a>
@@ -145,8 +122,14 @@
 <div class="code"><pre>
 v.db.connect -p markveggy.shp
 </pre></div>
-
 which should print the database connection to the related DBF file.
+<P>
+The attribute column names and types can be printed with:
+<div class="code"><pre>
+v.db.connect -c vectmap
+</pre></div>
+in case the vector map is connected to an attribute table.
+
 <P>
 If you want to use the <tt>db.*</tt> commands, you first have to connect
 them to the DBF database:

Index: demo.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/demo.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- demo.html	22 Apr 2003 11:27:00 -0000	1.9
+++ demo.html	31 May 2003 19:23:05 -0000	1.10
@@ -18,14 +18,9 @@
 <!-- END OF HEADER -->
 
 <hr>
+<a name="toc"></a>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 <i><b>README:</b>
@@ -36,13 +31,6 @@
 <i>
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
-
-<hr>
-<a name="toc"></a>
-<ol>
-<li><a href="#demotour">A quick demo tour</a>
-<li><a href="#expertstests">Further tests - for GRASS experts</a>
-</ol>
 
 <p><table width="100%" cellpadding="3" border="0">
 <tr><td align="left" bgcolor="#B0F0B0"><font color="#00000"><big><b>

Index: ex_basic.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/ex_basic.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ex_basic.html	22 Apr 2003 11:27:00 -0000	1.6
+++ ex_basic.html	31 May 2003 19:23:05 -0000	1.7
@@ -18,14 +18,9 @@
 <!-- END OF HEADER -->
 
 <hr>
+<a name="toc"></a>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 GRASS 5.1 is currently under development. It is neither complete (it still
@@ -38,27 +33,6 @@
         not. You are kindly invited to send us further examples and/or
         code bugfixes/enhancements.</i>
 <P>
-
-<hr>
-<h3>Basic Examples</h3>
-
-<a name="toc"></a>
-<ol>
-<li><a href="#convert">Convert from/to GRASS 5.0 vector maps</a>
-<li><a href="#geometry">Geometry storage in various formats</a>
-<li><a href="#attributes">Attribute storage in (external) databases</a>
-<li><a href="#3DDWG">Example: Import 3D DXF/DWG vector data and NVIZ
-    3D vector visualization</a>
-<li><a href="#v.extract">Example: Extract vector data from map to new map
-   with SQL statements (PostGRASS)</a>
-<li><a href="#ogr_import">Example: Vector map import data using OGR</a>
-<li><a href="#ogr_export">Example: Vector map export data using OGR</a>
-<li><a href="#SQL_queries">Example: SQL queries</a>
-<li><a href="#map_from_points">Example: Generating a vector map from a point
-   data set</a>
-<li><a href="#db_copy">Example: Copying a database table from one DBMS to another
-   within GRASS 5.1</a>
-</ol>
 
 <p><table width="100%" cellpadding="3" border="0">
 <tr><td align="left" bgcolor="#B0F0B0"><font color="#00000"><big><b>

Index: ex_complex.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/ex_complex.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ex_complex.html	27 May 2003 09:43:04 -0000	1.6
+++ ex_complex.html	31 May 2003 19:23:05 -0000	1.7
@@ -18,14 +18,9 @@
 <!-- END OF HEADER -->
 
 <hr>
+<a name="toc"></a>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 GRASS 5.1 is currently under development. It is neither complete (it still
@@ -38,18 +33,6 @@
         not. You are kindly invited to send us further examples and/or
         code bugfixes/enhancements.</i>
 <P>
-
-<hr>
-<h3>More complex examples</h3>
-
-<a name="toc"></a>
-<ol>
-<li><a href="#postgismapserver">Example: Writing the GRASS 5.0 Spearfish
-   'streams' map into PostGIS with MapServer access</a>
-<li><a href="#shape_conversion">Example: Conversion of SHAPE map to GRASS
-   5.1 vector map</a>
-</ol>
-
 
 <p><table width="100%" cellpadding="3" border="0">
 <tr><td align="left" bgcolor="#B0F0B0"><font color="#00000"><big><b>

Index: geom_storage.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/geom_storage.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- geom_storage.html	22 Apr 2003 11:27:00 -0000	1.14
+++ geom_storage.html	31 May 2003 19:23:05 -0000	1.15
@@ -18,14 +18,9 @@
 <!-- END OF HEADER -->
 
 <hr>
+<a name="toc"></a>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 <i><b>README:</b>
@@ -37,22 +32,6 @@
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
 <P>
-
-
-<hr>
-<a name="toc"></a>
-<ol>
-<li><a href="#intro">Introduction</a>
-<li><a href="#default">Managing the default settings</a>
-<li><a href="#native">Geometry stored in native format</a>
-<li><a href="#SHAPE">Geometry stored in SHAPE file: Registration of a map in
-SHAPE format</a>
-<li><a href="#PostGRASS">Geometry stored in external database (PostGRASS)
-using PostGIS</a>
-<li><a href="#OGR">Geometry access through OGR</a>
-<li><a href="#sites">Generating vector geometry from spreadsheet table</a>
-</ol>
-
 To get debug information, set variable (set to 0 for debug silence) to 1..5:
 <div class="code"><pre>
 g.gisenv set="DEBUG=3"

Index: index.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/index.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- index.html	18 Apr 2003 14:37:54 -0000	1.16
+++ index.html	31 May 2003 19:23:05 -0000	1.17
@@ -32,19 +32,84 @@
 <a name="toc"></a>
 <ol>
 <li><a href="intro.html">Introduction</a>
-<li><a href="demo.html">A demo tour through GRASS 5.1</a>
+
+<li>A demo tour through GRASS 5.1
+ <ol>
+  <li><a href="demo.html#demotour">A quick demo tour</a>
+  <li><a href="demo.html#expertstests">Further tests - for GRASS experts</a>
+ </ol>
+
 <li>Vector data management in GRASS 5.1:
 <ul>
  <li><a href="geom_storage.html">Geometry management, optionally with connections to DBMS</a>
+ <ol>
+  <li><a href="geom_storage.html#intro">Introduction</a>
+  <li><a href="geom_storage.html#default">Managing the default settings</a>
+  <li><a href="geom_storage.html#native">Geometry stored in native format</a>
+  <li><a href="geom_storage.html#SHAPE">Geometry stored in SHAPE file: Registration of a map in
+       SHAPE format</a>
+  <li><a href="geom_storage.html#PostGRASS">Geometry stored in external database (PostGRASS)
+    using PostGIS</a>
+  <li><a href="geom_storage.html#OGR">Geometry access through OGR</a>
+  <li><a href="geom_storage.html#sites">Generating vector geometry from spreadsheet table</a>
+ </ol>
+
  <li><a href="attrib_storage.html">Attribute management with connections to DBMS</a>
+ <ol>
+  <li><a href="attrib_storage.html#intro">Attribute management introduction</a>
+  <li><a href="attrib_storage.html#default">Managing the default settings</a>
+  <li><a href="attrib_storage.html#DBF">Attributes stored in DBF table</a>
+  <li><a href="attrib_storage.html#ODBC">Attributes stored in external database (PostgreSQL)
+        connected through ODBC</a>
+  <li><a href="attrib_storage.html#PostgreSQL">Attributes stored in external database (PostgreSQL)
+        directly connected</a>
+  <li><a href="attrib_storage.html#mySQL">Attributes stored in external database (mySQL)
+        directly connected</a>
+  <li><a href="attrib_storage.html#StarOffice">Changing table column types with StarOffice</a>
+  <li><a href="attrib_storage.html#OpenOffice">Changing table column types with OpenOffice</a>
+ </ol>
+
 </ul>
-<li><a href="examples.html">Usage examples</a>:
+<li>Usage examples:
 <ul>
  <li><a href="ex_basic.html">Basic</a> examples
+ <ol>
+  <li><a href="ex_basic.html#convert">Convert from/to GRASS 5.0 vector maps</a>
+  <li><a href="ex_basic.html#geometry">Geometry storage in various formats</a>
+  <li><a href="ex_basic.html#attributes">Attribute storage in (external) databases</a>
+  <li><a href="ex_basic.html#3DDWG">Example: Import 3D DXF/DWG vector data and NVIZ
+    3D vector visualization</a>
+  <li><a href="ex_basic.html#v.extract">Example: Extract vector data from map to new map
+   with SQL statements (PostGRASS)</a>
+  <li><a href="ex_basic.html#ogr_import">Example: Vector map import data using OGR</a>
+  <li><a href="ex_basic.html#ogr_export">Example: Vector map export data using OGR</a>
+  <li><a href="ex_basic.html#SQL_queries">Example: SQL queries</a>
+  <li><a href="ex_basic.html#map_from_points">Example: Generating a vector map from a point
+   data set</a>
+  <li><a href="ex_basic.html#db_copy">Example: Copying a database table from one DBMS to another
+   within GRASS 5.1</a>
+ </ol>
  <li><a href="ex_complex.html">Complex</a> examples
+  <ol>
+   <li><a href="ex_complex.html#postgismapserver">Example: Writing the GRASS 5.0 Spearfish
+    'streams' map into PostGIS with MapServer access</a>
+   <li><a href="ex_complex.html#shape_conversion">Example: Conversion of SHAPE map to GRASS
+    5.1 vector map</a>
+  </ol>
  <li><a href="network.html">Vector network analysis</a> examples
+ <ol>
+  <li><a href="network.html#shortestpath">Example: shortest path vector networking with
+    d.path</a>
+  <li><a href="network.html#vnetiso">Reachability of Schools: v.net.iso</a>
+  <li><a href="network.html#vnetalloc">Creating subnets: v.net.alloc</a>
+  <li><a href="network.html#vnetsteiner">v.net.steiner</a>
+  <li><a href="network.html#vnetsalesman">v.net.salesman</a>
+ </ol>
 </ul>
 <li><a href="troubleshooting.html">Troubleshooting</a>
+ <ol>
+  <li><a href="troubleshooting.html#sqlnames">The SQL query is rejected (parse error)!</a>
+ </ol>
 <li><a href="links.html">Links</a>
 <li> Appendix: <a href="techdocs.html">Some vector API docs</a> (not recommended to read)
 </ol>

Index: intro.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/intro.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- intro.html	28 Feb 2003 20:00:04 -0000	1.3
+++ intro.html	31 May 2003 19:23:05 -0000	1.4
@@ -18,14 +18,9 @@
 <!-- END OF HEADER -->
 
 <hr>
+<a name="toc"></a>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 GRASS 5.1 is currently under development. It is neither complete (it still
@@ -65,13 +60,25 @@
 Connection must be established with 'db.connect' first. See <i>Attribute
 management</i> below for details.
 
+<h3>Following modules are available at time of this writing</h3>
+
+Please refer to the online <a href=../manuals/html51_user/index.html>GRASS
+ 5.1 HTML manual pages</a>.<P>
+
+<li>
+If you start a module just by name, a related <a
+ href=http://mpa.itc.it/radim/g51/d.vect-gui.jpg>GUI window pops up</a>.
+<li>
+d.m is the new <a href=http://mpa.itc.it/radim/g51/d.m.jpg>display manager</a>.
+</ul>
+
 
 <h3>Tutorial Quick Guide</h3>
 
-The table does not refer to all <a href="examples.html#toc">examples</a>, please
-also check the individual tables of contents. You can combine the different
-storage methods for geometry and attributes. Per default "Native format"
-geometry storage and DBF attribute storage is used.
+The table does not refer to all examples, please also check the individual
+tables of contents. You can combine the different storage methods for
+geometry and attributes. Per default "Native format" geometry storage and
+DBF attribute storage is used.
 <P>
 
 <center>

Index: links.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/links.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- links.html	17 Apr 2003 13:17:14 -0000	1.7
+++ links.html	31 May 2003 19:23:05 -0000	1.8
@@ -19,13 +19,7 @@
 
 <hr>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 <h3>Further Links to software/documents:</h3>

Index: network.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/network.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- network.html	27 May 2003 09:43:04 -0000	1.6
+++ network.html	31 May 2003 19:23:05 -0000	1.7
@@ -18,14 +18,9 @@
 <!-- END OF HEADER -->
 
 <hr>
+<a name="toc"></a>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 <i><b>README:</b>
@@ -36,17 +31,6 @@
 <i>
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
-
-<hr>
-<a name="toc"></a>
-<ol>
-<li><a href="#shortestpath">Example: shortest path vector networking with
-    d.path</a>
-<li><a href="#vnetiso">Reachability of Schools: v.net.iso</a>
-<li><a href="#vnetalloc">Creating subnets: v.net.alloc</a>
-<li><a href="#vnetsteiner">v.net.steiner</a>
-<li><a href="#vnetsalesman">v.net.salesman</a>
-</ol>
 
 <p><table width="100%" cellpadding="3" border="0">
 <tr><td align="left" bgcolor="#B0F0B0"><font color="#00000"><big><b>

Index: techdocs.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/techdocs.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- techdocs.html	28 Feb 2003 20:00:04 -0000	1.3
+++ techdocs.html	31 May 2003 19:23:05 -0000	1.4
@@ -19,13 +19,7 @@
 
 <hr>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 <i><b>README:</b>

Index: troubleshooting.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/troubleshooting.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- troubleshooting.html	28 Feb 2003 20:00:04 -0000	1.4
+++ troubleshooting.html	31 May 2003 19:23:05 -0000	1.5
@@ -18,14 +18,9 @@
 <!-- END OF HEADER -->
 
 <hr>
+<a name="toc"></a>
 <a href="index.html">Tutorial HOME</a> |
-<a href="intro.html">Intro</a> |
-<a href="demo.html">Demo LOCATION</a> |
-<a href="geom_storage.html">Geometry management</a> |
-<a href="attrib_storage.html">Attribute management</a> |
-<a href="examples.html">Usage Examples</a> | <br>
-<a href="troubleshooting.html">Troubleshooting</a> |
-<a href="links.html">Links</a>
+<a href="index.html#toc">Table of contents</a>
 <hr>
 
 GRASS 5.1 is currently under development. It is neither complete (it still
@@ -37,27 +32,17 @@
 <i><b>Disclaimer:</b> These examples described here may work or
         not. You are kindly invited to send us further examples and/or
         code bugfixes/enhancements.</i>
-<P>
 
 <hr>
-<a name="toc"></a>
-Questions:
-<ol>
-<li><a href="#sqlnames">The SQL query is rejected (parse error)!</a>
-</ol>
-
-<hr>
-Answers:<P>
-
 <a name="sqlnames"></a>
 <b>Q: The SQL query is rejected (parse error)!</b><br>
 
-A: Check the table name. E.g. SQL does not support '.' (dots) in table names.<br>
-Supported table name characters are only:
+<b>A:</b> Check the table and the column names. SQL does not support '.'
+(dots) in table names.<br> Supported table name characters are only:
 <pre>
 [A-Za-z][A-Za-z0-9_]*
 </pre>
-(so a table name must start with a character, not a number).
+A table name must start with a character, not a number.
 
 <!-- FOOTER -->
 <p>





More information about the grass-web mailing list