2

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

thanks!

James Schek
  • 17,844
  • 7
  • 51
  • 64
asel
  • 1,099
  • 5
  • 14
  • 18
  • This question is very similar to, but not quite the same as http://stackoverflow.com/questions/1341850/looking-for-open-source-tools – James Schek Sep 01 '09 at 16:06

2 Answers2

2

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).

Reed Copsey
  • 554,122
  • 78
  • 1,158
  • 1,373
0

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

Charlie Salts
  • 13,109
  • 7
  • 49
  • 78