<?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: keep only one point per raster resolution value in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068523#M42057</link>
    <description>&lt;P&gt;That is exactly what &lt;EM&gt;Delete Identical with predefined XY Tolerance&lt;/EM&gt; was supposed to do.&lt;/P&gt;&lt;P&gt;What went wrong in these steps?&lt;/P&gt;&lt;P&gt;Considering the maximum distance of two points within a cell can be the "diagonal length" of the cell. So keep the XY Tolerance = 1414 Meters&lt;/P&gt;&lt;P&gt;Please share the issues in executing these steps, if any.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 18:12:50 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2021-06-15T18:12:50Z</dc:date>
    <item>
      <title>keep only one point per raster resolution value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1067954#M41991</link>
      <description>&lt;P&gt;hello! I have a dataset of points from which I'm extracting a number of values from 1km^2 resolution rasters. however for analytical purposes, &lt;STRONG&gt;I only want to keep one randomly selected point per 1km^2 cell.&lt;/STRONG&gt; is there a way to filter my points and only select and keep one point per cell? thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 15:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1067954#M41991</guid>
      <dc:creator>nmarieh</dc:creator>
      <dc:date>2021-06-14T15:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: keep only one point per raster resolution value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1067976#M41994</link>
      <description>&lt;P&gt;Why a randomly selected point within each cell, when the extracted value of any point within the cell would surely be the same?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 16:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1067976#M41994</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-06-14T16:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: keep only one point per raster resolution value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068039#M42004</link>
      <description>&lt;P&gt;Check if these steps work (I haven't tried them though).&lt;/P&gt;&lt;P&gt;1. Execute &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-values-to-points.htm" target="_self"&gt;Extract Values to Points&lt;/A&gt;&amp;nbsp;to get the Raster values to points.&lt;/P&gt;&lt;P&gt;2. Keep a copy of the output Point Feature Class from last step (since next step will make changes to input Feature Class).&lt;/P&gt;&lt;P&gt;3. Execute &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/delete-identical.htm" target="_self"&gt;Delete Identical&lt;/A&gt; tool. Choose the value and shape field. Define a higher value of XY tolerance (say 1000 meters).&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 17:42:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068039#M42004</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-14T17:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: keep only one point per raster resolution value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068503#M42054</link>
      <description>&lt;P&gt;sorry it's a bit confusing! since I'm using a bunch of different rasters to create this dataset (including one with a 30m res), I want to start from the outset with only one point per 1 km which is also the max coordinate uncertainty on my point localities, for ease of dataset management.&lt;/P&gt;&lt;P&gt;for example, two points might have identical precipitation values because they are within the same 1 km raster cell, or because they're very far apart and just happen to be in cells with the same precipitation value.&lt;/P&gt;&lt;P&gt;maybe there's a way to do it with the Generate Near Table tool that I haven't figured out? this is a pretty common need in species distribution modeling, so I feel like there must be a resource out there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 17:45:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068503#M42054</guid>
      <dc:creator>nmarieh</dc:creator>
      <dc:date>2021-06-15T17:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: keep only one point per raster resolution value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068513#M42055</link>
      <description>&lt;P&gt;hmm this didn't work for me, but I've almost got what I want by using Create Random Points and then setting the constraining feature class to be my existing dataset of points. the problem is I need to preset the number of points I want to end up, when really I just want ArcGIS to give me the max number of points possible such that no points are &amp;lt;1km apart.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 17:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068513#M42055</guid>
      <dc:creator>nmarieh</dc:creator>
      <dc:date>2021-06-15T17:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: keep only one point per raster resolution value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068523#M42057</link>
      <description>&lt;P&gt;That is exactly what &lt;EM&gt;Delete Identical with predefined XY Tolerance&lt;/EM&gt; was supposed to do.&lt;/P&gt;&lt;P&gt;What went wrong in these steps?&lt;/P&gt;&lt;P&gt;Considering the maximum distance of two points within a cell can be the "diagonal length" of the cell. So keep the XY Tolerance = 1414 Meters&lt;/P&gt;&lt;P&gt;Please share the issues in executing these steps, if any.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 18:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068523#M42057</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-15T18:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: keep only one point per raster resolution value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068545#M42059</link>
      <description>&lt;P&gt;ahh gotcha, I think I've got it working now, if I set the number of points as the number in the current set and accept that I won't end up with that many. the first time I tried Delete Identical, I had the same number of points I'd started with.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 18:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/keep-only-one-point-per-raster-resolution-value/m-p/1068545#M42059</guid>
      <dc:creator>nmarieh</dc:creator>
      <dc:date>2021-06-15T18:42:09Z</dc:date>
    </item>
  </channel>
</rss>

