<?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 average value at point. in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/extract-average-value-at-point/m-p/1133035#M49905</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/479492"&gt;@Robert_Greene&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;There are several tools available in the Spatial Analyst extension to perform this analysis.&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-multi-values-to-points.htm" target="_blank" rel="noopener"&gt;Extract Multi Values to Points&lt;/A&gt;&amp;nbsp;tool will append your input points, and the&amp;nbsp;extracted cell value will be added as a new field to the input points.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/sample.htm" target="_blank" rel="noopener"&gt;Sample&lt;/A&gt;&amp;nbsp;tool will create a table with the point location and the cell values.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-values-to-points.htm" target="_blank" rel="noopener"&gt;Extract Values to Points&lt;/A&gt;&amp;nbsp;tool will create a new point feature with the&amp;nbsp;extracted cell values.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;2. From the problem you stated above, I am assuming you have one raster indicating wind speed (magnitude, not direction). The solution for wind direction will be different.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can use the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/buffer.htm" target="_blank" rel="noopener"&gt;Buffer&lt;/A&gt;&amp;nbsp;tool, and the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-statistics.htm" target="_blank" rel="noopener"&gt;Zonal Statistics&lt;/A&gt;&amp;nbsp;tool or the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-statistics-as-table.htm" target="_blank" rel="noopener"&gt;Zonal Statistics as Table&lt;/A&gt;&amp;nbsp;tool to solve this problem with wind speed.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First, create the buffer around the point. Use the Buffer tool to create a buffer with the desired distance around the point, and use the buffer output as zone, and wind speed as value raster in one of the following tools:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Zonal Statistics tool will create a raster output, with the mean wind speed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Zonal Statistics as Table tool will create a table output, with the mean wind speed. Zonal Statistics as Table tool can also calculate statistics on overlapping buffer zones, if any, on ArcGIS Pro v2.5 or later.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please note that the points and subsequently buffer polygons must have unique IDs, so that the mean is computed for each location.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; If you want to calculate the mean of wind direction, you should calculate Circular Mean, which will be available in a future release.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Thanks,&lt;BR /&gt;Sarmistha&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 18:11:09 GMT</pubDate>
    <dc:creator>SarmisthaChatterjee</dc:creator>
    <dc:date>2022-01-13T18:11:09Z</dc:date>
    <item>
      <title>Extract average value at point.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extract-average-value-at-point/m-p/1132494#M49822</link>
      <description>&lt;P&gt;I have a dataset of over 500 points that represent the location of a number of site boundaries and a Tif file displaying the wind speed data over the study area. Is it possible using ArcGIS Pro to extract the wind speed data at these points?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally would it be possible to take the mean wind speed within a certain distance of the point (or a polygon around a point).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rob.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:39:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extract-average-value-at-point/m-p/1132494#M49822</guid>
      <dc:creator>Robert_Greene</dc:creator>
      <dc:date>2022-01-11T16:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extract average value at point.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extract-average-value-at-point/m-p/1132508#M49824</link>
      <description>&lt;P&gt;1. Extract Value to points&lt;/P&gt;&lt;P&gt;2. Calculate area if you want mean in area. if need a mean value at the points, try aggregate or block statistics first and then extract value to points.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 17:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extract-average-value-at-point/m-p/1132508#M49824</guid>
      <dc:creator>ForestryUBC</dc:creator>
      <dc:date>2022-01-11T17:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract average value at point.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extract-average-value-at-point/m-p/1133035#M49905</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/479492"&gt;@Robert_Greene&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;There are several tools available in the Spatial Analyst extension to perform this analysis.&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-multi-values-to-points.htm" target="_blank" rel="noopener"&gt;Extract Multi Values to Points&lt;/A&gt;&amp;nbsp;tool will append your input points, and the&amp;nbsp;extracted cell value will be added as a new field to the input points.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/sample.htm" target="_blank" rel="noopener"&gt;Sample&lt;/A&gt;&amp;nbsp;tool will create a table with the point location and the cell values.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-values-to-points.htm" target="_blank" rel="noopener"&gt;Extract Values to Points&lt;/A&gt;&amp;nbsp;tool will create a new point feature with the&amp;nbsp;extracted cell values.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;2. From the problem you stated above, I am assuming you have one raster indicating wind speed (magnitude, not direction). The solution for wind direction will be different.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can use the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/buffer.htm" target="_blank" rel="noopener"&gt;Buffer&lt;/A&gt;&amp;nbsp;tool, and the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-statistics.htm" target="_blank" rel="noopener"&gt;Zonal Statistics&lt;/A&gt;&amp;nbsp;tool or the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-statistics-as-table.htm" target="_blank" rel="noopener"&gt;Zonal Statistics as Table&lt;/A&gt;&amp;nbsp;tool to solve this problem with wind speed.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First, create the buffer around the point. Use the Buffer tool to create a buffer with the desired distance around the point, and use the buffer output as zone, and wind speed as value raster in one of the following tools:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Zonal Statistics tool will create a raster output, with the mean wind speed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Zonal Statistics as Table tool will create a table output, with the mean wind speed. Zonal Statistics as Table tool can also calculate statistics on overlapping buffer zones, if any, on ArcGIS Pro v2.5 or later.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please note that the points and subsequently buffer polygons must have unique IDs, so that the mean is computed for each location.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; If you want to calculate the mean of wind direction, you should calculate Circular Mean, which will be available in a future release.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Thanks,&lt;BR /&gt;Sarmistha&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 18:11:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extract-average-value-at-point/m-p/1133035#M49905</guid>
      <dc:creator>SarmisthaChatterjee</dc:creator>
      <dc:date>2022-01-13T18:11:09Z</dc:date>
    </item>
  </channel>
</rss>

