<?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 extracting values from raster by polyline in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470089#M26803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I have altitude data in a raster and want to extract the altitude at a specific line. Like the sample tool but with a line instead of points, how do I do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 07:03:10 GMT</pubDate>
    <dc:creator>AnnaHenriksson</dc:creator>
    <dc:date>2011-08-19T07:03:10Z</dc:date>
    <item>
      <title>extracting values from raster by polyline</title>
      <link>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470089#M26803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I have altitude data in a raster and want to extract the altitude at a specific line. Like the sample tool but with a line instead of points, how do I do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 07:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470089#M26803</guid>
      <dc:creator>AnnaHenriksson</dc:creator>
      <dc:date>2011-08-19T07:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: extracting values from raster by polyline</title>
      <link>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470090#M26804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not convert the line to a grid then use sample, it can take a raster as input&amp;nbsp; (make sure that you use the same cell size and extent as the input raster)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Sample/009z0000002v000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Sample/009z0000002v000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 09:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470090#M26804</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-08-19T09:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: extracting values from raster by polyline</title>
      <link>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470091#M26805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A similar process to Dan's would be to convert the polyline to points using the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003p000000.htm"&gt;Feature Vertices To Points&lt;/A&gt;&lt;SPAN&gt; tool.&amp;nbsp; There are a variety of options for determining which vertices to convert (ie: All, Mid, Ends).&amp;nbsp; Then proceed to use the sample tool with the points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 11:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470091#M26805</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2011-08-19T11:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: extracting values from raster by polyline</title>
      <link>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470092#M26806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000002n000000.htm"&gt;Extract by Mask&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; If you run Feature Vertices to Points you won't be extracting all the cells underneath the line, unless you densify the line in advance to the resolution of the raster you wish to extract from.&amp;nbsp; Extract by Mask requires no conversion in advance of the process and will save you time.&amp;nbsp; The output will be just the pixel values underneath the line.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is your desired output?&amp;nbsp; Points, Raster, Table...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 14:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470092#M26806</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-08-19T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: extracting values from raster by polyline</title>
      <link>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470093#M26807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This tool does not seem to work for a polyline. I am using ArcGIS 10.0 and the error message I got was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 010092: Invalid output extent.&lt;/P&gt;&lt;P&gt;Failed to execute (ExtractByMask).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't this tool only for mask areas? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 15:12:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/extracting-values-from-raster-by-polyline/m-p/470093#M26807</guid>
      <dc:creator>AlperElci</dc:creator>
      <dc:date>2016-01-14T15:12:46Z</dc:date>
    </item>
  </channel>
</rss>

