Module 9- Working with Rasters

Last week we focused on vectors, this week we looked at working with rasters in Python.
This lab assignment required to write a script that does the following tasks: creates a raster output file that identifies areas with specific parameters (slope, aspect, and land cover type). The flowchart to the right displays simplified steps taken in the script.

Using two rasters, for landcover and elevation, the final raster highlights areas that suit the following criteria:
  1. Forest landcover consists of classifications 41, 42, and 43
  2. Slope falls between 5-20°
  3. Aspect ranges between 150-270°





Below is the script output:


and the final raster image:





Comments

Popular posts from this blog

Module 6- Proportional Bivariate

Module 4- Color Choropleth

GIS5100 Week10: Final Project