<?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 Distance Between Trail Marker Issues? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35322#M1241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hope someone can help with this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interning for Grandfather Mountain State Park.&amp;nbsp; All of the park trails have been GPSed as polylines.&amp;nbsp; We just put up new trail markers along all of the trails and GPSed those as point data.&amp;nbsp; I am trying to find some way to measure the distance each trail marker is from the trail head.&amp;nbsp; They are using this data for 911 database purposes.&amp;nbsp; I am using ArcGIS 10.&amp;nbsp; Does anyone have any suggestions on how to do this without manually doing it with the measure tool?&amp;nbsp; Any help would be great!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dylan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2011 19:28:45 GMT</pubDate>
    <dc:creator>DylanPhilyaw</dc:creator>
    <dc:date>2011-06-08T19:28:45Z</dc:date>
    <item>
      <title>Distance Between Trail Marker Issues?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35322#M1241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hope someone can help with this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interning for Grandfather Mountain State Park.&amp;nbsp; All of the park trails have been GPSed as polylines.&amp;nbsp; We just put up new trail markers along all of the trails and GPSed those as point data.&amp;nbsp; I am trying to find some way to measure the distance each trail marker is from the trail head.&amp;nbsp; They are using this data for 911 database purposes.&amp;nbsp; I am using ArcGIS 10.&amp;nbsp; Does anyone have any suggestions on how to do this without manually doing it with the measure tool?&amp;nbsp; Any help would be great!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dylan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 19:28:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35322#M1241</guid>
      <dc:creator>DylanPhilyaw</dc:creator>
      <dc:date>2011-06-08T19:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Trail Marker Issues?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35323#M1242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can either use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Near/00080000001q000000/"&gt;Near &lt;/A&gt;&lt;SPAN&gt;or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000001n000000.htm"&gt;Generate Near Table&lt;/A&gt;&lt;SPAN&gt;, both of which require ArcInfo level licensing. If you don't have ArcInfo, it will be a little more difficult.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 20:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35323#M1242</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-06-08T20:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Trail Marker Issues?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35324#M1243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dylan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is a Linear Referencing Toolsapplication involving the "Locate Features Along Routes" tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First you need to set up your polyline FC with a field that identifies the individual trails consistently then run the Create Routes tool on them with the trail name field as the Route Identifier Field, Measure Source as Length and Coordinate Priority as the position of the trail head relative to the trails. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This creates a new feature class that is aware of its length, or "M" value, at any point. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you intersect that with the signpost GPS points using the Locate Features Along Routes tool. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again you will need to have an identifier field in your GPS point FC that shows the trail name with exactly the same syntax as in the Route Identifier field in your route FC. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One caution when using the tool: you may have to play with the "search radius" unless your signpost points are "snapped" to the polyline that form the routes. Or you could also set the precision of your FCs to a value like 5 m. This is because your GPS precision will not show the points as intersecting the polylines if you use the default 0.0001 m precision even if they were taken with a top of the line RTK unit rather than a Garmin Map 60 CSx or whatever.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also make sure nothing in the point or route file is left selected or you will get only a partial output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open the Output Event Table and look under the "MEAS" field for the distances of the GPS points along the trails. The output Event Table can be exported as a new FC that records the trail sign distances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 20:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35324#M1243</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2011-06-08T20:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Trail Marker Issues?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35325#M1244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dylan-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Somewhat off-topic but I am doing something similar in regards to conducting a trail survey to support accurate distances. I am limited to using commercial GPS units to survey my trails therefore perhaps compromising the accuracy of my collection. I am trying to collect true centerline data to maintain as much integrity in my resulting distance calculation. Therefore I exploit satellite orbits, survey in the winter (leaves off), set collection parameters to a small time interval and some post processing. Are these some of the steps you've taken? Are their any I missed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thom&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I hope someone can help with this.&lt;BR /&gt;&lt;BR /&gt;I am interning for Grandfather Mountain State Park.&amp;nbsp; All of the park trails have been GPSed as polylines.&amp;nbsp; We just put up new trail markers along all of the trails and GPSed those as point data.&amp;nbsp; I am trying to find some way to measure the distance each trail marker is from the trail head.&amp;nbsp; They are using this data for 911 database purposes.&amp;nbsp; I am using ArcGIS 10.&amp;nbsp; Does anyone have any suggestions on how to do this without manually doing it with the measure tool?&amp;nbsp; Any help would be great!&lt;BR /&gt;&lt;BR /&gt;Dylan&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 21:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35325#M1244</guid>
      <dc:creator>ThomKaye</dc:creator>
      <dc:date>2011-06-08T21:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Trail Marker Issues?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35326#M1245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That sounds like pretty much what I did except, I have had to take my points during the summer with leaves on.&amp;nbsp; What commercial GPS are you using?&amp;nbsp; If it is a newer Garmin there is a setting that allows you to use the Wide Area Augmentation System (WAAS).&amp;nbsp; This can provide more accurate results.&amp;nbsp; I also believe that other commercial GPS units have this feature available also.&amp;nbsp; Another thing that I did was use the "average function" when taking waypoints.&amp;nbsp; That helped me get my estimated accuracy down below 3 meters.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that this helped, if not just shoot another post and I will see if I did something similar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dylan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 11:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35326#M1245</guid>
      <dc:creator>DylanPhilyaw</dc:creator>
      <dc:date>2011-06-09T11:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Trail Marker Issues?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35327#M1246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Hardolph,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to do fieldwork first thing this morning but I will be in the office this afternoon and let you know how this works out. I do know that I was trying something similar yesterday but had no direction on how to do it. Thank you for the detailed answer that sounds like it should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dylan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Dylan,&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;this is a&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;Linear Referencing Tools&lt;/SPAN&gt;application involving the&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;"Locate Features Along Routes"&lt;/SPAN&gt; tool.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;First you need to set up your polyline FC with a field that identifies the individual trails consistently then run the&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;Create Routes &lt;/SPAN&gt;tool on them with the trail name field as the&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;Route Identifier Field&lt;/SPAN&gt;, Measure Source as Length and Coordinate Priority as the position of the trail head relative to the trails.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;This creates a new feature class that is aware of its length, or "M" value, at any point.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Now you intersect that with the signpost GPS points using the&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style:italic;"&gt;Locate Features Along Routes &lt;/SPAN&gt;tool.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Again you will need to have an identifier field in your GPS point FC that shows the trail name with exactly the same syntax as in the Route Identifier field in your route FC.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;One caution when using the tool: you may have to play with the "search radius" unless your signpost points are "snapped" to the polyline that form the routes. Or you could also set the precision of your FCs to a value like 5 m. This is because your GPS precision will not show the points as intersecting the polylines if you use the default 0.0001 m precision even if they were taken with a top of the line RTK unit rather than a Garmin Map 60 CSx or whatever.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Also make sure nothing in the point or route file is left selected or you will get only a partial output.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Open the&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;red&amp;quot;;"&gt;Output Event Table &lt;/SPAN&gt;and look under the "MEAS" field for the distances of the GPS points along the trails. The output Event Table can be exported as a new FC that records the trail sign distances.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Good luck,&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 11:32:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35327#M1246</guid>
      <dc:creator>DylanPhilyaw</dc:creator>
      <dc:date>2011-06-09T11:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Trail Marker Issues?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35328#M1247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked perfectly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dylan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 13:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35328#M1247</guid>
      <dc:creator>DylanPhilyaw</dc:creator>
      <dc:date>2011-06-09T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Trail Marker Issues?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35329#M1248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the input Dylan. I took the steps you outlined as well during my surveys. Hopefully it will yield the best possible results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One software program that I use to assist with the visibility of the satellites is Trimble's Planning software. It essentially helps with surveying during a given time span by telling you how many satellites will be visible. &lt;/SPAN&gt;&lt;A href="http://www.trimble.com/planningsoftware_ts.asp"&gt;http://www.trimble.com/planningsoftware_ts.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've attached a screen shot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't seem to find a post-processing application&amp;nbsp; for commercial units, although I am sure one exists. For professional units you can correlate your results to CORS stations to get the best possible accuracy using proprietary applications. I'll reach out to the ESRI mobile team to see if they have any ideas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That sounds like pretty much what I did except, I have had to take my points during the summer with leaves on.&amp;nbsp; What commercial GPS are you using?&amp;nbsp; If it is a newer Garmin there is a setting that allows you to use the Wide Area Augmentation System (WAAS).&amp;nbsp; This can provide more accurate results.&amp;nbsp; I also believe that other commercial GPS units have this feature available also.&amp;nbsp; Another thing that I did was use the "average function" when taking waypoints.&amp;nbsp; That helped me get my estimated accuracy down below 3 meters.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I hope that this helped, if not just shoot another post and I will see if I did something similar.&lt;BR /&gt;&lt;BR /&gt;Dylan&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 17:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-between-trail-marker-issues/m-p/35329#M1248</guid>
      <dc:creator>ThomKaye</dc:creator>
      <dc:date>2011-06-09T17:55:32Z</dc:date>
    </item>
  </channel>
</rss>

