<?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 Multi Values to Points in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467275#M6707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Appriciate the script !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will use it tommorow and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raki is waiting for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just let me know &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 16:56:30 GMT</pubDate>
    <dc:creator>DimitrisPoursanidis</dc:creator>
    <dc:date>2014-09-11T16:56:30Z</dc:date>
    <item>
      <title>Extract Multi Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467271#M6703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As in the title, is any way to have the&amp;nbsp; "&lt;STRONG&gt;Extract Multi Values to Points&lt;/STRONG&gt;" but for polygons in zonal statistics ?&lt;/P&gt;&lt;P&gt;In multiband raster to have zonal statistics for each band of the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 10:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467271#M6703</guid>
      <dc:creator>DimitrisPoursanidis</dc:creator>
      <dc:date>2014-09-02T10:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Multi Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467272#M6704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I don't know if I get this right... you want to execute zonal statistics and take as zone polygons in a feature class for every band in a multiband raster and then add the statistics of each band in a field in the polygons layer? this will probably make a result like Extract Multi Values to Point...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that there is any single tool to do that... but it can be done writing a script.&lt;/P&gt;&lt;P&gt;let me know if I get I understood correctly what you are trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467272#M6704</guid>
      <dc:creator>NtriankosIoannis</dc:creator>
      <dc:date>2014-09-03T08:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Multi Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467273#M6705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly what i need. The simple is to split the multiband to singlebands and run for each one the zonal, etc.&lt;/P&gt;&lt;P&gt;BUT, if i have MODIS data with 270 bands this is the hard way to do (only in loop will work).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any script for it ? Is easy to be written down ? Am little dummy in scripting .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 10:03:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467273#M6705</guid>
      <dc:creator>DimitrisPoursanidis</dc:creator>
      <dc:date>2014-09-03T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Multi Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467274#M6706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dimitris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the script below.&lt;/P&gt;&lt;P&gt;Consider that the script runs on windows only and is for only one zonal statistic type (no eg Min_Max), if you would like for more, a small adjustment is needed.&lt;/P&gt;&lt;P&gt;I am new in python, so the code is unconventional... but the result is correct.&lt;/P&gt;&lt;P&gt;The script loop through a list of band defined by a multiband raster and executed zonal statistics table, join only the field with the statistics from the table to the specified polygon layer, add a new field with the band name and values equal to the joined field and then delete the joined field.&lt;/P&gt;&lt;P&gt;The polygon is saved to the desired location when the loop run as many times as the band number is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Raki is expected when I will be at Heraklion &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 10:36:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467274#M6706</guid>
      <dc:creator>NtriankosIoannis</dc:creator>
      <dc:date>2014-09-04T10:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Multi Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467275#M6707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Appriciate the script !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will use it tommorow and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raki is waiting for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just let me know &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 16:56:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/extract-multi-values-to-points/m-p/467275#M6707</guid>
      <dc:creator>DimitrisPoursanidis</dc:creator>
      <dc:date>2014-09-11T16:56:30Z</dc:date>
    </item>
  </channel>
</rss>

