[GRASSweb-list]markus: web/grass51/tutorial geom_storage.html,1.2,1.3
grass at intevation.de
grass at intevation.de
Thu Jan 9 12:58:07 EST 2003
Author: markus
Update of /grassrepository/web/grass51/tutorial
In directory doto:/tmp/cvs-serv1639
Modified Files:
geom_storage.html
Log Message:
for SHAPE the DB file is no longer needed
Index: geom_storage.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/geom_storage.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- geom_storage.html 31 Dec 2002 14:40:23 -0000 1.2
+++ geom_storage.html 9 Jan 2003 17:58:05 -0000 1.3
@@ -110,19 +110,12 @@
#register SHAPE files (this will copy them into the LOCATION):
v.shape.register markveggy.shp
- Found following integer field(s) in SHAPE file:
- VEGCNP_
- VEGCNP_ID
- which field do you want to use? Enter name from above list:
- VEGCNP_ID
markveggy.shp is registered now.
The SHAPE files (.shp, shx and .dbf) were copied to:
/ssi0/ssi/neteler/grassdata/botswanaLL/shp
Consider to run v.build:
v.build markveggy.shp
-#WARNING: The DB file must probably be edited manually.
-
#build pseudo-topology for SHAPE
v.build markveggy.shp
@@ -134,19 +127,14 @@
d.vect markveggy.shp
</div></pre>
-The DBF table should have been registered by v.shape.register in the DB file
-(find in the mapset directory). Read also
-<a href="attrib_storage.html#DBF">Attributes stored in DBF table</a>
+DBF table do not have to be registered in the DB file.
+Read also <a href="attrib_storage.html#DBF">Attributes stored in DBF table</a>.
<div class="code"><pre>
#query map:
d.what.vect
d.what.vect -a
</div></pre>
-
-<p>
-For attributes management, see <a href="attrib_storage.html">various methods</a>
-including the usage of the DBF file.
<p><table width="100%" cellpadding="3" border="0">
More information about the grass-web
mailing list