[GRASSweb-list]markus: web/grass51/tutorial index.html,1.6,1.7 links.html,1.1,1.2
grass at intevation.de
grass at intevation.de
Tue Jan 28 09:58:24 EST 2003
Author: markus
Update of /grassrepository/web/grass51/tutorial
In directory doto:/tmp/cvs-serv26230
Modified Files:
index.html links.html
Log Message:
cosmetics
Index: index.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/index.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- index.html 26 Jan 2003 12:12:38 -0000 1.6
+++ index.html 28 Jan 2003 14:58:21 -0000 1.7
@@ -39,11 +39,12 @@
<li><a href="attrib_storage.html">Attribute management with connections to DBMS</a>
</ul>
<li><a href="examples.html">Examples how to use the GRASS 5.1 vector engine</a>
+<li><a href="links.html">Links</a>
</ol>
<h3>Tutorial Quick Guide</h3>
-The table does not completely refer to all examples. Please check also the
+The table does not refer to all <a href="examples.html">examples</a>. Please check also the
individual tables of contents.
<center>
<table border=2>
@@ -64,14 +65,13 @@
<td><b>ODBC</b></td>
</tr>
<tr>
- <td><b>Geometry</b></td>
+ <td><b>Geometry</b> </td>
<td>default format<br>
2D/3D vectors<br>
topology<br>
<a href="geom_storage.html#native">Def.</a> /
<a href="examples.html#convert">Ex.</a></td>
- <td>.shp<br>
- import/export<br>
+ <td>import/export<br>
pseudotopology<br>
<a href="geom_storage.html#SHAPE">Def.</a> /
<a href="examples.html#shape_conversion">Ex.1</a> / <a href="examples.html#ogr_export">Ex.2</a> </td>
@@ -79,26 +79,26 @@
pseudotopology<br>
<a href="geom_storage.html#PostGRASS">Def.</a> /
<a href="examples.html#postgismapserver">Ex.</a></td>
- <td align="center"> - </td>
- <td align="center"> - </td>
+ <td align="center"> -- </td>
+ <td align="center"> -- </td>
<td>with PostGIS<br>
<i>see there</i></td>
- <td align="center"> - </td>
+ <td align="center"> -- </td>
</tr>
<tr>
- <td><b>Attributes</b></td>
+ <td><b>Attributes</b> </td>
<td>uses DBF tables per default<br>
<i>see there</i></td>
<td>with DBF<br>
<i>see there</i></td>
<td>with PostgreSQL <br>
<i>see there</i></td>
- <td>all COLUMN types <br>
+ <td>Int/Double/String, DateTime (?) <br>
<a href="attrib_storage.html#DBF">Def.</a> /
<a href="examples.html#db_copy">Ex.</a></td>
- <td>all COLUMN types (?) <br>
+ <td>Int/Double/String, DateTime (?) <br>
<a href="attrib_storage.html#mySQL">Def.</a></td>
- <td>all COLUMN types (?) <br>
+ <td>Int/Double/String, DateTime (?) <br>
<a href="attrib_storage.html#PostgreSQL">Def.</a> /
<a href="examples.html#db_copy">Ex.</a></td>
<td>links to various RDBMS <br>
@@ -114,7 +114,6 @@
</table>
</center>
-<hr>
<h3>Bibliography:</h3>
R. Blazek, M. Neteler, and R. Micarelli, 2002. The new GRASS 5.1 vector
Index: links.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/links.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- links.html 24 Jan 2003 14:27:18 -0000 1.1
+++ links.html 28 Jan 2003 14:58:21 -0000 1.2
@@ -31,16 +31,20 @@
<ul>
<li>Vector attributes:
<ul>
-<li><a href=http://www.redhat.com/docs/manuals/database/RHDB-2.1-Manual/sql/sqlreference.html>SQL
+<li> <a href=http://www.redhat.com/docs/manuals/database/RHDB-2.1-Manual/sql/sqlreference.html>SQL
Guide and Reference</a> (Red Hat)
-<li><a href=http://techdocs.postgresql.org/>PostgreSQL Technical Documentation</a>
-<li><a href=http://www.ca.postgresql.org/users-lounge/docs/>PostgreSQL Documentation</a>
-<li><a href=http://www.klaban.torun.pl/prog/pg2xbase/>pg2xbase</a>
+<li> Book:<a href=http://www.ca.postgresql.org/docs/awbook.html>PostgreSQL:
+ Introduction and Concepts</a> by Bruce Momjian
+<li> <a href=http://techdocs.postgresql.org/>PostgreSQL Technical Documentation</a>
+<li> <a href=http://www.ca.postgresql.org/users-lounge/docs/>PostgreSQL Documentation</a>
+<li> CSV import into PostgreSQL: <tt>\h copy<br>
+ COPY t1 FROM 'filename' USING DELIMITERS ',';</tt>
+<li> <a href=http://www.klaban.torun.pl/prog/pg2xbase/>pg2xbase</a>
(DBF <-> PostgreSQL)
-<li><a href=http://mdbtools.sourceforge.net/>mdbtools</a> (converts
+<li> <a href=http://mdbtools.sourceforge.net/>mdbtools</a> (converts
MS-ACCESS data to SQL, DBF etc.)<br>
<tt>gmdb dbfile.mdb</tt>
-<li><a href=http://www.unixodbc.org/>unixODBC</a> to connect GRASS 5.1
+<li> <a href=http://www.unixodbc.org/>unixODBC</a> to connect GRASS 5.1
to database servers such as PostgreSQL, Oracle etc.
</ul>
More information about the grass-web
mailing list