<?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: Python Scripting for Buffer in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617888#M48194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have a feature class that has the low, medium and high values. I just have never really worked with python scripting and that is the next step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2020 19:40:24 GMT</pubDate>
    <dc:creator>GarrettMiller</dc:creator>
    <dc:date>2020-04-09T19:40:24Z</dc:date>
    <item>
      <title>Python Scripting for Buffer</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617886#M48192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a project for my GIS course and I want to be able to put a point on a map and have a specific value when input into the attribute table (High) generate a buffer of 2 miles around the point. I am working on a map that will be able to be used to track diseases and any house that has the value of a High level priority will have a buffered region of houses that need to be tested as well. I keep hearing that I need to make a python script and use&amp;nbsp; that as the way to make an automatic buffer appear around specified values but I have no idea how to use python to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 15:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617886#M48192</guid>
      <dc:creator>GarrettMiller</dc:creator>
      <dc:date>2020-04-09T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python Scripting for Buffer</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617887#M48193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a pretty ambitious task.&amp;nbsp; What if you start off by just creating point feature class, and calculate them as Low, Med, and High.&amp;nbsp; Then work up a python script that reads that value and creates a buffer based on that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out:&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-pro/uncategorized/beginners-guide-to-python-in-arcgis-pro-part-3-tutorial/" title="https://www.esri.com/arcgis-blog/products/arcgis-pro/uncategorized/beginners-guide-to-python-in-arcgis-pro-part-3-tutorial/"&gt;Beginner's guide to Python in ArcGIS Pro, Part 3: Tutorial&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 16:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617887#M48193</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-04-09T16:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python Scripting for Buffer</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617888#M48194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have a feature class that has the low, medium and high values. I just have never really worked with python scripting and that is the next step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 19:40:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617888#M48194</guid>
      <dc:creator>GarrettMiller</dc:creator>
      <dc:date>2020-04-09T19:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Python Scripting for Buffer</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617889#M48195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like you're half way there then.&amp;nbsp; The python half is the fun half: the toughest step is the first one. After that, it's just one foot after another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/uncategorized/beginners-guide-to-python-in-arcgis-pro-part-1-why/"&gt;Beginners Guide Part 1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/beginners-guide-to-python-in-arcgis-pro-part-2-how/"&gt;Beginners Guide Part 2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/beginners-guide-to-python-in-arcgis-pro-part-4-tutorial-cont/"&gt;Beginners Guide Part 4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This forum has a wealth of information as well as experience should you get hung up along the way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 20:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617889#M48195</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-04-09T20:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python Scripting for Buffer</title>
      <link>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617890#M48196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked at the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/multiple-ring-buffer.htm"&gt;Multiple Ring Buffer&lt;/A&gt; tool. It is actually a script tool that call the Buffer geoprocessing tool.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 20:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-scripting-for-buffer/m-p/617890#M48196</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2020-04-09T20:47:04Z</dc:date>
    </item>
  </channel>
</rss>

