<?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: Start and Stop point numbers in a line shapefile in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594816#M1343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your lines are split at the fittings, and you have and Advanced license, you can use the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003p000000"&gt;Feature Vertices to Points&lt;/A&gt; tool. You can run the tool twice, once with the tool option "Point Type" as "Start" and once with "End". You will then have points that coincide or are very close to your existing points. Then use a spatial join to pull the attributes from the existing points to your newly created points. Then you can use an attribute join to join those back to your line (the Feature Vertices to Points tool retains the original FID so you can join it back).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you don't have an Advanced license, &lt;A href="http://www.xtoolspro.com/"&gt;XTools&lt;/A&gt; has a tool with that functionality, and there is a free 14 day trial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 19:56:31 GMT</pubDate>
    <dc:creator>SeanO_Brien</dc:creator>
    <dc:date>2014-11-04T19:56:31Z</dc:date>
    <item>
      <title>Start and Stop point numbers in a line shapefile</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594812#M1339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to populate my line shapefile attribute table with the start and stop point numbers from my point shapefile.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 00:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594812#M1339</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-11-04T00:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Start and Stop point numbers in a line shapefile</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594813#M1340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the Calculate Geometry option for calculating values for fields there is an option for calculating the start X and Start Y and end X and end y.&amp;nbsp; you can add 4 fields to your table, calculate values for them and if you want them to be points in arcmap, use the File, Add Data, Add XY data and add the start point coordinates or the end point coordinates to your file.&amp;nbsp; Alternately, if you have the appropriate license you can convert polylines to points and select the ones you wish to keep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 00:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594813#M1340</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-04T00:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Start and Stop point numbers in a line shapefile</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594814#M1341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;          Thank you for your reply.  However, I must be more specific.  I have a hydraulic model with pipes and fittings.  Both the line and the point shapefiles already exist. The fittings have numbers, F123, etc.  I need to populate the pipe attribute table with the start and stop fitting number from my fitting attribute table.  Any suggestions?  Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dean Hunt&lt;/P&gt;&lt;P&gt;Engineering Tech / GIS&lt;/P&gt;&lt;P&gt;Nevada Irrigation District&lt;/P&gt;&lt;P&gt;(530) 271-6854&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 15:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594814#M1341</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-11-04T15:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Start and Stop point numbers in a line shapefile</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594815#M1342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be either an attribute join or a spatial join depending upon your data setup, it is hard to tell without a picture.&amp;nbsp; An attribute join means that you have a common field that you can use in the join, a spatial join means that the join is based upon closest proximity of one feature layer's features to another.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594815#M1342</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-04T19:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Start and Stop point numbers in a line shapefile</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594816#M1343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your lines are split at the fittings, and you have and Advanced license, you can use the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003p000000"&gt;Feature Vertices to Points&lt;/A&gt; tool. You can run the tool twice, once with the tool option "Point Type" as "Start" and once with "End". You will then have points that coincide or are very close to your existing points. Then use a spatial join to pull the attributes from the existing points to your newly created points. Then you can use an attribute join to join those back to your line (the Feature Vertices to Points tool retains the original FID so you can join it back).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you don't have an Advanced license, &lt;A href="http://www.xtoolspro.com/"&gt;XTools&lt;/A&gt; has a tool with that functionality, and there is a free 14 day trial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594816#M1343</guid>
      <dc:creator>SeanO_Brien</dc:creator>
      <dc:date>2014-11-04T19:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Start and Stop point numbers in a line shapefile</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594817#M1344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, that got me going in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dean Hunt&lt;/P&gt;&lt;P&gt;Engineering Tech / GIS&lt;/P&gt;&lt;P&gt;Nevada Irrigation District&lt;/P&gt;&lt;P&gt;(530) 271-6854&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594817#M1344</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-11-05T21:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Start and Stop point numbers in a line shapefile</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594818#M1345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sean, that worked perfect. A bit labor intensive, but it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dean Hunt&lt;/P&gt;&lt;P&gt;Engineering Tech / GIS&lt;/P&gt;&lt;P&gt;Nevada Irrigation District&lt;/P&gt;&lt;P&gt;(530) 271-6854&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:19:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/start-and-stop-point-numbers-in-a-line-shapefile/m-p/594818#M1345</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-11-05T21:19:02Z</dc:date>
    </item>
  </channel>
</rss>

