Automation

Cutting down on repetitive tasks, mitigating human error, and ensuring data completeness was made possible through geoprocessing tools created with Python scripts using ArcPy and other libraries.

Addressing
Water
Data Quality
Webmaps

Feature Class Compare

This tool is useful for when a copy is made of the data and some edits were made of one copy that need to be compared to the original.

This script takes in two feature classes with the same schema and checks every row for differences or new rows. The output is a list of rows from both inputs in the form of CSV. The output will include the different or new rows from both inputs with a column that specifies the feature class name and the object ID.

Previous
Previous

Water

Next
Next

Webmaps