<?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: Points Contain Attributes for Connected Lines in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334205#M11704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways to create points around other points at specified angles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/02/21/circling-the-point"&gt;https://community.esri.com/blogs/dan_patterson/2017/02/21/circling-the-point&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/190568-creating-location-points-in-multiple-polygons"&gt;https://community.esri.com/thread/190568-creating-location-points-in-multiple-polygons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As well as producing sectors, rings etc around points.&lt;/P&gt;&lt;P&gt;Maybe a visual of your scenario might provide a quick solution, assuming you have some coding experience&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2018 23:53:13 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-05-30T23:53:13Z</dc:date>
    <item>
      <title>Points Contain Attributes for Connected Lines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334204#M11703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A point layer feature class, representing sewer manholes, was incorrectly designed. &amp;nbsp;Each one has attributes for the pipes north, south, west, and east of it. &amp;nbsp;This is fine for a human looking at individual features, but is a nightmare to do analysis at scale. &amp;nbsp;I need to transfer these attributes to the actual pipes that are north, south, west, and east of each manhole. &amp;nbsp;Note that these terms might not mean the pipe is at exactly 0°, 90°, 180°, and 270° from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One idea I had was for each manhole to be the center of four 90° wedges, like a circle with an X through it. &amp;nbsp;The wedges would have all the attributes of the manhole. &amp;nbsp;A spatial join could help me transfer the attributes in the manhole layer to the pipe layer where they belong. &amp;nbsp;I can take it from there, and I do realize that each pipe can have multiple manholes connected to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how shall I proceed to make a wedge layer from points? &amp;nbsp;Sure I can buffer the points, but I don't know how to cut an X through those circles' centers. &amp;nbsp;Any ideas? &amp;nbsp;I'm semi-comfortable with Python and Model Builder if that's part of the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, GIS experts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 17:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334204#M11703</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-05-30T17:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Points Contain Attributes for Connected Lines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334205#M11704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways to create points around other points at specified angles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/02/21/circling-the-point"&gt;https://community.esri.com/blogs/dan_patterson/2017/02/21/circling-the-point&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/190568-creating-location-points-in-multiple-polygons"&gt;https://community.esri.com/thread/190568-creating-location-points-in-multiple-polygons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As well as producing sectors, rings etc around points.&lt;/P&gt;&lt;P&gt;Maybe a visual of your scenario might provide a quick solution, assuming you have some coding experience&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 23:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334205#M11704</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-30T23:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Points Contain Attributes for Connected Lines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334206#M11705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I knew that I had done some of this before.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="298" src="https://community.esri.com/legacyfs/online/410268_circle_pnts.png" width="381" /&gt;&lt;/P&gt;&lt;P&gt;This shows points at 45 degrees around existing points.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have PRO, you are in luck.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=f96ede37dcd04c2e96dc903a4ce26244"&gt;Point tools&lt;/A&gt; for pro&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 01:18:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334206#M11705</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-05-31T01:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Points Contain Attributes for Connected Lines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334207#M11706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, thank you for taking the time to read my post. &amp;nbsp;I am greatly impressed by your posts about points, and the submissions to Geonet and ArcGIS.com in general. &amp;nbsp;Your work with geometry looks really cool, crisp, and clean. &amp;nbsp;As I read those posts, though, I couldn't figure how they apply to my situation. &amp;nbsp;I think a sample graphic would be good to include. &amp;nbsp;I show here a screen shot from my manholes and sewer lines feature classes:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="A screen shot of sewer lines and labeled manholes in ArcMap" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/410438_ManholesAndSewerLines.PNG" /&gt;&lt;/P&gt;&lt;P&gt;Remember that each manhole has four attributes it doesn't really need...attributes which really belong to the sewerlines north, south, east, and west of each one. &amp;nbsp;It was created this way by a waste water professional who cleans the lines &lt;EM&gt;through&lt;/EM&gt; the manholes. &amp;nbsp;Here are some example attribute transfers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manhole #120 needs to transfer three of these attributes to the lines west, north, and east of it, even though the line north of it doesn't go &lt;STRONG&gt;directly&lt;/STRONG&gt; north. &amp;nbsp;The north attribute should &lt;STRONG&gt;not&lt;/STRONG&gt; be transferred to the line between #175 and #034 since it doesn't share a vertex with #120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The west, north, and east attributes of manhole #175 need to be transferred to the lines connected to it. &amp;nbsp;However, the north line immediately&amp;nbsp;bends west and should not get the west attribute. &amp;nbsp;The fact that the line starts out north is what makes it a north pipe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, manhole #035 has a line which is coming out of it to the southwest. &amp;nbsp;If there is a non-NULL value in the west attribute, that should be transferred to the line. &amp;nbsp;If there is a non-NULL value in the south attribute, that should be transferred to the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I need a script to solve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 17:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334207#M11706</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-06-01T17:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Points Contain Attributes for Connected Lines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334208#M11707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, I misread, I thought you needed to create the cardinal points.&amp;nbsp; I will rethink in light of the image&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 20:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334208#M11707</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-01T20:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Points Contain Attributes for Connected Lines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334209#M11708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With more thought, I think the best way to transfer this information is NOT to have the manholes give it to the lines, but for the lines to take the information from the manholes. &amp;nbsp;Using some geoprocessing, I have been able to find out which cardinal direction a line flows. &amp;nbsp;Therefore, if a line is categorized as "West" then I can infer that the manhole at the starting point is "east" of it, and I can take that manhole's "West" attribute and copy it to the line. &amp;nbsp;The manhole at the end point is "west" of it, and I can take that manhole's "East" attribute and copy it to the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="A map of sewer lines and manholes.  The sewer lines are symbolized according to the cardinal direction in which they flow (North, South, East, or West)" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/410579_SewerlineDirections.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 20:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334209#M11708</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-06-04T20:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Points Contain Attributes for Connected Lines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334210#M11709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to figure out using this helpful post which actually also talks about sewer lines and manholes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/message/286484?commentID=286484#comment-286484" title="https://community.esri.com/message/286484?commentID=286484#comment-286484"&gt;https://community.esri.com/message/286484?commentID=286484#comment-286484&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a completely connected network dataset where the lines know their slope. &amp;nbsp;Combine that with their length and width I should be able to do a lot of great analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 01:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334210#M11709</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-06-06T01:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Points Contain Attributes for Connected Lines</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334211#M11710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks good Roger, glad you worked it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 06:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/points-contain-attributes-for-connected-lines/m-p/334211#M11710</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-06T06:24:39Z</dc:date>
    </item>
  </channel>
</rss>

