Skip to content

LiZhuang214/classifying_satellite_imagery_in_R

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classifying Satellite Imagery in R


Different materials reflect and absorb wavelengths differently. Remote sensing utilizes this phenomena to capture a picture of the Earth's surface by detecting how various forms of ground cover reflect solar radiation.

Raw satellite imagery, however, is not necessarily beneficial when performing various analyses. To get useful inputs about land cover in an area, we must transform the imagery. One way to do this is to classify the imagery into categories that we are interested in.

This tutorial introduces using rasters and classifying imagery in R. It is based on a similar tutorial from UC Davis. We will cover:

For this tutorial, we use Landsat 8 imagery from Calgary, which can be found on here. However, the process can be repeated with any Landsat 8 imagery downloaded from either Earth Explorer or other sites.

We perform supervised classification on the imagery employing a decision tree algorithm. Supervised classification is the process of training a predictive model on ‘ground-truthed’ land cover observations (pixels we know definitively are forest or farmland) and subjecting that model onto new data to predict the land cover class.

Here are the results.

Releases

No releases published

Packages

No packages published