I used a Split Layer By Attribute tool I found online to split a feature class into 90 different shapefiles. These were outputted to a folder with the name for each shapefile ending in a 5 digit unique ID relating to the attribute I split the feature class by. I have done the same thing to another feature class that I need to clip to the first mentioned set of shapefiles, based on the same 5 digit code tied to the end of the shapefile name. How can I batch clip these 90 shapefiles using Python based on the similar file name or similar attribute? Code examples would be much appreciated being that I am new to Python!
أكثر...
أكثر...