What&#39;s wrong with v.out.ascii? Couldn&#39;t you export and then remove duplicate points by checking the coordinates? To avoid checking both X and Y, these could be summed, so a single check would be enough.<br><br>giovanni<br>
<br><br><div><span class="gmail_quote">2008/3/5, Dylan Beaudette &lt;<a href="mailto:dylan.beaudette@gmail.com">dylan.beaudette@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br> <br> I have some &quot;squares&quot; which are stored as polygons. When converting these to<br> points (v.to.points) I am left with the 5 points (first and last point are<br> duplicated) that define the corners of the &quot;square&quot;.<br>
 <br> Is there a vector module (v.edit / v.clean) that could remove duplicate<br> points? I would like to replace the manual operation with v.digit with<br> something that can be scripted. Note that there are multiple &quot;squares&quot;, so a<br>
 simple v.out.ascii | head -4 | v.in.ascii&nbsp;&nbsp;would be a little awkward.<br> <br> Ideas?<br> <br> --<br> Dylan Beaudette<br> Soil Resource Laboratory<br> <a href="http://casoilresource.lawr.ucdavis.edu/">http://casoilresource.lawr.ucdavis.edu/</a><br>
 University of California at Davis<br> 530.754.7341<br> _______________________________________________<br> grass-user mailing list<br> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br> <a href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
 </blockquote></div><br>