<?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: elevation query in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/elevation-query/m-p/158905#M12159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The Raster to Point tool is the easiest way to convert a raster to point elevation.&amp;nbsp; The Extract Values to Points tool will extract values from an underlying elevation raster to an existing points feature class/shapefile.&lt;BR /&gt;&lt;BR /&gt;If you have 3D Analyst, you can use the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000006m000000"&gt;Interpolate Shape&lt;/A&gt; tool to convert your line to 3D based off of an elevation raster.&amp;nbsp; There is an option within this tool for the interpolation to use the input vertex locations.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to get the points, but how would be able to select only the points that on the end of lines or closest point? I need to code it in for a new tool, but trying to find the tools that already do it, and looking at how the code is and how it can be altered.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2012 21:41:17 GMT</pubDate>
    <dc:creator>MarcusHumphrey</dc:creator>
    <dc:date>2012-12-18T21:41:17Z</dc:date>
    <item>
      <title>elevation query</title>
      <link>https://community.esri.com/t5/python-questions/elevation-query/m-p/158903#M12157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's a few parts to this question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you get points of a DTM? I managed to get it working by doingrastor to multipoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did try extract value to point before and the DTM havd no features until I did rastor to multipoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a quicker way or easier way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also how can elevations be added to end points of lines?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:35:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/elevation-query/m-p/158903#M12157</guid>
      <dc:creator>MarcusHumphrey</dc:creator>
      <dc:date>2012-12-18T14:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: elevation query</title>
      <link>https://community.esri.com/t5/python-questions/elevation-query/m-p/158904#M12158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Raster to Point tool is the easiest way to convert a raster to point elevation.&amp;nbsp; The Extract Values to Points tool will extract values from an underlying elevation raster to an existing points feature class/shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have 3D Analyst, you can use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000006m000000"&gt;Interpolate Shape&lt;/A&gt;&lt;SPAN&gt; tool to convert your line to 3D based off of an elevation raster.&amp;nbsp; There is an option within this tool for the interpolation to use the input vertex locations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 16:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/elevation-query/m-p/158904#M12158</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-12-18T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: elevation query</title>
      <link>https://community.esri.com/t5/python-questions/elevation-query/m-p/158905#M12159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The Raster to Point tool is the easiest way to convert a raster to point elevation.&amp;nbsp; The Extract Values to Points tool will extract values from an underlying elevation raster to an existing points feature class/shapefile.&lt;BR /&gt;&lt;BR /&gt;If you have 3D Analyst, you can use the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000006m000000"&gt;Interpolate Shape&lt;/A&gt; tool to convert your line to 3D based off of an elevation raster.&amp;nbsp; There is an option within this tool for the interpolation to use the input vertex locations.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to get the points, but how would be able to select only the points that on the end of lines or closest point? I need to code it in for a new tool, but trying to find the tools that already do it, and looking at how the code is and how it can be altered.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 21:41:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/elevation-query/m-p/158905#M12159</guid>
      <dc:creator>MarcusHumphrey</dc:creator>
      <dc:date>2012-12-18T21:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: elevation query</title>
      <link>https://community.esri.com/t5/python-questions/elevation-query/m-p/158906#M12160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can extract the endpoints from lines using the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000003p000000"&gt;Feature Vertices to Points&lt;/A&gt;&lt;SPAN&gt; tool.&amp;nbsp; Choose the option BOTH_ENDS for the Point Type.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 09:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/elevation-query/m-p/158906#M12160</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-12-19T09:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: elevation query</title>
      <link>https://community.esri.com/t5/python-questions/elevation-query/m-p/158907#M12161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can extract the endpoints from lines using the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000003p000000"&gt;Feature Vertices to Points&lt;/A&gt; tool.&amp;nbsp; Choose the option BOTH_ENDS for the Point Type.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done that for something else created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How would I get the elevations of those specific points? There is only elevation on the DTM and got the points from that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 14:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/elevation-query/m-p/158907#M12161</guid>
      <dc:creator>MarcusHumphrey</dc:creator>
      <dc:date>2012-12-19T14:09:49Z</dc:date>
    </item>
  </channel>
</rss>

