<?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: Distance between two linear features? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604695#M20071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000001q000000.htm"&gt;Near &lt;/A&gt;&lt;SPAN&gt;tool (requires ArcInfo) will calculate the distance from each line feature to the nearest in the other line feature class. If the coastlines are made of many different line features, either dissolve all of the coastlines from each coastline together or simply the sort the output of Near to get the minimum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know of any built-in tool to calculate mean distance. It seems to me you'd have to use some sort of linear referencing (don't ask me how, though), or Python, to chop your coastlines at some regular interval, then use Near and Summary Statistics to find the distance from each segment to the nearest point on the other coastline.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2012 14:41:05 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2012-01-16T14:41:05Z</dc:date>
    <item>
      <title>Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604694#M20070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been searching and searching for a way to calculate the minimum and mean distance from one line feature to another line feature. I'm dealing with several decades worth of shorelines for each one of my four different sites for my thesis. Currently I have a script written that cycles through each of the sites and runs an analysis from one shoreline to every other shoreline at the same site then moves on to the next year at that site and does the same thing. Right now it begins at a distance of 0.05 meters and incrementally increases a buffer around the first line until the buffer encompasses a threshold percentage of the second shoreline. I understand that this is somewhat repetitive, but that is ok. I would rather include distances for both directions. So my question is: is there a clean way to calculate the minimum and/or average distance from one line feature to another line feature? If so, how might this work? It seems like a fairly straightforward concept to calculate a set of distance statistics from one line to another (yes, I would like direction to matter as it is important to me if A to B is not the same as B to A for some reason), but I cannot seem to find how to implement this. Any help here would be much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Phil&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michigan State University&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Department of Geography&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MS Graduate Student&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 03:01:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604694#M20070</guid>
      <dc:creator>PhillipeWernette1</dc:creator>
      <dc:date>2012-01-16T03:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604695#M20071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000001q000000.htm"&gt;Near &lt;/A&gt;&lt;SPAN&gt;tool (requires ArcInfo) will calculate the distance from each line feature to the nearest in the other line feature class. If the coastlines are made of many different line features, either dissolve all of the coastlines from each coastline together or simply the sort the output of Near to get the minimum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know of any built-in tool to calculate mean distance. It seems to me you'd have to use some sort of linear referencing (don't ask me how, though), or Python, to chop your coastlines at some regular interval, then use Near and Summary Statistics to find the distance from each segment to the nearest point on the other coastline.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 14:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604695#M20071</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2012-01-16T14:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604696#M20072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This might help give you some ideas: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/13832-Create-Composite-Line?p=45205&amp;amp;viewfull=1#post45205"&gt;http://forums.arcgis.com/threads/13832-Create-Composite-Line?p=45205&amp;amp;viewfull=1#post45205&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another way would be to use a raster approach - with really small cells. Something like EuclideanDistannce: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000001p000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000001p000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 16:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604696#M20072</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2012-01-16T16:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604697#M20073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To measure the "mean" distance between two lines could involve calculating distances from vertices of one line to the other line, and then take the average of the total. So, you can try the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. For line1, use Feature Vertices To Points tool (Data Management toolbox - Features toolset; ArcInfo license) with the ALL option to get all the vertices of line1; let's call it vertices1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use the Near tool to find the nearest distances from vertices1 to line2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Use the Summary Statistics tool to get the "mean" and "minimum" of the NEAR_DIST from the result of step 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can follow the similar steps to get the info for line2, if you want to compare the values in two directions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your line1 and line2 actually contain many connected lines, you can use Unsplie Line or Dissolve tool to "merge" connected lines into one line before the above processes; or you may need to use Case Field in step 3 to get the statistics for each line; have a look of tool help doc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 17:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604697#M20073</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-01-16T17:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604698#M20074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. That is exactly what I was looking for. This should help refine my analysis a ton. Thanks for the suggestions and help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Phil&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To measure the "mean" distance between two lines could involve calculating distances from vertices of one line to the other line, and then take the average of the total. So, you can try the following:&lt;BR /&gt;&lt;BR /&gt;1. For line1, use Feature Vertices To Points tool (Data Management toolbox - Features toolset; ArcInfo license) with the ALL option to get all the vertices of line1; let's call it vertices1&lt;BR /&gt;2. Use the Near tool to find the nearest distances from vertices1 to line2.&lt;BR /&gt;3. Use the Summary Statistics tool to get the "mean" and "minimum" of the NEAR_DIST from the result of step 2.&lt;BR /&gt;&lt;BR /&gt;You can follow the similar steps to get the info for line2, if you want to compare the values in two directions.&lt;BR /&gt;&lt;BR /&gt;If your line1 and line2 actually contain many connected lines, you can use Unsplie Line or Dissolve tool to "merge" connected lines into one line before the above processes; or you may need to use Case Field in step 3 to get the statistics for each line; have a look of tool help doc.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 01:56:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604698#M20074</guid>
      <dc:creator>PhillipeWernette1</dc:creator>
      <dc:date>2012-01-17T01:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604699#M20075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you are welcome. I am glad to be able to help.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Good luck to your analysis.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 15:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604699#M20075</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-01-17T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604700#M20076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Great method described above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to get the 90 degree distance between points and lines? Near outputs the angle and instead of giving me the distance to nearest line segment, I would like perpendicular distance to line segment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shawn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 18:28:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604700#M20076</guid>
      <dc:creator>ShawnLeroux</dc:creator>
      <dc:date>2012-02-07T18:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604701#M20077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Near tool adds a NEAR_DIST field and optionally the NEAR_X, NEAR_Y, NAER_ANGLE fields to your input. Each NEAR_DIST value in this field is the shortest (not necessarily perpendicular) distance from a point to a line. The perpendicular line from a point to a line may intersect the line but the extension of the line. Can you first confirm that you want the perpendicular distance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need the perpendicular distance from a point to a straight line, that woud be a different story. You would need to find the formular that represents the straight line using the coordinates of the line, and then calculate the perpendicular distance from the point (xy) to the line. Have a look of here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.intmath.com/plane-analytic-geometry/perpendicular-distance-point-line.php"&gt;http://www.intmath.com/plane-analytic-geometry/perpendicular-distance-point-line.php&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 20:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604701#M20077</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-02-07T20:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604702#M20078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am interesting in the perpendicular distance between a pt and a line and it seems that based on the link you sent (which makes intuitive sense!), the shortest distance between a pt and a line is necessarily perpendicular. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But you suggested that the shortest distance between a pt and a line is not necessarily perpendicular. Can you explain?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shawn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 13:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604702#M20078</guid>
      <dc:creator>ShawnLeroux</dc:creator>
      <dc:date>2012-02-08T13:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604703#M20079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the attached drawing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The shortest distance from the blue point to line A (found by Near tool) happens to be the same as the perpendicular distance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- But the shortest distance from the blue point to line B (found by Near tool) would be the green-dash line, which would NOT be the same as the perpendicular distance (red line) found on the extension (grey-dash part) of line B.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The NEAR_DIST values you get from the Near tool are the shortest distance from a point to a line, but not necessarily the perpendicular distance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps you understand and determine what distance you need for your analysis.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 15:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604703#M20079</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-02-08T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604704#M20080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Excellent illustration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I get it now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604704#M20080</guid>
      <dc:creator>ShawnLeroux</dc:creator>
      <dc:date>2012-02-09T20:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604705#M20081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are welcome. I am glad to help.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 21:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604705#M20081</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-02-09T21:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604706#M20082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a similar problem. I want to calculate the distance of point data from 2 lines. I use the near tool for one line and it calulates the distnace and adds it to the attribute table then I calculate it for second line and it overwrites the values in the attribute table. If I simulateously calculate proximity using near to both lines it calculate only distance to nearest line not both lines. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 11:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/604706#M20082</guid>
      <dc:creator>JulianMecklenburgh1</dc:creator>
      <dc:date>2018-12-10T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/1160823#M26260</link>
      <description>&lt;P&gt;A nice n easy, neat solution- thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 16:18:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/1160823#M26260</guid>
      <dc:creator>LucyGoodman</dc:creator>
      <dc:date>2022-04-04T16:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/1211476#M26463</link>
      <description>&lt;P&gt;Hey Dan!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if there are any tools that I can use to get the perpendicular distance? (Refer to image below, yellow points to black line distance). I'm using Arc 10.7.1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MShairah_0-1662952789077.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/50905i5747A701ADD87B01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MShairah_0-1662952789077.png" alt="MShairah_0-1662952789077.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 03:27:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/1211476#M26463</guid>
      <dc:creator>MShairah</dc:creator>
      <dc:date>2022-09-12T03:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Distance between two linear features?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/1299596#M26911</link>
      <description>&lt;P&gt;This has been great!&amp;nbsp; Thank you all (especially Dan) for the help.&amp;nbsp; Like at least one other person, I'm looking at shifting coastlines.&amp;nbsp; The Near tool distance is basically giving the absolute value of distance, ie there are no negative numbers irrespective of direction of change.&amp;nbsp; Visually, I see segments of positive shift and areas of negative shift.&amp;nbsp; Is there a way to specify the direction with a negative relative to the initial input instead of angle and the distance?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 10:50:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-two-linear-features/m-p/1299596#M26911</guid>
      <dc:creator>WalkerKB</dc:creator>
      <dc:date>2023-06-15T10:50:37Z</dc:date>
    </item>
  </channel>
</rss>

