Code Monkey home page Code Monkey logo

lidargc's Introduction

README

General

A set of programs to process LiDAR data stored as *.LAS files into new *.LAS files for digital elevation model, digital surface model, and digital canopy height model production.

Currently, the steps involve 1) creating an SQLite3 database with point data from *.LAS files using the createDB.py command and 2) running either or both the ground classifier and canopy surface classifier with the classify.py command. The shell script driver.sh can be used to run both steps.

Ground Point Classification

Data are processed with 10 m x 10 m kernels. The lowest last-return point in the 10 m x 10 m kernel is classified as a seed ground point. Remaining points are classified as ground points if they are < 5.5 degrees from the horizontal plane of the seed ground point and < 1.5 m distant in height. Only ground classified points are written to a file called ground.las.

Canopy Point Classification

Data are processed with 1 m x 1 m kernels. The highest first return point in a 1 m x 1 m kernel is classified as a top of the canopy point. Only top of canopy points are written to a file called canopy.las.

Dependencies

Non-standard Python libraries

numpy, laspy

SQLite3

http://www.sqlite.org/

Notes

Expect needing at least 20x the space taken up by the input LAS files for the database.

This program was tested on computer with x86-64 archtecture and 64 GB of RAM running Mac OS X. The hard drive is formated as Mac OS Extended.

Points from above the canopy (e.g. birds, clouds) are filtered by specifying a threshold for the maximum height from the ground. The distance from the ground is approximated by the lowest point in the 10 m x 10 m kernel containing the 1 m x 1 m kernel.

SQLite3 is installed on many operating systems by default.

References

[1] Asner GP, et al. (2014) Targeted carbon conservation at national scales with high-resolution monitoring. Proc Natl Acad Sci USA. 111(47):E5016โ€“E5022. http://dx.doi.org/10.1073/pnas.1419550111

lidargc's People

Contributors

jeffreywolf avatar

Stargazers

WhuLife avatar ShaoTianyi avatar  avatar Geoffrey Andrew Fricker avatar

Watchers

James Cloos avatar Geoffrey Andrew Fricker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.