I have a shapefile of thousands of lines that I want to make each record in the attribute table its own unique shapefile and then buffer each and every one of those lines and also run Euclidean distance on the unique shapefiles.
I think I can do this using Model Builder and working with iterators but I can't seem to find out which iterators I should use.
In the image you can see the progress right now and the tools I want to use. I think the iterator is the correct one but I'm not sure.
Basically the formula is like this: Master shapefile -> Extract each record and make it its own shapefile(s) - > Create buffer on these new shapefile(s) - > Run Euclidean Distance (with Buffers as extent) on the new shapefile(s).
This is manageable to do on a few shapefiles but I thought using Model Builder would speed up this process a lot by using iterators, however I struggle to find how to do it. Any help appreciated!