<?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>idea Ability to Use COTS Parcel Tools in Model Builder or Python Script via ArcPy in ArcGIS Parcel Fabric Ideas</title>
    <link>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idi-p/1290259</link>
    <description>&lt;P&gt;Using a Pro Parcel Fabric, I am looking at automating some of my parcel workflows. It would be nice to be able to use some of the COTS Parcel tools in a model or script, specifically Duplicate Parcels, the COTS Merge tool, Activate Record of Selected feature, and Select Parcel Features.&lt;/P&gt;&lt;P&gt;This would be especially useful when creating features in a subdivision and the tax parcel boundaries are the same as the lots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3062"&gt;@AmirBar-Maor&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1207"&gt;@TimHodson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1163"&gt;@JasonCamerano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2023 18:18:16 GMT</pubDate>
    <dc:creator>RuthWorkman</dc:creator>
    <dc:date>2023-05-17T18:18:16Z</dc:date>
    <item>
      <title>Ability to Use COTS Parcel Tools in Model Builder or Python Script via ArcPy</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idi-p/1290259</link>
      <description>&lt;P&gt;Using a Pro Parcel Fabric, I am looking at automating some of my parcel workflows. It would be nice to be able to use some of the COTS Parcel tools in a model or script, specifically Duplicate Parcels, the COTS Merge tool, Activate Record of Selected feature, and Select Parcel Features.&lt;/P&gt;&lt;P&gt;This would be especially useful when creating features in a subdivision and the tax parcel boundaries are the same as the lots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3062"&gt;@AmirBar-Maor&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1207"&gt;@TimHodson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1163"&gt;@JasonCamerano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 18:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idi-p/1290259</guid>
      <dc:creator>RuthWorkman</dc:creator>
      <dc:date>2023-05-17T18:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to Use COTS Parcel Tools in Model Builder or Python Script via ArcPy</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1290271#M584</link>
      <description>&lt;P&gt;Hi Ruth,&lt;/P&gt;&lt;P&gt;While many Parcel Fabric operations can be performed with Geoprocessing tools by themselves or in a model, many cannot. However, if you are using a published feature service fabric, you have access to all parcel fabric functions either via REST or with the ArcGIS Python API.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#parcelfabricmanager" target="_blank"&gt;arcgis.features.managers module | ArcGIS API for Python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;All parcel fabric tools are available as functions in the Python API including Duplicate and Merge as you mentioned. We have some tutorials for getting started here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/part1-parcel-fabric-an-introduction/" target="_blank"&gt;Part 1 - Introduction to Parcel Fabric layers | ArcGIS API for Python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/part2-branch-versioning-with-parcel-fabrics/" target="_blank"&gt;Part 2 - Branch Versioning with Parcel Fabric | ArcGIS API for Python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/part3-create-a-parcel-record/" target="_blank"&gt;Part 3 - Create a New Parcel Record | ArcGIS API for Python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/part4-query-parcels/" target="_blank"&gt;Part 4 - Query Parcels | ArcGIS API for Python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/part5-merge-parcels/" target="_blank"&gt;Part 5 - Merge Parcels | ArcGIS API for Python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The set of tutorials includes working with branch versions and creating parcel records with the FeatureServer endpoint. Also, while the tutorials use Notebooks, the code can be used in standard Python scripts.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 18:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1290271#M584</guid>
      <dc:creator>KenGalliher1</dc:creator>
      <dc:date>2023-05-17T18:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to Use COTS Parcel Tools in Model Builder or Python Script via ArcPy</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1290285#M585</link>
      <description>&lt;P&gt;Thank you for responding &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/108851"&gt;@KenGalliher1&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;This is definitely something that will be useful and we are already looking into for when the data is in a feature service. However, much of our automation would be taking place in a file gdb and it would be nice if the capability was there in a file gdb if possible.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 18:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1290285#M585</guid>
      <dc:creator>RuthWorkman</dc:creator>
      <dc:date>2023-05-17T18:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to Use COTS Parcel Tools in Model Builder or Python Script via ArcPy - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1291519#M588</link>
      <description>&lt;P&gt;Until we make a decision about creating new geoprocessing tools and methods, and assuming this is an interactive workflow, you can potentially use a task (set some steps to automatic behavior).&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 09:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1291519#M588</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2023-05-22T09:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to Use COTS Parcel Tools in Model Builder or Python Script via ArcPy - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1318273#M622</link>
      <description />
      <pubDate>Mon, 14 Aug 2023 11:50:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1318273#M622</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2023-08-14T11:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to Use COTS Parcel Tools in Model Builder or Python Script via ArcPy</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1380268#M802</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/458338"&gt;@RuthWorkman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've added new geoprocessing (GP) tools in 3.2&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;GP Delete Parcels: 3.2&lt;/LI&gt;&lt;LI&gt;GP Create Parcel Seeds: 3.2&lt;/LI&gt;&lt;LI&gt;Activate record - can be done using a python script: 3.2&lt;/LI&gt;&lt;LI&gt;GP Export Parcel Record Features: 3.2&lt;/LI&gt;&lt;LI&gt;GP Select Parcel Features: 3.3&lt;/LI&gt;&lt;LI&gt;GP Duplicate Parcels: 3.3&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;As for the Merge tool, and any other tool exposed on the REST API, those can be accessed using the python arcgis library - see &lt;A href="https://developers.arcgis.com/python/guide/part1-parcel-fabric-an-introduction/#the-parcelfabricmanager-object" target="_self"&gt;documentation here.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So I am thinking of marking this as 'implemented' for 3.3 and asking you (and others) to submit any specific tools that make sense to implement.&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 13:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1380268#M802</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2024-02-09T13:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to Use COTS Parcel Tools in Model Builder or Python Script via ArcPy - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1394735#M833</link>
      <description>&lt;P&gt;Implemented in ArcGIS Pro 3.3&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 16:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-ideas/ability-to-use-cots-parcel-tools-in-model-builder/idc-p/1394735#M833</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2024-03-12T16:04:21Z</dc:date>
    </item>
  </channel>
</rss>

