Module 7 - Rasters
Due to a shortened semester, we were asked to only choose one of the two (2) modules left. I did chose Module 6 even though it was harder than I anticipated. But I wanted to challenge myself and I also didn't leave out Module 7 to learn more tricks in Python. This module was quite helpful as we didn't tackle much about raster data which I commonly am now working a lot in my job. As I'm working with a project related to catchment/watershed mapping, doing this module gave me more additional insights on Spatial Analyst tools. When using the Spatial Analyst module in Spyder, it is important to add the if-else statement in your script to check if the user is able to access the extension. Same goes to the check-in and check-out lines which I totally forgot and I spent 10-15 minutes figuring out why my code wasn't running. It's only returning an error saying that I don't have access to the extension. Anyways, got it all figured out when I went back and checked the ...