Hi Markus,<br>Thank you for your reply.<br><br>This is the original vector:<br><br>v.db.connect -p cont<br>Vector map &lt;cont@PERMANENT&gt; is connected by:<br>layer &lt;1&gt; table &lt;cont&gt; in database &lt;/home/stuart/grassdata/aawt_mga55/PERMANENT/dbf/&gt; through driver &lt;dbf&gt; with key &lt;cat&gt;<br>
<br><br>The v.split command and output:<br><br>v.split input=cont output=contSplit length=10000<br><br> 100%<br>Building topology for vector map &lt;contSplit&gt;...<br>Registering primitives...<br>37377 primitives registered<br>
2176557 vertices registered<br>Building areas...<br> 100%<br>0 areas built<br>0 isles built<br>Attaching islands...<br>Attaching centroids...<br> 100%<br>Number of nodes: 38377<br>Number of primitives: 37377<br>Number of points: 0<br>
Number of lines: 37377<br>Number of boundaries: 0<br>Number of centroids: 0<br>Number of areas: 0<br>Number of isles: 0<br><br><br>Proof that there is no attribute table:<br><br>v.db.connect -g contSplit<br>ERROR: Database connection for map &lt;contSplit@PERMANENT&gt; is not defined in DB file<br>
<br><br>I hope that this is this what you were after.<br><br>Thanks,<br>Stuart<br><br><br><br><br><br><br><br><br><br><div class="gmail_quote">On Tue, Aug 24, 2010 at 5:22 PM, Markus Metz <span dir="ltr">&lt;<a href="mailto:markus.metz.giswork@googlemail.com">markus.metz.giswork@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">Stuart Gralton wrote:<br>
&gt; Hello Everyone,<br>
&gt;<br>
&gt; I am trying to use v.overlay to clip contour lines for a specific area. The<br>
&gt; contour lines were imported into GRASS from a shapefile which is about 33Mb.<br>
&gt; The query was as follows:<br>
&gt;<br>
&gt; v.overlay ainput=contour atype=line binput=boundingbox output=contour_clip<br>
&gt; operator=and<br>
&gt;<br>
&gt; The operation took 16 hours to complete, which seems excessive. Is there<br>
&gt; anything that I can do to speed things up?<br>
&gt;<br>
&gt; I am aware of v.split, v.select, v.clean as suggestions from other posts as<br>
&gt; ways of increasing performance. Unfortunately none of these helped me very<br>
&gt; much:<br>
&gt;<br>
&gt;     v.split seems to drop the attribute table (but it has amazing effects on<br>
&gt; performance).<br>
<br>
</div>v.spllt does copy all attribute tables. Can you post the output of<br>
v.db.connect -p or v.db.connect -g for the original vector and the<br>
output of v.split?<br>
<br>
Markus M<br>
<div class="im"><br>
&gt;     v.select helps a little, but due to the nature of the data, not many<br>
&gt; features are removed.<br>
&gt;     v.clean did not have any effect. The data is from the government, and is<br>
&gt; already of high quality.<br>
&gt;<br>
&gt;<br>
&gt; Is there anything that I am missing? Or is there any way to preserve the<br>
&gt; attribute table when using v.split?<br>
&gt;<br>
&gt; Thanks in advance,<br>
&gt; Stuart<br>
&gt;<br>
&gt;<br>
</div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; grass-user mailing list<br>
&gt; <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>