I want to write a loop that will cause the output to be multiple buffer shapefiles.
For example, I want a circle buffer of 50ft, 100ft, 150ft, etc.
Can anyone help?
I'm new to this and am trying to figure it out myself.
I want to write a loop that will cause the output to be multiple buffer shapefiles. For example, I want a circle buffer of 50ft, 100ft, 150ft, etc. Can anyone help? I'm new to this and am trying to figure it out myself. |
|||||
|
The ArcGIS Resource Center has the following sample script demonstrating how to do multiple ring buffers using Python
Here's how to do it if you insist on having a for loop
|
|||||||||||||||||||||
|