is there any free open source tools available for viewing TIN (triangular irregular networks) files( which i got from LAS (Lidar data) file...)?

thanks!

link|improve this question

This question is very similar to, but not quite the same as stackoverflow.com/questions/1341850/… – James Schek Sep 1 '09 at 16:06
feedback

2 Answers

up vote 2 down vote accepted

This will depend greatly on the format. Most TINs generated from LIDAR data will be in one of the standard GIS formats, in which case a good, open source GIS program will be your best bet. Any of the packages which use the GDAL/OGR libraries will most likely be able to handle the TIN format you're using (whether that's ArcInfo's, etc).

I'd recommend trying either QGIS (either to learn) or GRASS (supports the most options/formats).

link|improve this answer
feedback

You might try this website. It seems they have some tools and libraries that may work for you.

link|improve this answer
That's for creating a tin, not necessarily viewing one that's already generated. – Reed Copsey Aug 31 '09 at 15:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.