var fDesc=new Array(); fDesc[0] = "The GEON Points2Grid Utility is a lightweight tool for the generation of Digital Elevation Models (DEMs) from LiDAR point cloud data.

The utility was developed by a team of geoscientist and computer scientists at Arizona State University and University of California, San Diego under National Science Foundation funding to the GEON Project.

The Points2Grid Utility utilizes a local binning algorithm to offer rapid generation of DEMs from large volumes of LiDAR point return data."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }