[GRASS-SVN] r62728 - grass-addons/grass7/vector/v.fixed.segmentpoints

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 13 14:06:04 PST 2014


Author: hellik
Date: 2014-11-13 14:06:04 -0800 (Thu, 13 Nov 2014)
New Revision: 62728

Modified:
   grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.html
Log:
v.fixed.segmentpoints: prefix added for multiple runs => adopting manual

Modified: grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.html
===================================================================
--- grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.html	2014-11-13 21:45:46 UTC (rev 62727)
+++ grass-addons/grass7/vector/v.fixed.segmentpoints/v.fixed.segmentpoints.html	2014-11-13 22:06:04 UTC (rev 62728)
@@ -1,13 +1,16 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.fixed.segmentpoints</em> creates segment points along a vector line 
-with fixed distances by using the <em>v.segment</em> module. A category 
-of one line has to be given. Start and end point of the line will be 
-considered. The distance option is limited to an integer number. As result
-the vectors vlinesingle and segmentpoints are created. The next to last point may
-be closer to the last point as the given distance. Distance information for every
-point is added to the vector attribute table. The attribute is then exported as CSV
-file.
+<em>v.fixed.segmentpoints</em> creates segment points along a vector 
+line with fixed distances by using the <em>v.segment</em> module. A 
+category of one line has to be given. Start and end point of the line 
+will be considered. The distance option is limited to an integer number. 
+As a <em>prefix</em> (starting with a letter) has to be given, resulting 
+vectors are <em>prefix</em>_singleline and 
+<em>prefix</em>_segmentpoints, resulting external files are 
+<em>prefix</em>_segmentpoints and <em>prefix</em>_segmentpoints.csv. The 
+next to last point may be closer to the last point as the given 
+distance. Distance information for every point is added to the vector 
+attribute table. The attribute is then exported as CSV file. 
 
 <h2>EXAMPLE</h2>
 



More information about the grass-commit mailing list