<?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 000800 error when trying to create buffer areas from the command line in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/000800-error-when-trying-to-create-buffer-areas/m-p/188376#M14462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote a simple code to create a buffer for linear features. The script is meant to be run from the command line using arcpy and sys module. The script is this one:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/473846_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;When run I got a 000800 error, here the result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/473847_Capture2.PNG" /&gt;&lt;/P&gt;&lt;P&gt;I'm new to working with python and arcpy, any ideas what is wrong with my approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2019 08:56:47 GMT</pubDate>
    <dc:creator>AnaMojica</dc:creator>
    <dc:date>2019-11-19T08:56:47Z</dc:date>
    <item>
      <title>000800 error when trying to create buffer areas from the command line</title>
      <link>https://community.esri.com/t5/python-questions/000800-error-when-trying-to-create-buffer-areas/m-p/188376#M14462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote a simple code to create a buffer for linear features. The script is meant to be run from the command line using arcpy and sys module. The script is this one:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/473846_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;When run I got a 000800 error, here the result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/473847_Capture2.PNG" /&gt;&lt;/P&gt;&lt;P&gt;I'm new to working with python and arcpy, any ideas what is wrong with my approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 08:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/000800-error-when-trying-to-create-buffer-areas/m-p/188376#M14462</guid>
      <dc:creator>AnaMojica</dc:creator>
      <dc:date>2019-11-19T08:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: 000800 error when trying to create buffer areas from the command line</title>
      <link>https://community.esri.com/t5/python-questions/000800-error-when-trying-to-create-buffer-areas/m-p/188377#M14463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try putting your variables in quotes.&lt;/P&gt;&lt;P&gt;Code example from buffer help:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: blue;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;arcpy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;env&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;workspace&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #a31515;"&gt;"C:/data"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;Buffer_analysis&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a31515;"&gt;"roads"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #a31515;"&gt;"C:/output/majorrdsBuffered"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #a31515;"&gt;"100 Feet"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #a31515;"&gt;"FULL"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #a31515;"&gt;"ROUND"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #a31515;"&gt;"LIST"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #a31515;"&gt;"Distance"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;Jim&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:40:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/000800-error-when-trying-to-create-buffer-areas/m-p/188377#M14463</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2019-11-19T17:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: 000800 error when trying to create buffer areas from the command line</title>
      <link>https://community.esri.com/t5/python-questions/000800-error-when-trying-to-create-buffer-areas/m-p/188378#M14464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since your arguments are coming from command line arguments, it would be helpful to print and share them because we can't see what you are storing in the variables you are passing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 18:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/000800-error-when-trying-to-create-buffer-areas/m-p/188378#M14464</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-11-19T18:12:20Z</dc:date>
    </item>
  </channel>
</rss>

