<?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: End Point Attributes to Line in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474783#M15852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This also worked great for me. Thanks for sharing the solution! I also want to add that before I did the analysis, I built a geometric network first. I think that made the start/end points snap even better too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2019 20:24:43 GMT</pubDate>
    <dc:creator>DanielleLee</dc:creator>
    <dc:date>2019-04-11T20:24:43Z</dc:date>
    <item>
      <title>End Point Attributes to Line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474778#M15847</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've got the following problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two datasets: "sewer_lines" and "manholes". Each sewer_line needs a unique ID based on the two manholes that make up it's end points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The manholes dataset has the following attributes: manhole_id, manhole_elevation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sewer_line id needs to be in the following format: "upstream_manhole_id"-"downstream_manhole_id". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, for example, there is a sewer_line that lacks an ID. It has a manhole at one end point with an ID of 221 and an elevation of 65.5 and a manhole at the other endpoint with an ID of 367 and an elevation of 60.3. The ID for the sewer_line needs to be: 221-367.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've looked at a few different tools to try to automate the population of the sewer_line IDs, but am coming up empty handed. I've got about 15,000 sewer_lines that need these IDs. Can anyone offer any help/suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 15:49:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474778#M15847</guid>
      <dc:creator>SethStark1</dc:creator>
      <dc:date>2012-10-03T15:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: End Point Attributes to Line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474779#M15848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have an ArcInfo license, here is a workaround idea:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Run Feature Vertices To Points on the lines (sewers) with the START option. The output contains all the startpoints of the lines and the ORIG_FID field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Run Feature Vertices To Points on the lines with the END option. The output contains all the endpoints of the lines and the ORIG_FID field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Run Spatial Join on the startpoints to find which ones INTERSECT the manholes. Through the Field Map you can get the manholes attributes onto the startpoints.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; Run Spatial Join on the endpoints to find which ones INTERSECT the manholes. Through the Field Map you can get the manholes attributes onto the endpoints.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.&amp;nbsp; Run Join Field tool to join the lines with the startpoints via OBJECTID field (lines) and the ORIG_FID (startpoints) so that the manholes attributes can be transferred onto the lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6.&amp;nbsp; Run Join Field tool again to join the lines with the endpoints via OBJECTID field (lines) and the ORIG_FID (endpoints) so that the manholes attributes can be transferred onto the lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7.&amp;nbsp; Run Add Field tool to add a field to the lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8.&amp;nbsp; Run Calculate Field tool to combine the two start/end manholes ID field values as needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that gives you a lead. I may have missed some details.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 22:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474779#M15848</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-10-03T22:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: End Point Attributes to Line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474780#M15849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan, thank you very much! Your solution worked perfectly!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 20:19:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474780#M15849</guid>
      <dc:creator>SethStark1</dc:creator>
      <dc:date>2012-10-05T20:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: End Point Attributes to Line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474781#M15850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are welcome! I am happy to be able to help.&amp;nbsp; Good luck with your project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 20:40:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474781#M15850</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-10-05T20:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: End Point Attributes to Line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474782#M15851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, this helped me with a similar problem.&amp;nbsp; I didn't know about the Feature Vertices To Points tool and that it has a start point / end point option. Does the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 22:54:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474782#M15851</guid>
      <dc:creator>JasonHrubizna</dc:creator>
      <dc:date>2016-06-17T22:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: End Point Attributes to Line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474783#M15852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This also worked great for me. Thanks for sharing the solution! I also want to add that before I did the analysis, I built a geometric network first. I think that made the start/end points snap even better too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 20:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/end-point-attributes-to-line/m-p/474783#M15852</guid>
      <dc:creator>DanielleLee</dc:creator>
      <dc:date>2019-04-11T20:24:43Z</dc:date>
    </item>
  </channel>
</rss>

