<?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: Error message for the buffer tool in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707390#M54824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The word 'buffer' is not a keyword in Python. See: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/4679-Buffer-error?p=21932&amp;amp;viewfull=1#post21932"&gt;http://forums.arcgis.com/threads/4679-Buffer-error?p=21932&amp;amp;viewfull=1#post21932&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 22:53:13 GMT</pubDate>
    <dc:creator>ChrisSnyder</dc:creator>
    <dc:date>2013-06-25T22:53:13Z</dc:date>
    <item>
      <title>Error message for the buffer tool</title>
      <link>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707385#M54819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having issues troubleshooting an error message while trying to set my buffer parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The intention is to create a selection criteria on an ArcGIS Map to generate areas that are 1000 feet around any major roads.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have already defined roads as a variable, and the following is the tool parameter that I'm trying to input, which sets the optional dissolve parameter to ALL , so that overlapping buffers are dissolved:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;buffer = arcpy.Buffer_analysis(roads, "in_memory/buffer", "1000 Feet", "", "", "ALL")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I keep getting an error message with the word &lt;/SPAN&gt;&lt;STRONG&gt;buffer &lt;/STRONG&gt;&lt;SPAN&gt;highlighted but I don't know what's wrong. Also, as I type the word buffer in the IDLE screen it turns purple. Does this mean it has some kind of internal definition or something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 20:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707385#M54819</guid>
      <dc:creator>ShikoNjuno</dc:creator>
      <dc:date>2013-06-25T20:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message for the buffer tool</title>
      <link>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707386#M54820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi folks&lt;BR /&gt;I'm having issues troubleshooting an error message while trying to set my buffer parameters.&lt;BR /&gt;&lt;BR /&gt;The intention is to create a selection criteria on an ArcGIS Map to generate areas that are 1000 feet around any major roads.&lt;BR /&gt;I have already defined roads as a variable, and the following is the tool parameter that I'm trying to input, which sets the optional dissolve parameter to ALL , so that overlapping buffers are dissolved:&lt;BR /&gt;&lt;BR /&gt;buffer = arcpy.Buffer_analysis(roads, "in_memory/buffer", "1000 Feet", "", "", "ALL")&lt;BR /&gt;&lt;BR /&gt;Now I keep getting an error message with the word &lt;STRONG&gt;buffer &lt;/STRONG&gt;highlighted but I don't know what's wrong. Also, as I type the word buffer in the IDLE screen it turns purple. Does this mean it has some kind of internal definition or something?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think buffer is a key word and you can't use it for layer names. Can you try "in_memory/buffer_roads" ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 20:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707386#M54820</guid>
      <dc:creator>DavidAllen</dc:creator>
      <dc:date>2013-06-25T20:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error message for the buffer tool</title>
      <link>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707387#M54821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You know I think I may have other issues going on because it doesn't matter what I name that variable...it still comes out highlighted as an error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could it be that for 10.1 version the syntax is different, in that I don't have to define a variable?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 21:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707387#M54821</guid>
      <dc:creator>ShikoNjuno</dc:creator>
      <dc:date>2013-06-25T21:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error message for the buffer tool</title>
      <link>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707388#M54822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try running the buffer tool without the dissolve "ALL" option:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;buffer = arcpy.Buffer_analysis(roads, "in_memory/buffer", "1000 Feet")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 21:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707388#M54822</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2013-06-25T21:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error message for the buffer tool</title>
      <link>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707389#M54823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did....and it still takes me back to that error point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also now calling the variable 'buffer_'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess I need to look at the entire script prior to this point to see if there's syntax that's throwing off the program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks guys&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 22:02:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707389#M54823</guid>
      <dc:creator>ShikoNjuno</dc:creator>
      <dc:date>2013-06-25T22:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error message for the buffer tool</title>
      <link>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707390#M54824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The word 'buffer' is not a keyword in Python. See: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/4679-Buffer-error?p=21932&amp;amp;viewfull=1#post21932"&gt;http://forums.arcgis.com/threads/4679-Buffer-error?p=21932&amp;amp;viewfull=1#post21932&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 22:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-message-for-the-buffer-tool/m-p/707390#M54824</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2013-06-25T22:53:13Z</dc:date>
    </item>
  </channel>
</rss>

