laptop and a wrench

Bug

The Multiple Ring Buffer tool generates unexpected output when more than two distances are specified and the dissolve option is set to “ALL” (ArcView and ArcEditor license level only).

Last Published: August 25, 2014 ArcGIS for Desktop
Bug ID Number NIM068265
SubmittedMay 17, 2011
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found10.0
Version FixedArcGISruntime 1.0
StatusFixed

Workaround

Modifying the codeblock in line 157 of <a href="http://MultiRingBuffer.py" target="_blank">MultiRingBuffer.py</a> corrected the behavior. This was confirmed, but extensive testing was not done.Replace:codeblock = '''def pullDistance(distL, *fids):return min([i for i, j in zip(distL, fids) if j != -1])'''With:codeblock = '''def pullDistance(distL, *fids):return min([i for i, j in zip(distL, fids) if j == 1])'''

Steps to Reproduce

Bug ID: NIM068265

Software:

  • ArcGIS for Desktop

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options