Tagged Questions
3
votes
2answers
120 views
How to efficiently check for feature overlaps with Arcpy?
In an effort to reduce processing time, I am looking for ways to pre-process data within my script. I have ~18,000 featureclasses with ~500 features each (all simple circle polygons) from which I want ...
1
vote
3answers
160 views
Field Type Date invalid when run in Python, but not in Model
Using ArcGIS Desktop Advanced 10.1 and PyScripter
When running the arcpy.FeatureClassToFeatureClass_conversion, I get the error that the field type of Date is not valid. However, when running this ...
