<?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 Scripting &amp;quot;Extracting Values to Points&amp;quot; in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/scripting-quot-extracting-values-to-points-quot/m-p/385821#M5429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have rasters for weather variables created from different interpolation methods. The interpolation was done by excluding some points for validation. I plan to extract pixel values at weather stations and compare the performance of each method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dataset look like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Points:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;validationpoints_day1, validationpoints_day2, validationpoints_day3, validationpoints_day4, validationpoints_day5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rasters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Interpolation Method 1: method1_day1, method1_day2, method1_day3, method1_day4, method1_day5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interpolation&amp;nbsp; Method 2: method2_day1, method2_day2, method2_day3, method2_day4, method2_day5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interpolation Method 3: method3_day1, method3_day2, method3_day3, method3_day4, method3_day5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plan on using "Extract Multi Values to Points". How can I set automation using ArcPy? Any guidance is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2016 15:50:24 GMT</pubDate>
    <dc:creator>KundanDhakal</dc:creator>
    <dc:date>2016-05-17T15:50:24Z</dc:date>
    <item>
      <title>Scripting "Extracting Values to Points"</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/scripting-quot-extracting-values-to-points-quot/m-p/385821#M5429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have rasters for weather variables created from different interpolation methods. The interpolation was done by excluding some points for validation. I plan to extract pixel values at weather stations and compare the performance of each method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dataset look like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Points:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;validationpoints_day1, validationpoints_day2, validationpoints_day3, validationpoints_day4, validationpoints_day5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rasters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Interpolation Method 1: method1_day1, method1_day2, method1_day3, method1_day4, method1_day5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interpolation&amp;nbsp; Method 2: method2_day1, method2_day2, method2_day3, method2_day4, method2_day5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interpolation Method 3: method3_day1, method3_day2, method3_day3, method3_day4, method3_day5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plan on using "Extract Multi Values to Points". How can I set automation using ArcPy? Any guidance is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 15:50:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/scripting-quot-extracting-values-to-points-quot/m-p/385821#M5429</guid>
      <dc:creator>KundanDhakal</dc:creator>
      <dc:date>2016-05-17T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting "Extracting Values to Points"</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/scripting-quot-extracting-values-to-points-quot/m-p/385822#M5430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, there is the following options...&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/extract-values-to-points.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/extract-values-to-points.htm"&gt;Extract Values to Points—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/extract-multi-values-to-points.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/extract-multi-values-to-points.htm"&gt;Extract Multi Values to Points—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;There are script examples in the help and required data structures and inputs.&lt;/P&gt;&lt;P&gt;Which of the above tools meet the requirements of your desired output?&lt;/P&gt;&lt;P&gt;What do you have to do to get your data into the desired input structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like you have stuff to use and identified the tool(s) that may work, so you have seen the code samples, so I am not sure if you are looking for confirmation as to the approach or you are looking for someone to examine your code?&amp;nbsp; If the former...it could work...if the latter, you should attach what you have been working with and post any error messages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 20:17:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/scripting-quot-extracting-values-to-points-quot/m-p/385822#M5430</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-17T20:17:11Z</dc:date>
    </item>
  </channel>
</rss>

