Description :
Designed and implemented an quadtree-based system for libLAS to efficiently sort and index massive streams of LIDAR data points in one pass without requiring the dataset be memory resident. The index can be stored embedded in the original LAS file as a set of VLR (variable Length Record) data types.
libLASIndex