<?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: Average Distance between two polyline feature classes in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/average-distance-between-two-polyline-feature/m-p/490492#M16384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Instead of getting all vertices, you can try the MID option for midpoints of the centerlines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use Generate Near Table tool, which allows you to specify a search distance and a maximum count. So if you specify 2, the tool will find the two closest features within the search distance for each midpoint. Hopefully each midpoint of the centerline will find two distances - one to each sidewalk. The sum of the two distances would be the width at the midpoint of a centerline.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 03:47:42 GMT</pubDate>
    <dc:creator>DanLee</dc:creator>
    <dc:date>2013-04-24T03:47:42Z</dc:date>
    <item>
      <title>Average Distance between two polyline feature classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/average-distance-between-two-polyline-feature/m-p/490489#M16381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have two polyline feature classes and I would like to determine how far away Polyline B is from Polyline A on average for each line in the file. Is there a tool that allows me to do this? I have already tried using the Near tool but this does not give me the output I am looking for because it outputs the minimum distance and if the two polyline feature classes intersect it gives me an output of 0. I am using 10.1 at the ArcInfo level. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 12:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/average-distance-between-two-polyline-feature/m-p/490489#M16381</guid>
      <dc:creator>MichaelGlassman2</dc:creator>
      <dc:date>2013-04-23T12:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Average Distance between two polyline feature classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/average-distance-between-two-polyline-feature/m-p/490490#M16382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Run Featuer Vertices To Points tool with the ALL option on line B to get all vertices of line B. The vertices carry the line ID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Run Near tool from the points to line A.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Run Summary Statistics tool on the points to get MEAN for NEAR_DIST using the line ID as Case Field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Run Join Field tool to transfer the MEAN_NEAR_DIST field to line B via the line ID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I might have left out some details; hope it just works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/average-distance-between-two-polyline-feature/m-p/490490#M16382</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-04-23T14:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Average Distance between two polyline feature classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/average-distance-between-two-polyline-feature/m-p/490491#M16383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I followed these procedures and I ran into a problem because I am working with many lines the distances created apply include point to line distances that should not be included. I tried using a maximum search radius and all of my points had an output NEAR_FID of "-1" and and output NEAR_Dist of "-1".&amp;nbsp; I am not sure what is causing that problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am trying to do is to add a width to a sidewalk centerline feature class. I am trying to find a way to determine the distance from each centerline to another feature class I have that is the sidewalks outline. I am hoping there is a tool that could do this to save me the time from using the Measure tool for each sidewalk individually. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 16:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/average-distance-between-two-polyline-feature/m-p/490491#M16383</guid>
      <dc:creator>MichaelGlassman2</dc:creator>
      <dc:date>2013-04-23T16:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Average Distance between two polyline feature classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/average-distance-between-two-polyline-feature/m-p/490492#M16384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Instead of getting all vertices, you can try the MID option for midpoints of the centerlines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use Generate Near Table tool, which allows you to specify a search distance and a maximum count. So if you specify 2, the tool will find the two closest features within the search distance for each midpoint. Hopefully each midpoint of the centerline will find two distances - one to each sidewalk. The sum of the two distances would be the width at the midpoint of a centerline.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 03:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/average-distance-between-two-polyline-feature/m-p/490492#M16384</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-04-24T03:47:42Z</dc:date>
    </item>
  </channel>
</rss>

