<?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: linear referencing return route from given measures in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/linear-referencing-return-route-from-given/m-p/240846#M3220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect this gentleman would have some ideas:&lt;A href="https://community.esri.com/migrated-users/4811"&gt;Richard Fairhurst&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/community/developers/gis-developers/python"&gt;https://community.esri.com/community/developers/gis-developers/python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2016 14:59:28 GMT</pubDate>
    <dc:creator>ChrisDonohue__GISP</dc:creator>
    <dc:date>2016-10-04T14:59:28Z</dc:date>
    <item>
      <title>linear referencing return route from given measures</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/linear-referencing-return-route-from-given/m-p/240845#M3219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Background&lt;/SPAN&gt;: I have thousands of measured 3-D polylines (have M and Z values) that all have differing lengths. I want to return the portions that start at Measure 0 and end at Measure 95%, but I don't see any tools that will work on the whole dataset or iteratively via arcpy. I want to say that AV 3.2/Avenue had a function called ALONG(startMeasure, endMeasure) that would do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help that you can provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 13:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/linear-referencing-return-route-from-given/m-p/240845#M3219</guid>
      <dc:creator>MikeWelch</dc:creator>
      <dc:date>2016-10-04T13:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: linear referencing return route from given measures</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/linear-referencing-return-route-from-given/m-p/240846#M3220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect this gentleman would have some ideas:&lt;A href="https://community.esri.com/migrated-users/4811"&gt;Richard Fairhurst&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/community/developers/gis-developers/python"&gt;https://community.esri.com/community/developers/gis-developers/python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 14:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/linear-referencing-return-route-from-given/m-p/240846#M3220</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-10-04T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: linear referencing return route from given measures</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/linear-referencing-return-route-from-given/m-p/240847#M3221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming your routes do not measure gaps and all start at measure 0 you can create an event table in a few minutes that would create the segments for you. &amp;nbsp;First calculate a FROM field with 0, a TO field with&amp;nbsp;(Python calculation) !Shape.LastPoint.M! to get the end measure and finally a TO_95_PCT field with !TO! * 0.95 to get the TO&amp;nbsp;measure of the Route at 95%. &amp;nbsp;Then export the Table View&amp;nbsp;of your routes to create an event table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now use the Make Route Event Layer tool with this event table with the FROM field as the FROM measure and the TO_95_PCT field as the TO measure of a line event to see every line segment you want and you will already know the&amp;nbsp;95% length values of every route in the table. &amp;nbsp;You can use this same event table to work with the last 5% of the line by using the&amp;nbsp;TO_95_PCT measure as the FROM field and the&amp;nbsp;TO measure field as the TO field for a line event layer. &amp;nbsp;If you export these events to create actual Polylines they will have the same geometry as your routes, so they should contain XYMZ coordinates (including the interpolated 95% measure and Z value).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 18:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/linear-referencing-return-route-from-given/m-p/240847#M3221</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2016-10-04T18:48:41Z</dc:date>
    </item>
  </channel>
</rss>

