<?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 Union tool properties. Assignment a value in the field in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/union-tool-properties-assignment-a-value-in-the/m-p/308800#M10706</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;SPAN&gt;Please explain me somebody what are the principles of assignment a value to the features that are created after Union tool execution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The situation is next: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two layers with field "weight", the values are different but not "0". When I make Union with one of them and the third layer new feature is created. That feature has a value "0" in the field "weight". When I make Union with the other of them and the third layer new feature is created. That feature has a value "1,4415" (actually doesn't matter, but not "0"). It's a really problem for me to understand that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2012 11:52:59 GMT</pubDate>
    <dc:creator>ROMANFILOZOF</dc:creator>
    <dc:date>2012-06-09T11:52:59Z</dc:date>
    <item>
      <title>Union tool properties. Assignment a value in the field</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/union-tool-properties-assignment-a-value-in-the/m-p/308800#M10706</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;SPAN&gt;Please explain me somebody what are the principles of assignment a value to the features that are created after Union tool execution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The situation is next: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two layers with field "weight", the values are different but not "0". When I make Union with one of them and the third layer new feature is created. That feature has a value "0" in the field "weight". When I make Union with the other of them and the third layer new feature is created. That feature has a value "1,4415" (actually doesn't matter, but not "0"). It's a really problem for me to understand that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 11:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/union-tool-properties-assignment-a-value-in-the/m-p/308800#M10706</guid>
      <dc:creator>ROMANFILOZOF</dc:creator>
      <dc:date>2012-06-09T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Union tool properties. Assignment a value in the field</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/union-tool-properties-assignment-a-value-in-the/m-p/308801#M10707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is an example where I have two feature classes input_1 and input_2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Input_1 has 6 polygons - labelled with object IDs 1, 2, 3, 4, 5, 6 and colored yellow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Input_2 also has 6 polygons - labelled with object IDs 23, 24, 25, 26, 27, 28 and colored&amp;nbsp; green.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]15089[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Between them, 3 polygons from each of the inputs overlap (leaf green - 1, 3, 4 from Input_1 and 24, 27, 28 from Input_2). Thus the output will have 9 features as Input_1 OIDs 1, 3, 4 and Input_2 OIDs 24, 27, 28 are unioned into 3 features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each input has a field called Weight - these fields will be transferred to the output. In the output table, Input_1 (yellow) has no overlapping features (with OIDs 23, 25, 26) from Input_2 and thus has no corresponding attribute value for Weight field. As the Weight values are coming from Input_1, of the 9 output rows, these 3 rows will have 0 value (which means no value in this case).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Weight field carried over from Input_2 to the output will be named Weight_1 (although field label will be Weight) as there cannot be two fields with same name. Input_2 has no overlap with 2, 5, 6 of Input_1 and thus no corresponding feature in the output. Weight_1 values for these 3 rows will have a value of 0 as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2012 03:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/union-tool-properties-assignment-a-value-in-the/m-p/308801#M10707</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2012-06-10T03:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Union tool properties. Assignment a value in the field</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/union-tool-properties-assignment-a-value-in-the/m-p/308802#M10708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanx, I see the rule here and the logic is understandable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But my situation is different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. My Input_2 HAS NO field "Weight".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. So in output only one "Weight" field is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The places where the overlapping is keep the values of Input_1 (where is "Weight" field with values).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. The part of Input_2 that is not overlapped is the same layer but another feature and the value for this feature in "Weight" field is "0" with one Input_1 and not "0" with another Input_1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And that's a problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2012 10:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/union-tool-properties-assignment-a-value-in-the/m-p/308802#M10708</guid>
      <dc:creator>ROMANFILOZOF</dc:creator>
      <dc:date>2012-06-10T10:32:30Z</dc:date>
    </item>
  </channel>
</rss>

