drivebc to pdf
produce a series of maps from scraped data with arcpy
This was the assigned final project for GIS 329, Principles of Programming. The assigned task required downloading data from DriveBC and converting into ArcGIS feature classes using ArcPy. I made use of Pandas to manipulate the scaped data before defining feature geometries. I also extended this project by adding script to export a set of layouts using arcpy.mp, based upon a pre-built layout.
While the map outputs are relatively unimpressive, the Python script shows good attention to writing clear, easily interpreted code, with appropriate use of comments and print statements.