<?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: Drive Direction Distance does not match Measure Tool in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177080#M1837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ESRI is now saying this works as designed because Shape_length does not include any spatial reference, so they have to use &lt;EM&gt;some&lt;/EM&gt; default projection. This makes sense, and the moral of the story is to always use Shape instead of Shape_Length for your distance attributes whenever you are needing the Drive Directions agent to convert distances between geodetic and planar values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2017 17:49:31 GMT</pubDate>
    <dc:creator>MichaelThompson</dc:creator>
    <dc:date>2017-11-08T17:49:31Z</dc:date>
    <item>
      <title>Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177068#M1825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to screenshot attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I calculated a route along the entire length of a street segment feature.&amp;nbsp; The Cost value is consistent with the data, but the Distance value is way off. The Drive Directions says the path distance is 1098 feet, but the Measure Tool says 815 feet - a deviation of about 35%.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Distance attribute of the ND is using Shape_Length which is in decimal degrees, but I have Feet specified as the Distance Display Units in the ND Directions Agent. It seems that the conversion from Decimal Degrees to Feet that the Directions Agent is using is not consistent with the conversion options in the Measure Tool, unless I've made a mistake somewhere. Any ideas? Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 19:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177068#M1825</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2017-11-06T19:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177069#M1826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the coordinate system of your data frame?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 20:06:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177069#M1826</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2017-11-06T20:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177070#M1827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set a projection for the dataframe and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better still project your data to a known coordinate system and put it in its own data frame.&amp;nbsp; If you do this, remember that meters rule for output projected coordinates, so if you have to work in feet, then you may wish to use an appropriate projection which has US feet as their base output unit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 20:09:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177070#M1827</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-06T20:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177071#M1828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Map data frame and the underlying ND data are both in WGS 1984. Thanks for looking!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 20:10:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177071#M1828</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2017-11-06T20:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177072#M1829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah in that case I concur with Dan - try setting a Project Coordinate System on your data frame and see if that makes the numbers match up better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 20:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177072#M1829</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2017-11-06T20:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177073#M1830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried setting the map data frame to NAD 1983 State Plane. The results are still inconsistent between the Drive Directions summary and the Measure tool. My bigger problem is that the application I have developed is using ArcGIS Engine Network Analyst extension and there isn't a Map Data Frame supplied&amp;nbsp;as an input to the Solver. I only went to ArcMap to verify what I was seeing in Engine. The Measure Tool is giving the correct "real world" distance - it's the Drive Directions Agent that is not converting properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 20:25:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177073#M1830</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2017-11-06T20:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177074#M1831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well the only other way I could see that happening is if you lived around latitude 39 N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 22:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177074#M1831</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-06T22:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177075#M1832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For anybody that is interested, it appears to be a bug in Network Analyst after speaking with ESRI. I noticed that when I defined&amp;nbsp;the length evaluator using the Shape_Length field (in decimal degrees), the drive directions distance value being displayed was wrong. But, if I used the Shape field instead, it was correct. Both fields are managed by the geodatabase, so the actual value in Shape_Length was accurate. But, when converting from geodesic to planar, Network Analyst is taking the Shape_Length value (which is just a double data type) and projecting it to Web Mercator. Using the Shape field instead seems to provide enough additional information (such as spatial reference) to allow Network Analyst to make the conversion from geodesic to planar correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 22:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177075#M1832</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2017-11-07T22:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177076#M1833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what latitude?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 22:57:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177076#M1833</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-07T22:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177077#M1834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;43N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 22:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177077#M1834</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2017-11-07T22:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177078#M1835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was close in my guess then...&amp;nbsp; My thought on that query related to the observation that your line was almost parallel to the lines of latitude and the spacing of lines of latitude decrease by cos(lat) &amp;nbsp; I took your 'correct' distance and found the latitude that produced your 'incorrect distance', coming up with about 39 degrees hence, it wasn't a geodesic conversion nor a straight unit conversion so cos(45) * 1098 ft = 803 ft .... off of yours by some 12 feet, but geodesics use meters and I didn't think that the US feet versus international feet would matter (maybe it does, but it should be consistent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 23:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177078#M1835</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-07T23:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177079#M1836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your guidance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 23:10:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177079#M1836</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2017-11-07T23:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Direction Distance does not match Measure Tool</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177080#M1837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ESRI is now saying this works as designed because Shape_length does not include any spatial reference, so they have to use &lt;EM&gt;some&lt;/EM&gt; default projection. This makes sense, and the moral of the story is to always use Shape instead of Shape_Length for your distance attributes whenever you are needing the Drive Directions agent to convert distances between geodetic and planar values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 17:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/drive-direction-distance-does-not-match-measure/m-p/177080#M1837</guid>
      <dc:creator>MichaelThompson</dc:creator>
      <dc:date>2017-11-08T17:49:31Z</dc:date>
    </item>
  </channel>
</rss>

