<?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: How to export calibrated Route to table in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661884#M37545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At my operations, we have collectors that submit data in Lat/Long from GPS, phones and other devices.&amp;nbsp; I too use a linear route system,&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;&amp;nbsp;(suggestion has got me intrigued never thought about doing it that way).&amp;nbsp; But to get back to your question...I have a requirement that each lat/long must have a "Route" number associated to it.&amp;nbsp; With that, I had to develop a program that would:&amp;nbsp;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;filter my route system by the route number,&lt;/LI&gt;&lt;LI&gt;create a point for the lat/long,&lt;/LI&gt;&lt;LI&gt;then "SNAP"&amp;nbsp; the point to the linear referencing system&amp;nbsp; (Note due to filtering there would be only one line to snap too)&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;then read/calculate the "Measure."&amp;nbsp; (your case it would be Mileage)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; use ArcObject along with dot Net programming to accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I have never tried...but theoretically you could perform all the steps manually without any special licensing....I know arc-objects honors all licensing and this bit I use that follows the above steps uses only that that is found with a standard GIS license. (If the models would accept Linear Referencing techniques like returning the measure...this could be incorporated within a model).... but alas the modeling tools do not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2017 15:20:59 GMT</pubDate>
    <dc:creator>TedKowal</dc:creator>
    <dc:date>2017-10-19T15:20:59Z</dc:date>
    <item>
      <title>How to export calibrated Route to table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661881#M37542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got what I would imagine is a relatively unique challenge. I have a route layer that I've created and calibrated with a series of other layers. I can currently take any&amp;nbsp;GPS co-ordinate and convert it to a mileage. Now what I need to do is to take this route layer and export it so that others can see it in a table format (CSV, SQL, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case this sounds confusing, I'll try to explain it another way: I'm trying to take a route layer (where I can only see the mileage by using the "Identify Route Location" tool) and make it such that I can I have a table that looks like the attached&amp;nbsp;table below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would imagine that there should be a way to simply export the route in order to do this, but any method to achieve the table below should be fine. It is important to note that I need the mileage to increase at a steady rate (ideally 0.001 miles but there is some flexibility).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope what I'm asking for is clear, but if not please let me know below and I will attempt to clarify &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Zach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/380380_GPS_Mileage_table.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 15:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661881#M37542</guid>
      <dc:creator>ZachSchenk</dc:creator>
      <dc:date>2017-10-18T15:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to export calibrated Route to table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661882#M37543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;convert the points to a polyline&lt;/LI&gt;&lt;LI&gt;densify the polyline to your desired spacing,&lt;/LI&gt;&lt;LI&gt;convert the densified polyline to a point file&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;all assumes an appropriate license level to perform the first step&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:06:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661882#M37543</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-18T18:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to export calibrated Route to table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661883#M37544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice for if you can't convert your densified polyline to a point file? (I have a standard license, and I believe that tool requires an advanced license)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:18:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661883#M37544</guid>
      <dc:creator>ZachSchenk</dc:creator>
      <dc:date>2017-10-19T13:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to export calibrated Route to table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661884#M37545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At my operations, we have collectors that submit data in Lat/Long from GPS, phones and other devices.&amp;nbsp; I too use a linear route system,&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;&amp;nbsp;(suggestion has got me intrigued never thought about doing it that way).&amp;nbsp; But to get back to your question...I have a requirement that each lat/long must have a "Route" number associated to it.&amp;nbsp; With that, I had to develop a program that would:&amp;nbsp;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;filter my route system by the route number,&lt;/LI&gt;&lt;LI&gt;create a point for the lat/long,&lt;/LI&gt;&lt;LI&gt;then "SNAP"&amp;nbsp; the point to the linear referencing system&amp;nbsp; (Note due to filtering there would be only one line to snap too)&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;then read/calculate the "Measure."&amp;nbsp; (your case it would be Mileage)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; use ArcObject along with dot Net programming to accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I have never tried...but theoretically you could perform all the steps manually without any special licensing....I know arc-objects honors all licensing and this bit I use that follows the above steps uses only that that is found with a standard GIS license. (If the models would accept Linear Referencing techniques like returning the measure...this could be incorporated within a model).... but alas the modeling tools do not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 15:20:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661884#M37545</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2017-10-19T15:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to export calibrated Route to table</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661885#M37546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes... but it is a workaround that I have blogged about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/data-access/featureclasstonumpyarray.htm"&gt;&lt;STRONG&gt;FeatureClassToNumPyArray&lt;/STRONG&gt; &lt;/A&gt;&amp;nbsp; with the fields you want and the densified features exploded to points&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/data-access/numpyarraytofeatureclass.htm"&gt;&lt;STRONG&gt;Numpyarraytofeatureclass&lt;/STRONG&gt;&lt;/A&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to get it back to a point file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would have done all the work in Numpy in any event&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 20:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-export-calibrated-route-to-table/m-p/661885#M37546</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-19T20:32:08Z</dc:date>
    </item>
  </channel>
</rss>

