<?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 &amp;amp;amp;amp; Updating Tables questions in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-amp-amp-amp-updating-tables/m-p/700045#M23202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am doing a bit of QC on a project and I want to automate as much of the process as possible in Model Builder.&amp;nbsp; Basically I am tasked with QC on a GME call isectpolyrst (&lt;/SPAN&gt;&lt;A href="http://www.spatialecology.com/gme/isectpolyrst.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.spatialecology.com/gme/isectpolyrst.htm&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my Model zooms into a polygon feature calculate the percentage(s) of areas each of the raster categories and adds that as a new field (PercentArea) to the raster map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The output from isectpoyrst just adds to the percentages as attributes to the polygon.&amp;nbsp; The Field Name(s) come from the categories so if you had three categories in your raster file (1,2,3) your polygon will now have three new categories with the percentages.&amp;nbsp; My categories would be a200V1, a200V2, and a200V3).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my question is this ...&amp;nbsp; How do I 'join' the two results ?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Raster Map Attributes&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;OBJECTIDValue Count PercentArea
1 7 5 0.002235
2 11 102 0.045597
3 12 1 0.000447
4 13 2051 0.916853
5 14 69 0.030845
6 15 9 0.004023
&lt;/PRE&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vector Map Attributes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;OBJECTIDa200V7 a200V11 a200V12 a200V13 a200V14 a200V15
17953 0.002235 0.045597 0.000447 0.916853 0.030845 0.004023

&lt;/PRE&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you can see that the Attribute Fields of the vector map is related to the Values of the raster map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I need to match these values up so I can do a simple difference by adding a new field to the raster map and then updating it with the appropriate vector map attributes.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Final Raster Map Attributes&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;OBJECTIDValue Count PercentArea VectorPercentArea
1 7 5 0.002235&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From Vector Map
2 11 102 0.045597
3 12 1 0.000447
4 13 2051 0.916853
5 14 69 0.030845
6 15 9 0.004023
&lt;/PRE&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on how to accomplish this in Model Builder ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 05:28:19 GMT</pubDate>
    <dc:creator>DonaldCatanzaro</dc:creator>
    <dc:date>2021-12-12T05:28:19Z</dc:date>
    <item>
      <title>Model Builder &amp;amp;amp; Updating Tables questions</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-amp-amp-amp-updating-tables/m-p/700045#M23202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am doing a bit of QC on a project and I want to automate as much of the process as possible in Model Builder.&amp;nbsp; Basically I am tasked with QC on a GME call isectpolyrst (&lt;/SPAN&gt;&lt;A href="http://www.spatialecology.com/gme/isectpolyrst.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.spatialecology.com/gme/isectpolyrst.htm&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my Model zooms into a polygon feature calculate the percentage(s) of areas each of the raster categories and adds that as a new field (PercentArea) to the raster map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The output from isectpoyrst just adds to the percentages as attributes to the polygon.&amp;nbsp; The Field Name(s) come from the categories so if you had three categories in your raster file (1,2,3) your polygon will now have three new categories with the percentages.&amp;nbsp; My categories would be a200V1, a200V2, and a200V3).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my question is this ...&amp;nbsp; How do I 'join' the two results ?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Raster Map Attributes&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;OBJECTIDValue Count PercentArea
1 7 5 0.002235
2 11 102 0.045597
3 12 1 0.000447
4 13 2051 0.916853
5 14 69 0.030845
6 15 9 0.004023
&lt;/PRE&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vector Map Attributes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;OBJECTIDa200V7 a200V11 a200V12 a200V13 a200V14 a200V15
17953 0.002235 0.045597 0.000447 0.916853 0.030845 0.004023

&lt;/PRE&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you can see that the Attribute Fields of the vector map is related to the Values of the raster map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I need to match these values up so I can do a simple difference by adding a new field to the raster map and then updating it with the appropriate vector map attributes.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]Final Raster Map Attributes&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;OBJECTIDValue Count PercentArea VectorPercentArea
1 7 5 0.002235&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From Vector Map
2 11 102 0.045597
3 12 1 0.000447
4 13 2051 0.916853
5 14 69 0.030845
6 15 9 0.004023
&lt;/PRE&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on how to accomplish this in Model Builder ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-amp-amp-amp-updating-tables/m-p/700045#M23202</guid>
      <dc:creator>DonaldCatanzaro</dc:creator>
      <dc:date>2021-12-12T05:28:19Z</dc:date>
    </item>
  </channel>
</rss>

