<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 5, 2014 at 6:01 AM, G. Allegri <span dir="ltr"><<a href="mailto:giohappy@gmail.com" target="_blank">giohappy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p dir="ltr">As far as I can see GRASS doesn't provide any ready-to-go tool to generate TINs from grid digital elevation models. I know I can transform a grid to a regular mesh somehow (probably using the Triangle lib for the last step) but I can't find tools to generate TINs, given a certain amount of tolerance, which preserve significative locations (like those obtained by TPI for example) and shapes (in a morphonetric sense).</p>
<p dir="ltr">Does anybody has experience on this? The general aim is generating terrain meshes (to be further decimated for LODs) to be employed in a 3D context.</p></blockquote><div>I'm not sure if this would fulfill your requirements but I would use v.delaunay [1]. To get the points, you can use v.random [2, 3] or some more clever method.<br><br></div><div>Vaclav<br></div><div><br>[1] <a href="http://grass.osgeo.org/grass70/manuals/v.delaunay.html">http://grass.osgeo.org/grass70/manuals/v.delaunay.html</a><br>[2] <a href="http://courses.ncsu.edu/mea582/common/GIS_anal_grass/GIS_Anal_grinterp1.html">http://courses.ncsu.edu/mea582/common/GIS_anal_grass/GIS_Anal_grinterp1.html</a><br>[3] <a href="http://grass.osgeo.org/grass70/manuals/v.random.html">http://grass.osgeo.org/grass70/manuals/v.random.html</a><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<p dir="ltr">Cheers,<br>
giovanni</p>
<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" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br></blockquote></div><br></div></div>