<?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 model builder arcgis pro - select, zoom, label parcels in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-arcgis-pro-select-zoom-label-parcels/m-p/451048#M19838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I'm new to model builder and python, but would like to know if it's possibly to customize a repeated workflow. I enter the parcel number, zoom to the selected parcel, create a layer or export it to a feature, outline it in bold 3 pt red and label it in white with the Assessor Number and the Acres. This is what I've got so far in model builder but I don't know how to make it zoom to the parcel and do the rest of the steps. Also, I need to be able to change the parcel number each time a new customer enters.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2019 22:51:53 GMT</pubDate>
    <dc:creator>RaeRife</dc:creator>
    <dc:date>2019-07-22T22:51:53Z</dc:date>
    <item>
      <title>model builder arcgis pro - select, zoom, label parcels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-arcgis-pro-select-zoom-label-parcels/m-p/451048#M19838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I'm new to model builder and python, but would like to know if it's possibly to customize a repeated workflow. I enter the parcel number, zoom to the selected parcel, create a layer or export it to a feature, outline it in bold 3 pt red and label it in white with the Assessor Number and the Acres. This is what I've got so far in model builder but I don't know how to make it zoom to the parcel and do the rest of the steps. Also, I need to be able to change the parcel number each time a new customer enters.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 22:51:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-arcgis-pro-select-zoom-label-parcels/m-p/451048#M19838</guid>
      <dc:creator>RaeRife</dc:creator>
      <dc:date>2019-07-22T22:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: model builder arcgis pro - select, zoom, label parcels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-arcgis-pro-select-zoom-label-parcels/m-p/451049#M19839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe take a look at:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/thread/8396"&gt;https://community.esri.com/thread/8396&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately&amp;nbsp;the code isn't Arcpy.mp; it's the older Arcpy.mapping stuff so you may have to update that but it's probably a good starting point &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2019 01:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-arcgis-pro-select-zoom-label-parcels/m-p/451049#M19839</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-07-23T01:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: model builder arcgis pro - select, zoom, label parcels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-arcgis-pro-select-zoom-label-parcels/m-p/451050#M19840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Adam. I don't even know how to script in Python, but I'm up for learning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rae&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2019 19:38:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-arcgis-pro-select-zoom-label-parcels/m-p/451050#M19840</guid>
      <dc:creator>RaeRife</dc:creator>
      <dc:date>2019-07-23T19:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: model builder arcgis pro - select, zoom, label parcels</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/model-builder-arcgis-pro-select-zoom-label-parcels/m-p/451051#M19841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing interactive steps as you described is not the purpose of ModelBuilder, which is for automating geoprocessing workflows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything you described could be encapsulated in a Task instead that gives more guidance to do each of the steps. This will not require any coding and provides an easy-to-use guide for creating reproducible&amp;nbsp; workflows.&lt;/P&gt;&lt;P&gt;Learn more about ArcGIS Pro Tasks:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/help/tasks/whatistask.htm"&gt;https://pro.arcgis.com/en/pro-app/help/tasks/whatistask.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And here's a great workshop from User Conference about Tasks:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=R4GEFwMIu-M"&gt;https://www.youtube.com/watch?v=R4GEFwMIu-M&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 18:22:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/model-builder-arcgis-pro-select-zoom-label-parcels/m-p/451051#M19841</guid>
      <dc:creator>DrewFlater</dc:creator>
      <dc:date>2019-07-24T18:22:32Z</dc:date>
    </item>
  </channel>
</rss>

