GIS 5103 - Working with Rasters

 The final module for the GIS Programming course, module 6, focused on working with rasters as the title of this blog post suggests. This module taught students how to list and describe rasters, how to use raster object in geoprocessing, how to use map algebra in operators, and how to work with classes to define raster tool parameters. 

By this time in the course, as we are drawing to a close, I have definitely become more comfortable with Python. It is now easier for me to put newly learned functions and methods to use, to identify mistakes and to rectify issues that arise. As such, this week's assignment seemingly gave me very minimal issues in comparison to previous assignments. For the assignment we were tasked with utilizing two rasters, elevation and landcover, to create a final raster that meets certain criteria. The criteria included being a forested area, having a slope between 5 and 20 degrees, and having aspect between 150 and 270 degrees. The following images are the output raster that meets the aforementioned criteria, the result of my successfully run script and the workflow.  

The output raster.


The script results. 



The workflow.


I did have one significant issue this week. Initially, I was unable to get the final output raster to save. However, upon checking the script in conjunction with the error produced, I realized that I needed to adjust the output raster name. Once the name was corrected/fixed, the script successfully ran. 


Comments

Popular posts from this blog

GIS 5935 - Data Quality Assessment

GIS 5935 - Surfaces - TINs and DEMs

GIS 5100 - Who is Gabrielle Hudson?