<?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: FROM and TO information for line segment in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1154135#M52835</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-geometry-attributes.htm" target="_blank"&gt;Calculate Geometry Attributes (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;using &lt;SPAN&gt;LINE_START_X, ...Y etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This will return the line segment start and end coordinates.&amp;nbsp; If you want it for each segment within a polyline, then &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-line-at-vertices.htm" target="_blank"&gt;Split Line At Vertices (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or more simply, just use&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-vertices-to-points.htm" target="_blank"&gt;Feature Vertices To Points (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then use the Calculate geometry to get the coordinate values.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 01:33:06 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2022-03-16T01:33:06Z</dc:date>
    <item>
      <title>FROM and TO information for line segment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1154118#M52831</link>
      <description>&lt;P&gt;What is the best way to get FROM and TO information for each line segment. I need this for the roads network.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 00:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1154118#M52831</guid>
      <dc:creator>aam</dc:creator>
      <dc:date>2022-03-16T00:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: FROM and TO information for line segment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1154135#M52835</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-geometry-attributes.htm" target="_blank"&gt;Calculate Geometry Attributes (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;using &lt;SPAN&gt;LINE_START_X, ...Y etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This will return the line segment start and end coordinates.&amp;nbsp; If you want it for each segment within a polyline, then &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-line-at-vertices.htm" target="_blank"&gt;Split Line At Vertices (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or more simply, just use&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-vertices-to-points.htm" target="_blank"&gt;Feature Vertices To Points (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then use the Calculate geometry to get the coordinate values.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 01:33:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1154135#M52835</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-03-16T01:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: FROM and TO information for line segment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181256#M55972</link>
      <description>&lt;P&gt;is there a way to populate the To/From info with an intersecting road name? i.e. If Main St. starts at First Ave. and ends at Fifth Ave. I would like the &lt;STRONG&gt;From&lt;/STRONG&gt; value to be First Ave. and the &lt;STRONG&gt;To&lt;/STRONG&gt; value to be Fifth Ave.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 20:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181256#M55972</guid>
      <dc:creator>SarahHartholt</dc:creator>
      <dc:date>2022-06-08T20:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: FROM and TO information for line segment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181557#M56020</link>
      <description>&lt;P class=""&gt;A bit of a process but nevertheless it works.&lt;/P&gt;&lt;P class=""&gt;• Use Feature to Vertices twice – first to place a point for the START and then for the END. At this point you should have two separate feature classes.&lt;/P&gt;&lt;P class=""&gt;• Use INTERSECT to intersect each of the above two feature classes with the Roads feature class. You will have two new fcs (STARTS_INTERSECT and END_INTERSECT)&lt;/P&gt;&lt;P class=""&gt;• Add two new fields (FROM and TO) to the original Roads feature class.&lt;/P&gt;&lt;P class=""&gt;• Join the START_INTERSECT feature class with the original Roads feature class using the Road Names as a joining field. Next you want to compare the two (original and Joined) Road Name fields and select the records where the two fields are NOT DUPLICATE (You will have duplicate records because INTERSECT will generate two records where a line is split due to difference in Name). Once the non-duplicate records are selected you want to CALCULATE FIELD for FROM.&lt;/P&gt;&lt;P class=""&gt;• Repeat the same process for TO.&lt;/P&gt;&lt;P class=""&gt;• Roads that end at a dead end will have NULL values.&lt;/P&gt;&lt;P class=""&gt;• Do a QA/QC at the end to make sure your results make sense.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 18:00:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181557#M56020</guid>
      <dc:creator>aam</dc:creator>
      <dc:date>2022-06-09T18:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: FROM and TO information for line segment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181571#M56024</link>
      <description>&lt;P&gt;I'm looking for a way to automate the process since there are ~2000 lines in my road layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently trying to create an arcade expression that will select points from the START_INTERSECT layer, look at the&amp;nbsp; Road_Name attribute and return the Road_Name that does not match the Road_Name of the centreline. i.e. 2 points intersect with MARY AVENUE, I would like the FROM value to be WELLINGTON MAIN STREET.&lt;/P&gt;&lt;P&gt;I think I need to add the point feature class Road_Names to a list/array, compare each item in the array to the Road_Name of the line feature class and return the value that does not match. Not sure what the syntax for that looks like yet.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 18:34:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181571#M56024</guid>
      <dc:creator>SarahHartholt</dc:creator>
      <dc:date>2022-06-09T18:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: FROM and TO information for line segment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181594#M56028</link>
      <description>&lt;P&gt;I think I'm getting close here. I created a model to iterate through my road layer and perform the following calculation on the&amp;nbsp;&lt;STRONG&gt;From&lt;/STRONG&gt; field:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var fsRoadName = $feature.Road_Name;
var fsPointName = FeatureSetByName($datastore, "Start_Intersect",["Road_Name"],true);
var intersectLayer = Intersects(fsRoadName,fsPointName);
var Result = [];

//grab Road ID for the point
for (var i in intersectLayer){
var RoadName = i.Road_Name;
}
// evalulate if the road names are not the same
if (fsRoadName != RoadName){
Push(Result, RoadName);
return Result;}

else {

return null;}

  &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 19:30:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181594#M56028</guid>
      <dc:creator>SarahHartholt</dc:creator>
      <dc:date>2022-06-09T19:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: FROM and TO information for line segment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181867#M56090</link>
      <description>&lt;P&gt;Someone helped me solve the issue here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/can-arcade-be-used-to-populate-centreline-to-from/m-p/1181565/thread-id/56021#M56046" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-questions/can-arcade-be-used-to-populate-centreline-to-from/m-p/1181565/thread-id/56021#M56046&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 14:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/from-and-to-information-for-line-segment/m-p/1181867#M56090</guid>
      <dc:creator>SarahHartholt</dc:creator>
      <dc:date>2022-06-10T14:42:11Z</dc:date>
    </item>
  </channel>
</rss>

