<?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: Automating Workflow With Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528311#M41371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The trick is to try and do everything with tools in arctoolbox as much as possible.&lt;/P&gt;&lt;P&gt;Do the procedure once, then open the Results window and copy to a python snippet.&lt;/P&gt;&lt;P&gt;here is the remove join tool &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/remove-join.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/remove-join.htm"&gt;Remove Join—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 15:52:29 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-06-09T15:52:29Z</dc:date>
    <item>
      <title>Automating Workflow With Python</title>
      <link>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528310#M41370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to python scripting and want to script this workflow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Join a table with a polygon layer&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Export joined polygon layer as new layer&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remove join from original polygon layer&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customize a map layout that has two data frames - that changes depending on table joined at the beginning (includes a title, legend, and custom layer symbology). &lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Export as PDF&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have basic knowledge of python and have figured out the 1st and 2nd step but I am really confused how to remove the join from the beginning. Any scripting tips would really help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Paige &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 15:46:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528310#M41370</guid>
      <dc:creator>PaigeBrochu</dc:creator>
      <dc:date>2016-06-09T15:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Workflow With Python</title>
      <link>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528311#M41371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The trick is to try and do everything with tools in arctoolbox as much as possible.&lt;/P&gt;&lt;P&gt;Do the procedure once, then open the Results window and copy to a python snippet.&lt;/P&gt;&lt;P&gt;here is the remove join tool &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/remove-join.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/remove-join.htm"&gt;Remove Join—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 15:52:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528311#M41371</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-09T15:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Workflow With Python</title>
      <link>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528312#M41372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will also need to pre-create the elements you want in a map document(dataframes legend ect.) you can move the objects around but not create them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 00:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528312#M41372</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-06-10T00:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Workflow With Python</title>
      <link>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528313#M41373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I am really confused how to remove the join from the beginning.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is the Remove Join tool not working? The tricky part is to find the name of the join, which can vary by format.&lt;/P&gt;&lt;P&gt;arcpy.Describe(&amp;lt;join_table&amp;gt;).name usually gets&amp;nbsp; you what you need for the argument to Remove Join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 23:37:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528313#M41373</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-06-11T23:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Workflow With Python</title>
      <link>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528314#M41374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moved to &lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;​ to see if further responses might arise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 18:42:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528314#M41374</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-12T18:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Workflow With Python</title>
      <link>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528315#M41375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think one of the approach to make it easier to understand arcpy workflow is to build it in ModelBuilder first, then export the model into python script. That may give an idea of how the script can be structured. Overall it sounds like a data driven page problem. See &lt;A href="https://blogs.esri.com/esri/arcgis/2011/01/28/data-driven-pages/"&gt;this post&lt;/A&gt;. Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 12:52:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-workflow-with-python/m-p/528315#M41375</guid>
      <dc:creator>LeileiDuan1</dc:creator>
      <dc:date>2016-06-13T12:52:22Z</dc:date>
    </item>
  </channel>
</rss>

