Select to view content in your preferred language

Add option to Buffer geoprocessing tool to exclude source features (donut?) - SOLVED

793
2
03-02-2025 04:31 PM
Status: Closed
Labels (1)
RTPL_AU
Deactivated User

Add an option to the buffer geoprocess to select to exclude the source features from the buffer.

We can achieve this already with a few other steps (or a model if you are going to do it more than once in a specific way). Erase is currently an Advanced inclusion.
It will just be more efficient to have this included in a tool to run as one task.

Example scenario: 
Create a 500m buffer around an environmental constraint.  
Currently the buffer tool result includes the enviro constraint footprint which needs to be 'cut out' before further work is done using the buffer.

 

Edit: See Dan's answer.

2 Comments
DanPatterson

Or

Multiple Ring Buffer (Analysis)—ArcGIS Pro | Documentation

- with only 1 distance in the  The list of buffer distances. to buffer and

- Outside Polygons Only, checked on

which doesn't require and advanced license

ValeriaChavez
Status changed to: Closed

Thank you @DanPatterson