Metadata-Version: 1.1
Name: terraref-laser3d
Version: 1.0.2
Summary: TERRA-REF laser 3D scanner science package
Home-page: https://github.com/terraref/laser3d
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: # laser3d science package
        
        This repository contains utilities for scientific operations on 3D laser scanner data.
        
        ### laser3d.py
        
        **generate_las_from_ply(inp, out, pco)**
        Convert a list of PLY input files into a single merged LAS output.
        
        **generate_tif_from_las(inp, out, mode='max')**
        Convert an LAS file to a raster, using mode as the pixel aggregation rule.
        
        **generate_slope_from_tif(inp, out)**
        Convert a DSM to a slope raster.
        
        ### Authors:
        
        * Maxwell Burnette, National Supercomputing Applications, Urbana, Il
        
Keywords: field crop,phenomics,computer vision,remote sensing
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: GIS
