GIS 4102 M1 Lab: Programming flowcharts
This was a nice intro lab. This is my first experience taking a programming course for credit, so it was very welcome that the first assignment eased us into the course with creating a flowchart. In the assigned readings, we discussed different Python shells, how to access Python in ArcGIS Pro and use it for deep features. We also wrote a small program to convert radians to degrees, and finally created a flowchart for that program from start to finish. I was able to use import math in lieu of defining pi manually, which was a useful tool to pick up.

Comments
Post a Comment