<?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: Can ARCGIS generate python code and if so how does it work? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/can-arcgis-generate-python-code-and-if-so-how-does/m-p/318182#M24711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I use the Model builder to create process models and export to a python script? I don't know what the first step will be. Any simple example of how to use the Model Builder for this purpose is greatly appreciated. Even a screenshot or a video recorder showing how to do it, will be great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 16:48:38 GMT</pubDate>
    <dc:creator>BarryBarrios</dc:creator>
    <dc:date>2013-08-22T16:48:38Z</dc:date>
    <item>
      <title>Can ARCGIS generate python code and if so how does it work?</title>
      <link>https://community.esri.com/t5/python-questions/can-arcgis-generate-python-code-and-if-so-how-does/m-p/318180#M24709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Like the "macro recorder" of Excel, can all your manual actions in ArcMap data view be instantly translated in Python commands? If so, how does it work. Honestly, I don't know where to start. I don't see a record button in none of the menu options. Someone told me it could be done.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 15:17:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-arcgis-generate-python-code-and-if-so-how-does/m-p/318180#M24709</guid>
      <dc:creator>BarryBarrios</dc:creator>
      <dc:date>2013-08-22T15:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can ARCGIS generate python code and if so how does it work?</title>
      <link>https://community.esri.com/t5/python-questions/can-arcgis-generate-python-code-and-if-so-how-does/m-p/318181#M24710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know that you can use the Model Builder to create process models and then export those to a Python script.&amp;nbsp; I am not aware of a feature that operates like the Macro Recorder offered in the MS Office applications however.&amp;nbsp; Using the model builder may be a good way to start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 15:36:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-arcgis-generate-python-code-and-if-so-how-does/m-p/318181#M24710</guid>
      <dc:creator>StephenBugge</dc:creator>
      <dc:date>2013-08-22T15:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can ARCGIS generate python code and if so how does it work?</title>
      <link>https://community.esri.com/t5/python-questions/can-arcgis-generate-python-code-and-if-so-how-does/m-p/318182#M24711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I use the Model builder to create process models and export to a python script? I don't know what the first step will be. Any simple example of how to use the Model Builder for this purpose is greatly appreciated. Even a screenshot or a video recorder showing how to do it, will be great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 16:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-arcgis-generate-python-code-and-if-so-how-does/m-p/318182#M24711</guid>
      <dc:creator>BarryBarrios</dc:creator>
      <dc:date>2013-08-22T16:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can ARCGIS generate python code and if so how does it work?</title>
      <link>https://community.esri.com/t5/python-questions/can-arcgis-generate-python-code-and-if-so-how-does/m-p/318183#M24712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Suppose I want to generate buffers around the bus stops in this city to show the areas affected by a new anti-smoking ordinance, I'm going to use the model builder to do this even though this is a basic operation you would probably just use the tool to do in normal circumstance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26892[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have Model Builder Open, you can drag tools from the tool box in to it to add them to your model&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26895[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DoubleClick on the Buffer Tool to open the tool dialog&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26896[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm doing a 25 foot buffer around the bus stop points&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally I am going to export to a Python Script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26897[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 17:22:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-arcgis-generate-python-code-and-if-so-how-does/m-p/318183#M24712</guid>
      <dc:creator>StephenBugge</dc:creator>
      <dc:date>2013-08-22T17:22:25Z</dc:date>
    </item>
  </channel>
</rss>

