Lab 08 – Machine Learning

Calculate statistics on segments Log into jupyter.gis.unbc.ca Open a new terminal mount gisfs install rasterstats with conda (conda install rasterstats) after a couple minutes accept the solution installing this packages changes gdal path update the system to correct for this (sudo apt update && sudo apt upgrade) Start a notebook Read more…

LAB 05 – RPAS Data

Agisoft Metashape Pro Software We are going to be using software specifically written to produce three dimensional modelscreated from overlapping photos taken from any type of imaging equipment. This is a Russiancompany called Agisoft called Metashape Pro. Over the years Scott has had several projects thatmake use of Metashape Pro Read more…

Lab 07 – Image Segmentation

For today’s lab, we will be looking at image segmentation using SciKit-Image, while there are other software platforms that we could use SciKit-Image is used as it offers a large selection of algorithms and provides a good framework for testing hyperparameters (hyperparameters are the variables used to control machine learning Read more…

Lab 04 – LiDAR

Introduction RStudio https://www.rstudio.com/ lidR https://github.com/r-lidar/lidR Open a las file Open RStudio then create a new Project Create a New Directory, and New Project. Name it Lab4 and save it in your GEOG457 Folder. Create a new script to put your work into (The page with the green + is the Read more…