<div dir="ltr">Hi Eric,<br><div><br>On Tue, Aug 6, 2019 at 8:23 PM Eric Patton <<a href="mailto:eric.r.patton@protonmail.com">eric.r.patton@protonmail.com</a>> wrote:<br>><br>> Hi, <br>><br>>  I have a massive Delaunay polygon tessellation that I converted to lines with v.type. I then stripped this vector of centroids using v.edit tool=delete type=centroids, and added categories to the line segments with v.category option=add. So far so good, this leaves me with about 670,000 vector line segments.<br>><br><div>> I want to find the midpoint of each of these line segments and create a new Delaunay tessellation using the line segment midpoints as the vertices in the new tessellation.</div><div><br></div><div>The addon v.centerpoint [1] should be much faster than v.segment to get line midpoints.<br></div><div><br></div><div>Markus M<br></div><div><br></div><div>[1] <a href="https://github.com/OSGeo/grass-addons/tree/master/grass7/vector/v.centerpoint">https://github.com/OSGeo/grass-addons/tree/master/grass7/vector/v.centerpoint</a></div><div><br></div><div>> I have prepared a rules file to feed into v.segment to do this, using the 50% distance offset.</div>><br>> I ran v.segment with the verbose flag and the only output I received after 90 minutes is ‘Using native format’ ;  I’m not sure if the process is going to run forever, or if I just need to be more patient, or if I am trying to process too many points for this tool -  this is my first time ever using this module, so I don’t know what to expect. Does anyone have any experience using large vectors with v.segment? <br>><br>> I thought the program might give some more output as to what’s happening. htop shows The program is using one core out of eight at 100% so I suppose it’s working normally.<br>><br>> Thanks for any hints,<br>><br>> ~ Eric.<br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div></div>