Assignment#
Before starting this assignment, follow the instructions to install Python, activate the course environment, and launch JupyterLab.
conda activate rs
and
jupyter lab
In this assignment, I would like you to produce a training dataset for the Landsat image that you downloaded for Lab #4. Once you have produced the training dataset, answer the following questions.
Task 1 (10 points)#
a) List the features you decided to classify in your image?
b) Produce three bi-spectral plots that provide insight into the separability of your classes.
c) Compute M-statistics (i.e. for each band) for each pair of classes. Discuss which classes are likely to be easily discriminated and which classes may be more challenging to discriminate.
Important
Save your notebook to your local course folder and submit assignment (in .pdf format) to Canvas by the deadline.