<?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 I need to find if connected pipes have a change in material.. how best to do this? in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/i-need-to-find-if-connected-pipes-have-a-change-in/m-p/495090#M1124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a task I have, I need to find if the material changes between pipes. I.e. if 2&amp;nbsp;segments have the same material, I don't flag them, but if the material between two segments changes, I flag them. I don't want to do this manually, but I'm not sure an automated method for doing this exists in ArcMap so I will may end up having to write a script. Before I do that, I wanted to see if anybody knows a simpler way of doing this. I'm sure I'm not the first to have faced this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/306044_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jan 2017 21:20:21 GMT</pubDate>
    <dc:creator>HannesZiegler2</dc:creator>
    <dc:date>2017-01-20T21:20:21Z</dc:date>
    <item>
      <title>I need to find if connected pipes have a change in material.. how best to do this?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/i-need-to-find-if-connected-pipes-have-a-change-in/m-p/495090#M1124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a task I have, I need to find if the material changes between pipes. I.e. if 2&amp;nbsp;segments have the same material, I don't flag them, but if the material between two segments changes, I flag them. I don't want to do this manually, but I'm not sure an automated method for doing this exists in ArcMap so I will may end up having to write a script. Before I do that, I wanted to see if anybody knows a simpler way of doing this. I'm sure I'm not the first to have faced this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/306044_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 21:20:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/i-need-to-find-if-connected-pipes-have-a-change-in/m-p/495090#M1124</guid>
      <dc:creator>HannesZiegler2</dc:creator>
      <dc:date>2017-01-20T21:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: I need to find if connected pipes have a change in material.. how best to do this?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/i-need-to-find-if-connected-pipes-have-a-change-in/m-p/495091#M1125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the data is in a line feature class and there is a field attributed by material type, one can run a &lt;STRONG&gt;&lt;EM&gt;Dissolve&lt;/EM&gt;&lt;/STRONG&gt; specifying the material type field as the &lt;EM&gt;dissolve field&lt;/EM&gt; to create a layer with lines with consistent material.&amp;nbsp; This dissolved feature class can then be symbolized by Material type to spot the changes.&amp;nbsp; Alternately, if one has an Advanced ArcGIS license level, one can run &lt;STRONG&gt;&lt;EM&gt;Feature Vertices to Points&lt;/EM&gt;&lt;/STRONG&gt; on the Dissolved feature class, specifying Both Ends , to create a point layer which can then be symbolized to show the change locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000005n000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000005n000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Dissolve (Data Managment)&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm"&gt;Feature Vertices To Points—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this assumes the data is coincident, i.e. pipe segment ends touch each other cleanly (no gap or overlap).&amp;nbsp; If the pipe segments are not coincident, you will need to employ &lt;EM&gt;Topology&lt;/EM&gt; and &lt;EM&gt;Editing&lt;/EM&gt; to make their ends coincident.&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>Fri, 20 Jan 2017 21:31:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/i-need-to-find-if-connected-pipes-have-a-change-in/m-p/495091#M1125</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-01-20T21:31:47Z</dc:date>
    </item>
  </channel>
</rss>

