Dear GRASS users!<br><br>I want to introduce you shell-script <<a href="https://raw.github.com/amuriy/GRASS-scripts/master/v.to.equidist">v.to.equidist</a>> which generates points or line segments along vector lines using module <v.segment>.<br>
<span id="result_box" class="short_text" lang="en"><span class="hps">It's already</span> <span class="hps">posted</span></span> at GRASS_AddOns wiki page. It's an attempt to have the functionality of perl-scripts <a href="http://grass.osgeo.org/wiki/GRASS_AddOns#v.lmeasure">v.lmeasure / v.revlmeasure </a>, but in more consistent form. <br>
<br>It can do:<br>-- direct and reverse segmenting<br>-- "broken" line segments instead of continuous<span id="result_box" class="short_text" lang="en"><span class="hps"></span></span><br>-- create attribute table for output vector and populate it with the values of line cats, distances etc.<br>
<br><span id="result_box" class="short_text" lang="en"><span class="hps">Thanks </span><span class="hps">for your attention</span></span>.<br><br><br>