Hi, wittich.<br><br>-- firstly you should delete old categories from your segments&#39; lines (<span id="result_box" class="short_text" lang="en"><span class="hps">they relate </span></span><span id="result_box" class="short_text" lang="en"><span class="hps">to the initial</span></span><span id="result_box" class="short_text" lang="en"><span class="hps"> 3 lines)</span></span>:<br>
 v.category in=lines_split out=lines_split_nocats opt=del<br><br>-- then add new cats to segmented lines:<br>v.category in=lines_split_nocats out=lines_split_newcats opt=add<br><br><br><u>As a promotion</u>: there is a  small shell-script &lt;<a href="http://grass.osgeo.org/wiki/Addons#v.to.equidist">v.to.equidist</a>&gt; on GRASS-Addons page that generates vector points or line segments along a given vector line(s) with the equal distances (uses v.segment) and populate tables with cats, length etc.<br>
<br><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Date: Sun, 23 Oct 2011 10:26:06 -0700 (PDT)<br>
From: wittich &lt;<a href="mailto:vwittich@gmail.com" target="_blank">vwittich@gmail.com</a>&gt;<br>
Subject: [GRASS-user] Add DB entries to vector line (after v.split)<br>
To: <a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
Message-ID: &lt;<a href="mailto:1319390766722-6922423.post@n2.nabble.com" target="_blank">1319390766722-6922423.post@n2.nabble.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi there,<br>
<br>
I try to find a way to give every line segment in my vector file a db entry.<br>
I&#39;ve create 3 lines and split them into 50m segments. Now I want to do<br>
several calculations with it. Therefore I need for each segment a row in the<br>
db.<br>
<br>
*How can I create a entry for each segment?*<br>
<br>
&gt; <a href="http://v.info" target="_blank">v.info</a> split_lines<br>
&gt; Number of lines: 598<br>
<br>
&gt; v.db.select split_lines<br>
&gt; cat<br>
&gt; 1<br>
&gt; 2<br>
&gt; 3<br>
<br>
I would appreciate if someone can explain me what I do wrong, I tried<br>
already everything I could found without success (eg. v.dissolve,<br>
v.category, v.centroids, and others)<br>
<br>
regards Valentin<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Add-DB-entries-to-vector-line-after-v-split-tp6922423p6922423.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Add-DB-entries-to-vector-line-after-v-split-tp6922423p6922423.html</a><br>


Sent from the Grass - Users mailing list archive at Nabble.com.<br><br>
</blockquote></div>