I have a few shapefiles in one folder with different coordinate systems but would like to use one of them as a template dataset. Is there a way to use python to filter out the shapefiles already in the required projection in the same folder?
I have been looking at the ListFeatureClasses and somehow using a wildcard, but not sure if that’s the right way to go.