<?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 Degrading data (on purpose) in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/degrading-data-on-purpose/m-p/453168#M15241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to do an uncertainty analysis for some bathymetric survey data. We have both single-beam and multi-beam bathymetry, and I am looking to thin down the points brought in from an .xyz file from 0.25 m, to 5 m, to 10 m, etc. Basically, I am looking to plot divergence from point density. So, I have been playing around, and am not finding what seems like should be a fairly simple operation. Basically, I want to take mean values of a group of points (spaced about 25 cm) within a 5x5 m cell (for about 150 cells, created as polygons with a fishnet), and so on and so forth, for about 80 survey sites for both survey types. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; What I have for my test site is the raw survey data as a feature class (I used a Python script that imports a folder full of .xyz files, and outputs them as point feature classes in a file geodatabase), a fishnet of 5x5 m polygons clipped to the survey extent, and a feature-to-point layer, where a point is created in the center of each polygon. I am thinking that there should be some way to populate the z-value field that I added to the feature-to-point layer with the mean value of the raw points within each polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2011 20:43:18 GMT</pubDate>
    <dc:creator>RobertRoss2</dc:creator>
    <dc:date>2011-11-03T20:43:18Z</dc:date>
    <item>
      <title>Degrading data (on purpose)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/degrading-data-on-purpose/m-p/453168#M15241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to do an uncertainty analysis for some bathymetric survey data. We have both single-beam and multi-beam bathymetry, and I am looking to thin down the points brought in from an .xyz file from 0.25 m, to 5 m, to 10 m, etc. Basically, I am looking to plot divergence from point density. So, I have been playing around, and am not finding what seems like should be a fairly simple operation. Basically, I want to take mean values of a group of points (spaced about 25 cm) within a 5x5 m cell (for about 150 cells, created as polygons with a fishnet), and so on and so forth, for about 80 survey sites for both survey types. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; What I have for my test site is the raw survey data as a feature class (I used a Python script that imports a folder full of .xyz files, and outputs them as point feature classes in a file geodatabase), a fishnet of 5x5 m polygons clipped to the survey extent, and a feature-to-point layer, where a point is created in the center of each polygon. I am thinking that there should be some way to populate the z-value field that I added to the feature-to-point layer with the mean value of the raw points within each polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 20:43:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/degrading-data-on-purpose/m-p/453168#M15241</guid>
      <dc:creator>RobertRoss2</dc:creator>
      <dc:date>2011-11-03T20:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Degrading data (on purpose)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/degrading-data-on-purpose/m-p/453169#M15242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to do an uncertainty analysis for some bathymetric survey data. We have both single-beam and multi-beam bathymetry, and I am looking to thin down the points brought in from an .xyz file from 0.25 m, to 5 m, to 10 m, etc. Basically, I am looking to plot divergence from point density. So, I have been playing around, and am not finding what seems like should be a fairly simple operation. Basically, I want to take mean values of a group of points (spaced about 25 cm) within a 5x5 m cell (for about 150 cells, created as polygons with a fishnet), and so on and so forth, for about 80 survey sites for both survey types. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; What I have for my test site is the raw survey data as a feature class (I used a Python script that imports a folder full of .xyz files, and outputs them as point feature classes in a file geodatabase), a fishnet of 5x5 m polygons clipped to the survey extent, and a feature-to-point layer, where a point is created in the center of each polygon. I am thinking that there should be some way to populate the z-value field that I added to the feature-to-point layer with the mean value of the raw points within each polygon.&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thanks a bunch,&lt;BR /&gt;Rob&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure I followed all of that, but the Spatial Join tool seems like it can create a feature class that would have the IDs of both the points and the polygons.&amp;nbsp; Then you can summarize the points on the polygon ID.&amp;nbsp; If a second spatial join is needed to have the points in the center of the Polygon know about the polygon IDs then to that so you can join your summary data to the centroid points. (Or backward if needed as long as you are working with one to one or many to one joins).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 22:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/degrading-data-on-purpose/m-p/453169#M15242</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-11-03T22:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Degrading data (on purpose)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/degrading-data-on-purpose/m-p/453170#M15243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks for the reply. I was trying a spatial join earlier, but was just doing it between the centroid points and the raw data. Doing the two-step with the polygons and then the centroid might be the way to go. I will let you know how it works out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 22:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/degrading-data-on-purpose/m-p/453170#M15243</guid>
      <dc:creator>RobertRoss2</dc:creator>
      <dc:date>2011-11-03T22:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Degrading data (on purpose)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/degrading-data-on-purpose/m-p/453171#M15244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The term to use, I submit, is 'generalizing', rather than 'degrading'....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 16:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/degrading-data-on-purpose/m-p/453171#M15244</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2011-11-07T16:13:38Z</dc:date>
    </item>
  </channel>
</rss>

