4: Lidar data with Python
Due before 11:59pm on May 4
10 points
Create a public GitHub repository called
gisc606-lab4in your GitHub account usinggithub/codespaces-jupyteras 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.ipynbGet to know Lidar (Light Detection and Ranging) Point Cloud Data:
point_cloud_data.ipynbHow lidar point clouds are converted to raster data formats:
lidar_conversion.ipynbCompare Lidar With Human Measured Tree Heights:
intro_to_comparing.ipynbExtract Raster Values at Point Locations in Python:
extract_values_at_point.ipynbCompare Lidar to Measured Tree Height:
compare_lidar_to_measurements.ipynbUse 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-lab4GitHub repository then click submitOptional: Lab 4 extra credit opportunity in Canvas (worth 5 additional points)
Last updated