<?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 find the highest and lowest point of a polyline in Elevation Data Questions</title>
    <link>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881326#M204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you create your mask?&amp;nbsp; Did you use the feature ID when converting the polyline to raster?&amp;nbsp; You should then have a raster version of your polylines with unique ids and nodata between them.&amp;nbsp; The result should be a raster which you can use for the mask&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Oct 2019 09:14:05 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-10-17T09:14:05Z</dc:date>
    <item>
      <title>How to find the highest and lowest point of a polyline</title>
      <link>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881321#M199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fellas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line feature, also have a DEM, just want to extract the&amp;nbsp;highest and lowest points of this line. &lt;STRONG&gt;I will need to get the&amp;nbsp;coordinates of the&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;highest and lowest points of this line&lt;/STRONG&gt;, to compare with the existing&amp;nbsp;highest and lowest points&amp;nbsp;data. A&lt;/SPAN&gt;ny suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Please find the demo data as screenshot)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 12:51:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881321#M199</guid>
      <dc:creator>Liliaaaaaa</dc:creator>
      <dc:date>2019-10-16T12:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the highest and lowest point of a polyline</title>
      <link>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881322#M200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try extract by mask, using the polyline as the mask?&lt;/P&gt;&lt;P&gt;Make sure you set the extent and cell size to match those of the input raster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 14:01:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881322#M200</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-10-16T14:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the highest and lowest point of a polyline</title>
      <link>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881323#M201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lilia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can convert the polyline to points using the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm"&gt;Feature Vertices to Points&lt;/A&gt; tool.&amp;nbsp; Then, if you have the Spatial Analyst extension, you can execute the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/extract-values-to-points.htm"&gt;Extract Values to Points&lt;/A&gt;.&amp;nbsp; This will provide the elevation in a field called RASTERVALU in the new output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/462013_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 14:30:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881323#M201</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2019-10-16T14:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the highest and lowest point of a polyline</title>
      <link>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881324#M202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jake, I found the "Feature Vertices To Points" does not have the function to find the highest or lowest? (as below copied from this tool's online help)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALL —A point will be created at each input feature vertex. This is the default.&lt;BR /&gt;MID —A point will be created at the midpoint, not necessarily a vertex, of each input line or polygon boundary.&lt;BR /&gt;START —A point will be created at the start point (first vertex) of each input feature.&lt;BR /&gt;END —A point will be created at the end point (last vertex) of each input feature.&lt;BR /&gt;BOTH_ENDS —Two points will be created, one at the start point and another at the endpoint of each input feature.&lt;BR /&gt;DANGLE —A dangle point will be created for any start or end point of an input line, if that point is not connected to another line at any location along that line. This option does not apply to polygon input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I still have to export the attribute of the points and compare the Z values of each pipeline?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 03:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881324#M202</guid>
      <dc:creator>Liliaaaaaa</dc:creator>
      <dc:date>2019-10-17T03:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the highest and lowest point of a polyline</title>
      <link>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881325#M203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan, I have tried and it does work if I have small amount of lines. But this case I have lots of lines and I will need to find the highest and lowest points of each line. Any quicker ways to achieve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 03:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881325#M203</guid>
      <dc:creator>Liliaaaaaa</dc:creator>
      <dc:date>2019-10-17T03:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the highest and lowest point of a polyline</title>
      <link>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881326#M204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you create your mask?&amp;nbsp; Did you use the feature ID when converting the polyline to raster?&amp;nbsp; You should then have a raster version of your polylines with unique ids and nodata between them.&amp;nbsp; The result should be a raster which you can use for the mask&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 09:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881326#M204</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-10-17T09:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the highest and lowest point of a polyline</title>
      <link>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881327#M205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Choose the option ALL to export all of the polyline's vertices.&amp;nbsp; If you need to add more vertices to the line, you can run the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/editing/densify.htm"&gt;Densify &lt;/A&gt;tool.&amp;nbsp; Once you create the point vertices feature class you will need to run the Extract Values to Points tool.&amp;nbsp; This will create a new output with the DEM values in a field called RASTERVALU.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 19:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/elevation-data-questions/how-to-find-the-highest-and-lowest-point-of-a/m-p/881327#M205</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2019-10-17T19:31:54Z</dc:date>
    </item>
  </channel>
</rss>

