4: Lidar data with Python
Due before 11:59pm on May 4
10 points
Create a public GitHub repository called
gisc606-lab4
in your GitHub account usinggithub/codespaces-jupyter
as a template repository: https://github.com/github/codespaces-jupyterOpen your repository in a GitHub Codespace
Create a Jupyter Notebook for and complete each of the following lessons from Earth Lab CU Boulder's Intermediate Earth Data Science textbook
Introduction to Light Detection and Ranging (Lidar) Remote Sensing Data:
intro_lidar.ipynb
Get to know Lidar (Light Detection and Ranging) Point Cloud Data:
point_cloud_data.ipynb
How lidar point clouds are converted to raster data formats:
lidar_conversion.ipynb
Compare Lidar With Human Measured Tree Heights:
intro_to_comparing.ipynb
Extract Raster Values at Point Locations in Python:
extract_values_at_point.ipynb
Compare Lidar to Measured Tree Height:
compare_lidar_to_measurements.ipynb
Use Regression Analysis to Explore Data Relationships & Bad Data:
regression.ipynb
Commit the changes to your repository
Once you are complete with all the lesson notebooks, navigate to Lab 4 assignment in Canvas
Input the url of your
gisc606-lab4
GitHub repository then click submitOptional: Lab 4 extra credit opportunity in Canvas (worth 5 additional points)
Last updated