Hi Brian.
Yes, I'm unfamiliar with GitHub. Can you explain how I would load these tools to arcmap? I've added the toolbox but there is some kind of error when I run the tool.
Executing: ShovelTest_Tool "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\ShovelTestBaseline" "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\ShovelTestArea" "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb" grid_poly grid_point 50 50
Start Time: Sun Aug 13 10:12:13 2017
Running script ShovelTest_Tool...
Parameter: baseline = C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\ShovelTestBaseline
Parameter: template = C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\ShovelTestArea
Parameter: output_workspace = C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb
Parameter: output_polygon_features = grid_poly
Parameter: output_point_features = grid_point
Parameter: grid_cell_width = 50
Parameter: grid_cell_height = 50
baseline origin: -8609652,4521015 end: -8609420,4521206
Delete failed on "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\grid_point". ERROR 000464: Cannot get exclusive schema lock. Either being edited or in use by another application.
Failed to execute (Delete).
Delete failed on "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\Features.gdb\grid_poly". ERROR 000464: Cannot get exclusive schema lock. Either being edited or in use by another application.
Failed to execute (Delete).
Grid size will be (4 x 7)
Traceback (most recent call last):
File "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\shoveltest-master\shoveltesttool.py", line 127, in execute
makegrid(baseline_fc, template_fc, workspace, output_poly, output_point, width, height)
File "C:\Users\ericv\Documents\ArcGIS\Web Maps\Mechanicsville, Virginia\shoveltest-master\shoveltest.py", line 153, in makegrid
cursor_pt.insertRow([p1, label])
RuntimeError: Cannot find field 'label'
Failed to execute (ShovelTest_Tool).
Failed at Sun Aug 13 10:12:13 2017 (Elapsed Time: 0.41 seconds)