<?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: Intersect v/s Union in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738897#M1697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding &lt;A href="https://community.esri.com/migrated-users/4811"&gt;Richard Fairhurst&lt;/A&gt;&amp;nbsp; as he may have ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 16:13:31 GMT</pubDate>
    <dc:creator>ChrisDonohue__GISP</dc:creator>
    <dc:date>2015-12-14T16:13:31Z</dc:date>
    <item>
      <title>Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738886#M1686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to ArcGIS. I am trying to use Linear Referencing Tool: Overlay Route Events. I have two dbf files: One is a line file and another is a point file. I want to do an overlay of point file to line file and get the results as a UNION. But I get an error. However if I do INTERSECT it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is: Why an INTERSECT works but UNION does not work. If I want the results as UNION, is there a work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:51:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738886#M1686</guid>
      <dc:creator>YusufMohamedshah</dc:creator>
      <dc:date>2015-09-18T14:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738887#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Union does not work with a point or a line feature. It only works with polygon features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the goal of doing what you want to do? That might help us to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 14:54:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738887#M1687</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-09-18T14:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738888#M1688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to take a look at the Near command&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/near.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/near.htm"&gt;Near—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can add an XY coordinate of the closest point on the line feature.&amp;nbsp; If you intent is to have the point on the line (not sure that it is), you could create a script to move the location to the new coordinates, or create a new featureset using the new coordinates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 15:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738888#M1688</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-18T15:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738889#M1689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with highway data. I have two files: a roadway centerline file in which each segment is identified by RouteID, FromMeasure and ToMeasure. And a roadway signs file in which each sign is identified by RouteID and FromMeasure. My goal is to locate the signs on the roadway and produce an output file with all the roadway segments with signs info attached. Hence I wanted to do&amp;nbsp; UNION so that I can get all the roadway columns as well as Signs columns in the final file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 15:38:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738889#M1689</guid>
      <dc:creator>YusufMohamedshah</dc:creator>
      <dc:date>2015-09-18T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738890#M1690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a spatial join &lt;A href="http://help.arcgis.com/EN/arcgisdesktop/10.0/help/index.html#//00080000000q000000" title="http://help.arcgis.com/EN/arcgisdesktop/10.0/help/index.html#//00080000000q000000"&gt;ArcGIS Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 15:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738890#M1690</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-09-18T15:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738891#M1691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, files???&lt;/P&gt;&lt;P&gt;Is this spatial, well at least the roadway center lines?&lt;/P&gt;&lt;P&gt;If you have roadway centerlines as a feature class with measures (PolylineM), then you can join the signs table to it by creating route events. This problem has nothing to do with union or other geometry overlay operations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 15:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738891#M1691</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-09-18T15:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738892#M1692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The spatial join has option of using only one common column name between the two tables. I need following logic to get the output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If RouteID between the two files match and FromMeasure from Signs fall between FromMeasure and ToMeasure from Roadway then output. Also break the segment where the match takes place. So for example if a segment has two signs, the segment should be broken at the points where sign matches. So there will be three segments with same RouteID and updated FromMeasure and ToMeasure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 15:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738892#M1692</guid>
      <dc:creator>YusufMohamedshah</dc:creator>
      <dc:date>2015-09-18T15:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738893#M1693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neil for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to GIS world hence I am not using correct language. I have two dbf tables: Roadway which is line data in which each segment is identified by RouteID , FromMeasure and ToMeasure and a Signs table which is point data in which each sign is identified by RouteID and FromMeasure. My goal is to locate the signs on the roadway segments and produce an output file with all the roadway segments along with signs. Also whenever a sign matches the roadway segment it should be broken at that point by creating a new FromMeasure and ToMeasure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 15:57:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738893#M1693</guid>
      <dc:creator>YusufMohamedshah</dc:creator>
      <dc:date>2015-09-18T15:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738894#M1694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So your data are in the form as noted here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Fdesktop%2Flatest%2Fguide-books%2Flinear-referencing%2Fabout-overlaying-event-data.htm%23GUID-DF53F6FE-7E53-46D5-B2EC-06FED79ECC9F" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/desktop/latest/guide-books/linear-referencing/about-overlaying-event-data.htm#GUID-DF53F6FE-7E53-46D5-B2EC-06FED79ECC9F&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and you were doing this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Fdesktop%2Flatest%2Fguide-books%2Flinear-referencing%2Foverlaying-events-intersecting-or-unioning-events-.htm" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/desktop/latest/guide-books/linear-referencing/overlaying-events-intersecting-or-unioning-events-.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and from here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Fdesktop%2Flatest%2Ftools%2Flinear-ref-toolbox%2Foverlay-route-events.htm" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/desktop/latest/tools/linear-ref-toolbox/overlay-route-events.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;did you see this paragraph?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If either the input or overlay event properties are type POINT, the output event properties must be defined as type POINT when an INTERSECT overlay is performed. The output event properties must be defined as type LINE when a UNION overlay is performed.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;and what was the error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 15:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738894#M1694</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-18T15:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738895#M1695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following is the screen capture of the Overlay Route Events tool: When I execute it I get the error shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 16:07:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738895#M1695</guid>
      <dc:creator>YusufMohamedshah</dc:creator>
      <dc:date>2015-09-18T16:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738896#M1696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok...saw the screen shot (keep trying to attach it, it may be too large) you sent.&lt;/P&gt;&lt;P&gt;I don't see anything obvious, although I don't like the paths that you are obtaining your data from or saving it to, but if it has worked in those streams before, it rules those out.&amp;nbsp; The error is too generic, it could be there are some bad values in one or both of the tables and you may want to untoggle the zero length option.&amp;nbsp; If it works with other data sets, then it may lie in the data...you could try a subset for a small known area that you can examine and see if it works for the subset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 16:22:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738896#M1696</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-18T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738897#M1697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding &lt;A href="https://community.esri.com/migrated-users/4811"&gt;Richard Fairhurst&lt;/A&gt;&amp;nbsp; as he may have ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 16:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738897#M1697</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2015-12-14T16:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect v/s Union</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738898#M1698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The screen shot is consistent with what Dan pointed out, you cannot use Union when one of the event tables is a point event table.&amp;nbsp; Notice that the output event type setting is Line and that setting cannot be edited to change it to Point.&amp;nbsp; You can only create points when a point event table or feature class is used with any of the Intersect tools and points simply don't work with any of the Union tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workaround is to create two new fields to hold duplicates of the real measure fields of your line events. You should use the duplicate line measure fields for the inputs to the tool.&amp;nbsp; Do an Intersect with the points, not a Union.&amp;nbsp; Make sure the output measure field name is not the same as the original measure field names used by the line events.&amp;nbsp; The output will have a new measure field for the sign point location created by the tool, but it will also have the original measure fields.for the line.&amp;nbsp; Just use the two measure fields preserved from the line that were not inputs to the tool to create a line event layer.&amp;nbsp; The layer will contain line events with the original line data combined with the data of one of the signs it touched, and there will be overlapping lines that will match the full set of signs touched by each segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case what you really want is a single line event that has many columns of fields that combine the data for each and every sign along the segment into a single event, no tool does that.&amp;nbsp; A Pivot table could pivot one of the sign attributes into multiple columns from the output of the Intersect above, but it would not pivot multiple point attributes without a lot of effort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 16:57:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/intersect-v-s-union/m-p/738898#M1698</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-12-14T16:57:46Z</dc:date>
    </item>
  </channel>
</rss>

