Software for Download:
Streaming tools to quickly visualize LIDAR in Google Earth. The contour gilmer.kmz (c,d) and the raster tiling gilmer.kmz (c,d) were created in 20 minutes with under 100 MB main memory and no scratch space as described here.
  • spfinalize.exe (README) spdelaunay2d.exe (README) (source code in sp_api.zip)
  • tin2iso.exe (README) tin2dem.exe (README) (source code in sm_api.zip)
  • slclean.exe (README) slsimp.exe (README) sl2sl.exe (README) (source code in sl_api.zip)
  • sl_viewer.exe (README) and GLUT32.DLL (source code in sl_api.zip)
  • sp_viewer.exe sp2sp.exe (source code in sp_api.zip)
  • LAStools are a set of simple command line tools (including source code) for converting, viewing, comparing, and compressing LIDAR data:
  • txt2las.exe (R) for converting from standard ASCII to binary LAS
  • a corresponding las2txt.exe (R) for the reverse
  • lasview.exe (R) for viewing LAS files and lasinfo.exe (R) for listing their contents
  • las2las.exe (R) for extracting points and modifying LAS files
  • C++ classes LASreader and LASwriter for reading writing of LAS
  • example data:
  • LP360_Sample_Data.rar
  • OptechSampleLAS.zip
  • LeicaSampleLAS1.zip
  • LeicaSampleLAS2.zip
  • Serpent_Mound_LAS_Data.las
  • gilmer county
  • Streaming Delaunay is I/O-efficient software (including source code) for computing Delaunay triangulations of large uniform distributed point sets in 2D and 3D.
  • first you need to use spfinalize.exe to finalize your points spatially
  • then spdelaunay2d.exe for 2D (see README_2D.TXT)
  • or spdelaunay3d.exe for 3D (see README_3D.TXT)
  • visualize point clouds and the Delaunay triangulation process with sp_viewer.exe
  • look at resulting tri meshes sm_viewer.exe or tet meshes sv_viewer.exe
  • Streaming Compression software for tetrahedral meshes
  • the API including all source code sv_api.zip
  • Streaming Compression software for triangle meshes
  • the API including all source code smc_api.zip
  • An API for reading and writing Streaming Mesh Formats in ASCII, binary, or compressed form.
  • the API including all source code sm_api.zip
  • related APIs for streaming lines sl_api.zip and streaming points sp_api.zip
  • a tool sm2sm.exe for converting between formats
  • a simple viewer sm_viewer.exe and its GLUT32.DLL
  • a larger demo sm_demo.zip that includes more models
  • a concept and a conference paper
  • A simple C++ interface for Lossless Floating-Point Compression using prediction and entropy coding of the differences.
  • the source code: lcpfpg_src.zip
  • the conference and journal paper with details
  • and the slides for illustration
  • Out-of-Core Compression for Gigantic Polygon Meshes
  • the compression engine: oocc_api.zip a demo: oocc_demo.zip
  • source code of reader: psreader_dist.zip psreader_dist.tar.gz
  • example data:
  • lucy_compressed_16bit.ply
  • Compressing Hexahedral Volume Meshes
  • source code: chvm_src.zip demo + models: chvm_demo.zip slides: chvm.ppt
  • Face Fixer: Compressing Polygon Meshes with Properties
  • demo + models + source code: ff_demo.zip video: ff.ram slides: ff.ppt (+vids)
  • Triangle Strip Compression
  • demo + models + source code: tsc_demo.zip video: tsc.ram slides: tsc.ppt