Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.65 KB

README.md

File metadata and controls

68 lines (49 loc) · 1.65 KB

2021 Large Scale Data Engineering (LSDE)

Mehmet Ege Arkin, Ramon Bussing, Mario van Rooij

Project Relevance

Since climate change is currently one of the larger global challenges that humanity is facing, tools to monitor variables that contribute to climate change are therefore of uttermost importance. Since trees play a role in climate change, the goal of this project is to count the number of trees in the Netherlands based on the Actueel Hoogtebestand Nederland (AHN3) lidar point-cloud data set.

Visualisation

link to website

Installation

Please don't. Generally causes a lot of package errors. If you do want to, please follow instructions below:

On 2 separate machines/environments run:

conda install --revision 0 
&& conda install -c esri arcgis_learn=1.8.5

and

pip install laspy[lazrs,laszip]

Pipeline

Pipeline

We used PointCNN for classification, which is a generalization of a neural network, which can work on non-regularly spaced grids.

PointCNN