[GRASS-SVN] r49120 - grass/trunk/doc/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 6 05:54:10 EST 2011


Author: martinl
Date: 2011-11-06 02:54:10 -0800 (Sun, 06 Nov 2011)
New Revision: 49120

Modified:
   grass/trunk/doc/vector/TODO
Log:
Radim's TODO: add some up-to-date notes


Modified: grass/trunk/doc/vector/TODO
===================================================================
--- grass/trunk/doc/vector/TODO	2011-11-06 10:33:10 UTC (rev 49119)
+++ grass/trunk/doc/vector/TODO	2011-11-06 10:54:10 UTC (rev 49120)
@@ -90,6 +90,8 @@
 be written in the same place in the coor file where the original line
 existed.
 
+* Note: see above
+
 Remove bounding box from support structures (?)
 -----------------------------------------------
 The vector structures (P_line, P_area, P_isle) store bounding box in
@@ -102,6 +104,7 @@
 areas or long lines.
 
 * See also http://trac.osgeo.org/grass/ticket/542
+* Update: implemented in r46898 (2011/07) by Markus Metz
 
 Switching to update mode
 ------------------------
@@ -138,7 +141,10 @@
   
   d.vect map=./shapefiles/@OGR layer=roads    # display shapefile ./shapefiles/roads.shp
   d.vect map=PG:dbname=test at OGR layer=roads   # display table roads from database test
-  
+
+* Update: in progess,
+  see http://trac.osgeo.org/grass/wiki/Grass7/VectorLib/OGRInterface#DirectOGRreadaccess
+
 Simple feature API and sequential reading
 -----------------------------------------
 Most GRASS modules are currently using random access to the data which
@@ -242,6 +248,11 @@
 probably better to use copy of 'coor' file and attributes written to
 SQLite database.
 
+Update: see
+	http://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.pack
+	and
+	http://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.unpack
+	by Luca Delucchi
 
 1/2009: Other suggestions moved to
  http://trac.osgeo.org/grass/



More information about the grass-commit mailing list