Tagged Questions
0
votes
2answers
103 views
How do I construct a file path within Python for a Feature Class within a Feature Dataset?
Based on my understanding of the ArcGIS path structure, a feature class inside a feature dataset inside a geodatabase can be accessed by the following:
C:\Menu\Lunch.gdb\Sandwich\Cheese
Where ...
6
votes
3answers
1k views
How to delete feature class features faster (ArcPy)
I have written this script that recurses through all feature classes in a given set of feature datasets and deletes all their features. It appears to do the job but it runs pretty slowly. Is there ...

