I am a geospatial data scientist with a background in forestry and wildlife biology. I specialize in developing machine learning models to estimate forest attributes. Specifically, I work with three dimensional light detection and ranging (LiDAR) data to estimate forest aboveground biomass (AGB). This site contains a summary of my research, previous work, a resume.

Spinning Point Cloud

The fundamental unit used to develop forest structure models from LiDAR data is the sample plot. Associating LiDAR data with plot-level tree measurements allows us to build models to estimate forest biomass. This is what a forest sample plot looks like when represented with LiDAR data. My current work is focused on developing relationships between LiDAR data and forest structure using deep learning to estimate forest AGB more accurately across the landscape.




Octree depths


Another way of representing point cloud data is using an octree structure as shown above. This involves iteratively subdividing the point cloud into 8 octants which are either filled or empty. At an octree depth of 1, we have only 8 octants, representing a very coarse resolution that is useful. However, as we continue to subdivide to a depth of 6, we reach a resolution that is similar to the original point cloud. Processing LiDAR data in an octree format allows for more efficient anlysis, for example through the use of a Octree-CNN as demonstrated in Seely et a. (2023).