GIS5103 - Module 3 - Debugging and Error Handling
For this week's module 3, we learned how to debug and handle errors when running scripts. 3 scripts were provided for us to fix. This module reinforce the ideas of running making small changes one line at a time for me. Indentation of codes were also important in script #3. Capitalization also matters a lot when writing into code, as not having the same capitalizations for variables could mean your script will not run. For script 1, I initially had problem with running it in IDLE. I still do not know why it didn't run in IDLE so I tried my script in ArcGIS and it worked perfectly. There was capitalization errors and variables name were not matching up. I suspect the error is due to me not booting up arcGIS beforehand to login with our UWF Account so the licensing error doesn't appear. ...