<?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: Create parcel line list along pipeline in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/create-parcel-line-list-along-pipeline/m-p/38398#M1359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This seems to be working other than that the table that created has all zeros for the FMEAS and TMEAS and cant be sorted.&amp;nbsp; It is however selecting the right parcels based on the Route Identifier, it is just not populating the measurement fields.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2013 18:30:33 GMT</pubDate>
    <dc:creator>LouisEarly</dc:creator>
    <dc:date>2013-02-06T18:30:33Z</dc:date>
    <item>
      <title>Create parcel line list along pipeline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-parcel-line-list-along-pipeline/m-p/38396#M1357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to create a list of parcels that are intersected by a pipeline.&amp;nbsp; That list has to be ordered from the beginning of the line to the end.&amp;nbsp; I have hundreds of lines so automating this would be fantastic.&amp;nbsp; I can create the list of parcel owners with a select by location but putting them in order is where im stumped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to number polygons along a line from beginning to end?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 14:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-parcel-line-list-along-pipeline/m-p/38396#M1357</guid>
      <dc:creator>LouisEarly</dc:creator>
      <dc:date>2013-02-05T14:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create parcel line list along pipeline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-parcel-line-list-along-pipeline/m-p/38397#M1358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I need to create a list of parcels that are intersected by a pipeline.&amp;nbsp; That list has to be ordered from the beginning of the line to the end.&amp;nbsp; I have hundreds of lines so automating this would be fantastic.&amp;nbsp; I can create the list of parcel owners with a select by location but putting them in order is where im stumped.&lt;BR /&gt;&lt;BR /&gt;Is there a way to number polygons along a line from beginning to end?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the Create Routes tool in the Linear Referencing tool set to convert your pipelines to Routes.&amp;nbsp; I assume each pipeline has a unique ID that can function as the Route ID field.&amp;nbsp; Assign measure in a way that makes sense, probably that respects the direction of the line.&amp;nbsp; You can create 2 fields.&amp;nbsp; One will be 0 for the From Measure, the other will hold your To Measure and can be calculated to equal your line length.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use Locate Features along Route.&amp;nbsp; This will create a duplicate of your APN with three added fields, the pipe Route ID (your pipeline ID) and the From and To measure where the feature intersected the line.&amp;nbsp; Sort by Route ID and From measure (Ascending or Descending as you like) to list the APNs in the order that they fall along the road.&amp;nbsp; You also will have an event table that can map the linear overlap of the parcels on the line.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 22:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-parcel-line-list-along-pipeline/m-p/38397#M1358</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-02-05T22:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create parcel line list along pipeline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-parcel-line-list-along-pipeline/m-p/38398#M1359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This seems to be working other than that the table that created has all zeros for the FMEAS and TMEAS and cant be sorted.&amp;nbsp; It is however selecting the right parcels based on the Route Identifier, it is just not populating the measurement fields.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 18:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-parcel-line-list-along-pipeline/m-p/38398#M1359</guid>
      <dc:creator>LouisEarly</dc:creator>
      <dc:date>2013-02-06T18:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create parcel line list along pipeline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-parcel-line-list-along-pipeline/m-p/38399#M1360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This seems to be working other than that the table that created has all zeros for the FMEAS and TMEAS and cant be sorted.&amp;nbsp; It is however selecting the right parcels based on the Route Identifier, it is just not populating the measurement fields.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure to go to the Environmental Settings for Create Route and set the M Extent, Resolution and Tolerance to handle fractions.&amp;nbsp; Without Environmental overrides it tends to create measures in whole numbers, which means that fractions of a mile turn into 0.&amp;nbsp; Calculate M values for the Route To value into a field to verify they are not 0 with a Python Calculation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;!Shape.Lastpoint.M!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the fractional value is not a problem, then run Intersect and use the formula to extract M values from the intersected lines (they will transfer).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 19:31:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-parcel-line-list-along-pipeline/m-p/38399#M1360</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-02-06T19:31:37Z</dc:date>
    </item>
  </channel>
</rss>

