<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiple Ring Buffer in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535522#M17765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the post is answered, could you mark it as such? This helps other users find useful content.&lt;/P&gt;&lt;P&gt;Thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2014 17:38:41 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2014-12-24T17:38:41Z</dc:date>
    <item>
      <title>Multiple Ring Buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535517#M17760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running the Multiple Ring Buffer tool on a points feature class. The resulting buffer layer attribute table does not include the field for "Field Name (optional)," which is supposed to be the field in the output feature class that stores the buffer distance used to create each buffer feature.&amp;nbsp; I need that field to feed into future steps in my analysis.&amp;nbsp; I've run the Multiple Ring Buffer tool many times before and not had this problem.&amp;nbsp; Is ArcGIS having an off day, or are others experiencing this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 22:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535517#M17760</guid>
      <dc:creator>GinaDarin</dc:creator>
      <dc:date>2014-12-22T22:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Ring Buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535518#M17761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of ArcGIS are you using? Just did a test on ArcGIS 10.2.2 and had no problems (called the output field "theDist".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 00:29:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535518#M17761</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-12-23T00:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Ring Buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535519#M17762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Xander.&amp;nbsp; I'm using version 10.2.2 and I asked a coworker with 10.0 to try this as well.&amp;nbsp; It's still not working for me with the field name "BUFF_DIST."&amp;nbsp; However, my coworker tried to run the tool with the field name "distance" and it worked, "BUFF_DIST" and it didn't work, and "BUFFDIST" and it worked.&amp;nbsp; Then he tried re-naming the field via properties to "BUFF_DIST" and it worked.&amp;nbsp; Therefore, my conclusion is that the Multiple Ring Buffer tool doesn't like an underscore in the field name.&amp;nbsp; Very frustrating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 01:59:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535519#M17762</guid>
      <dc:creator>GinaDarin</dc:creator>
      <dc:date>2014-12-23T01:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Ring Buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535520#M17763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gina, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS has no problems with underscores in the output field name. If you use DIST_BUFF instead of BUFF_DIST it simply works.BUFF_DIST is the default name assigned in the normal buffer tool&amp;nbsp; (not multi-ring).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//000800000019000000"&gt;Help of the normal Buffer tool&lt;/A&gt; states: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;The output feature class will have a field, BUFF_DIST, that contains the buffer distance used to buffer each feature, in the linear unit of the input features' coordinate system. If a field named BUFF_DIST exists in the input, it's values will be overwritten in the output.&lt;/EM&gt; &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The BUFF_DIST is sort of a system field in the buffer process (although it shouldn't be for the multi-ring tool). It get's even nicer if your input features have a field called "BUFF_DIST". This field will be removed from the output when doing a multi-ring buffer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess there is room for enhancement here... &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 03:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535520#M17763</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-12-23T03:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Ring Buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535521#M17764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Xander.&amp;nbsp; That makes sense, although using "BUFF_DIST" as a field name for the Mult-Ring Buffer Tool worked for me in my models for in 9.3.&amp;nbsp; I tested it on 10.0, and it did not work.&amp;nbsp; I will re-write my models to use a different field name to avoid this issue in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 17:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535521#M17764</guid>
      <dc:creator>GinaDarin</dc:creator>
      <dc:date>2014-12-24T17:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Ring Buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535522#M17765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the post is answered, could you mark it as such? This helps other users find useful content.&lt;/P&gt;&lt;P&gt;Thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 17:38:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multiple-ring-buffer/m-p/535522#M17765</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-12-24T17:38:41Z</dc:date>
    </item>
  </channel>
</rss>

