<?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: Extract Values to Points fails in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359536#M5044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It is as usual a bug in ArcGIS.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please log an incident with Esri support so it can be put on the fix list!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Sep 2013 12:11:26 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2013-09-25T12:11:26Z</dc:date>
    <item>
      <title>Extract Values to Points fails</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359531#M5039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to extract values by point shapefile from a hyperspectral raster (288 bands) in order to get the full spectrum for the points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think "Extract Values to Points" is the right tool but I always get the error message: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;ERROR 010303: Incorrect data types.&lt;BR /&gt;ERROR 010067: Error in executing grid expression.&lt;BR /&gt;Failed to execute (ExtractValuesToPoints).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, I used an Envi-File (.dat) then I tried a GeoTIFF as input but it's always the same... I have to mention, that it does not give me an error symbol during the specification of the files as it usually would if you choose a wrong data type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 05:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359531#M5039</guid>
      <dc:creator>KimKnauer</dc:creator>
      <dc:date>2012-04-20T05:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Values to Points fails</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359532#M5040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please make sure the below steps are followed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Check the attribute table of the point feature and make sure the field names have the correct naming convention for ArcGIS. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;amp;d=23087"&gt;http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;amp;d=23087&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. This tool will record the values by adding a new field named RASTERVALUE. This field cannot already exist in the attribute table of the input features. If it does, an error will occur. If you wish to keep the original information, before performing Extract Values to Points you can add a new field (for example, RASVAL1) to the attribute table, calculate the values to it, and then delete the original RASTERVALUE field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. When Extract Values to Points is used on a multiband raster, the RASTERVALU field will contain values from the last band of the input raster. To extract values from multiple rasters or a multiband raster dataset, use the Extract Multi Values To Points tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. When adding the attributes from the input raster, if the output point feature dataset is a shapefile, there can be no fields in the input raster with a name more than 10 characters in length. If there are, these fields must be renamed before running the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gayu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 21:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359532#M5040</guid>
      <dc:creator>GayathriAlallasundaram</dc:creator>
      <dc:date>2012-04-23T21:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Values to Points fails</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359533#M5041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. checked&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. checked&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. ok, then I would need the "Extract Multi Values To Points" tool anyway... is it new to ArcGIS 10, cause I cant see it using 9.3?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. As far as I know there are no attributes related to the raster, so there should be no fields with more characters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used a rather extensive workaround now including Envi ROIs but it would have been nice with just one tool...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 06:30:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359533#M5041</guid>
      <dc:creator>KimKnauer</dc:creator>
      <dc:date>2012-04-24T06:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Values to Points fails</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359534#M5042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"3. ok, then I would need the "Extract Multi Values To Points" tool anyway... is it new to ArcGIS 10, cause I cant see it using 9.3?!"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, the Extract Multi Values to Points tool is new in Version 10 and does not exist in 9.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gayu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 14:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359534#M5042</guid>
      <dc:creator>GayathriAlallasundaram</dc:creator>
      <dc:date>2012-04-24T14:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Values to Points fails</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359535#M5043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In ArcMap10.1 you can only save to the Default geodatabase, then it works.&amp;nbsp; It is as usual a bug in ArcGIS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:24:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359535#M5043</guid>
      <dc:creator>KarinStronkhorst</dc:creator>
      <dc:date>2013-09-23T09:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Values to Points fails</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359536#M5044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It is as usual a bug in ArcGIS.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please log an incident with Esri support so it can be put on the fix list!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 12:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-values-to-points-fails/m-p/359536#M5044</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-09-25T12:11:26Z</dc:date>
    </item>
  </channel>
</rss>

