I need some help with ArcGIS python script
My folder tree is like this:
/Testing location
C1 POIS.shp STREETS.shpC2etc, etc
I'm trying to make a script to run from arcgis that would go into each folder from the main directory and buffer the two shapefiles, output a specific file (Surrounding_Streets.shp for example) for each layer in each respective folder.
So within each folder I'd now have POIS.shp, POIS_SURROUNDING.shp, STREETS.shp, and STREETS_SURROUNDING.shp
أكثر...
My folder tree is like this:
/Testing location
C1 POIS.shp STREETS.shpC2etc, etc
I'm trying to make a script to run from arcgis that would go into each folder from the main directory and buffer the two shapefiles, output a specific file (Surrounding_Streets.shp for example) for each layer in each respective folder.
So within each folder I'd now have POIS.shp, POIS_SURROUNDING.shp, STREETS.shp, and STREETS_SURROUNDING.shp
أكثر...