<?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: Combination point and line data in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/combination-point-and-line-data/m-p/574988#M18969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is your pipe data one line or multiple lines one for each depth?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to break your pipe at the various depths.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can snap your point to the edge of the pipes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the Identity tool (if you have spatial analyst extension)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also do a join that shows you the distance to the nearest feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there a large number of depth values?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there only a few (like 20 or so) select all the depths for say 10 feet.&amp;nbsp; Then do a Select by location and select all the pipes within 5 feet or so.&amp;nbsp; Here is would be better if you did the bulk snap and snapped all your points to a pipe.&amp;nbsp; then you could do the spatial join like you did and create a new feature class with the depths attached. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have polyline data with line segments for a pipe network and point data for the depths of the pipes at certain (deviant) points. I want to combine these two datasets into a new dataset. Any suggestions on how I can do this efficiently? I tried spatial join where the points and lines intersect, but because only some of the points lie precisely on a line segment, I got very few results. Spatial join by point closest to the line doesn't work for me either, because not every line segment has a point. &lt;BR /&gt;&lt;BR /&gt;What I want is the depth attribute for each point to be added to the attribute table in the row of the closest line. How can I automate this?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2013 15:30:14 GMT</pubDate>
    <dc:creator>RobertBorchert</dc:creator>
    <dc:date>2013-11-12T15:30:14Z</dc:date>
    <item>
      <title>Combination point and line data</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combination-point-and-line-data/m-p/574987#M18968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have polyline data with line segments for a pipe network and point data for the depths of the pipes at certain (deviant) points. I want to combine these two datasets into a new dataset. Any suggestions on how I can do this efficiently? I tried spatial join where the points and lines intersect, but because only some of the points lie precisely on a line segment, I got very few results. Spatial join by point closest to the line doesn't work for me either, because not every line segment has a point. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want is the depth attribute for each point to be added to the attribute table in the row of the closest line. How can I automate this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 12:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combination-point-and-line-data/m-p/574987#M18968</guid>
      <dc:creator>ErinKennedy</dc:creator>
      <dc:date>2013-11-12T12:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combination point and line data</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combination-point-and-line-data/m-p/574988#M18969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is your pipe data one line or multiple lines one for each depth?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to break your pipe at the various depths.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can snap your point to the edge of the pipes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the Identity tool (if you have spatial analyst extension)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also do a join that shows you the distance to the nearest feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there a large number of depth values?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there only a few (like 20 or so) select all the depths for say 10 feet.&amp;nbsp; Then do a Select by location and select all the pipes within 5 feet or so.&amp;nbsp; Here is would be better if you did the bulk snap and snapped all your points to a pipe.&amp;nbsp; then you could do the spatial join like you did and create a new feature class with the depths attached. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have polyline data with line segments for a pipe network and point data for the depths of the pipes at certain (deviant) points. I want to combine these two datasets into a new dataset. Any suggestions on how I can do this efficiently? I tried spatial join where the points and lines intersect, but because only some of the points lie precisely on a line segment, I got very few results. Spatial join by point closest to the line doesn't work for me either, because not every line segment has a point. &lt;BR /&gt;&lt;BR /&gt;What I want is the depth attribute for each point to be added to the attribute table in the row of the closest line. How can I automate this?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 15:30:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combination-point-and-line-data/m-p/574988#M18969</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-11-12T15:30:14Z</dc:date>
    </item>
  </channel>
</rss>

