<?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: How to filter out raster values and average overlapping buffer values in Esri Tutorials Questions</title>
    <link>https://community.esri.com/t5/esri-tutorials-questions/how-to-filter-out-raster-values-and-average/m-p/648823#M279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relassify the raster:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/understanding-reclassification.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/understanding-reclassification.htm"&gt;Understanding reclassification—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add xy data (turn the csv to feature points)&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/add-x-y-coordinate-data-as-a-layer.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/add-x-y-coordinate-data-as-a-layer.htm"&gt;Add x,y coordinate data as a layer—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buffer the points by 2.5km:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/buffer.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/buffer.htm"&gt;Buffer (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zonal stats (get stats from underlying raster where intersects each buffer 'zone'):&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/zonal-statistics.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/zonal-statistics.htm"&gt;Zonal Statistics (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2020 13:27:56 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2020-11-10T13:27:56Z</dc:date>
    <item>
      <title>How to filter out raster values and average overlapping buffer values</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-to-filter-out-raster-values-and-average/m-p/648822#M278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently dealing with a raster data with negative values but I want to remove them (aka I only want to keep values &amp;gt;=0). After that I need to map a csv file including thousands of poitns with longtitude/latitude information onto the raster data, and then I need to do a buffer of each point (buffer distance 2.5km). The buffer areas of each point will be overlapping since those points are really close to each other. The final result I want is to have a average buffer value corresponding to each data point, and then export them into a datafile (csv, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated regarding removing negative values in raster data &amp;amp; averaging overlapping buffer values and exporting the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ahead!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 23:52:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-to-filter-out-raster-values-and-average/m-p/648822#M278</guid>
      <dc:creator>ZiyueXian</dc:creator>
      <dc:date>2020-11-09T23:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out raster values and average overlapping buffer values</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-to-filter-out-raster-values-and-average/m-p/648823#M279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relassify the raster:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/understanding-reclassification.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/understanding-reclassification.htm"&gt;Understanding reclassification—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add xy data (turn the csv to feature points)&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/add-x-y-coordinate-data-as-a-layer.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/add-x-y-coordinate-data-as-a-layer.htm"&gt;Add x,y coordinate data as a layer—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buffer the points by 2.5km:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/buffer.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/buffer.htm"&gt;Buffer (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zonal stats (get stats from underlying raster where intersects each buffer 'zone'):&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/zonal-statistics.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/zonal-statistics.htm"&gt;Zonal Statistics (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2020 13:27:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-to-filter-out-raster-values-and-average/m-p/648823#M279</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-11-10T13:27:56Z</dc:date>
    </item>
  </channel>
</rss>

