Evan Thoms

Results 152 comments of Evan Thoms

It worked for me after I changed ```if arcpy.Exists(badLabels):``` to ```if arcpy.Exists(blankPolys):``` , but I will try to clean some other parts up a bit before posting a new version....

Good point, there ought to be point versions of those feature classes. I wish there was an ala carte version of that tool where you could pick and choose and...

Could you post more of the messages? It would be good to see what else was being reported before the error. Screen grabs of the contents pane and the gdb...

What are the names and feature types of the feature classes in SeismicityMap? The line that is throwing the error is ```dsc = arcpy.Describe(fc)```. There is something about the feature...

The issue I am seeing is that Pro cannot open MicroSeismicity. It can't be added to a map and I can't browse the contents in ArcCatalog. Are you able to...

Could you send me a list of the field names in that polygon feature class? I just ran the tool with a made-up name that I thought would trigger the...

Sorry for the delay! The error suggests that there is no Type value to check. Are all rows in ContactsAndFaults filled in with a Type?