Skip to content

Instantly share code, notes, and snippets.

View figmulberry's full-sized avatar

The Fig-mulberry figmulberry

View GitHub Profile
@alexfriant
alexfriant / attribute_field_data_report.py
Last active September 24, 2019 16:54
Gives you a data report for the contents of an attribute table in arcgis shapefiles or geodatabase feature classes
#################################################################################
#
# Requirements: You'll need ArcGIS Desktop 10.1 or higher with Python 2.7+
#
# Give this script a shapefile or a feature class and it will give you a summary
# report for each field (column) in the attribute table. It helps you get a feel
# for how "complete" the attributes are populated during data assessment. It's
# useful if you need to compare two similar data sources too if you fiddle with
# the results in a spreadsheet program.
#