<?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: Delete point features in point layer in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732470#M24151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;GREAT!!!!! That is absolutely what I wanted to have &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for your support. I really really appreciate that!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2011 01:23:33 GMT</pubDate>
    <dc:creator>manuelrainer</dc:creator>
    <dc:date>2011-04-28T01:23:33Z</dc:date>
    <item>
      <title>Delete point features in point layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732464#M24145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to do a point deletion in a point layer. It's a layer with regular spreaded points containing current values. So, if there is no water there are no points, of course. I cannot select features by attribute (e.g. mod("fid",20) = 0 for each 20th point) because then i get an irregular point selection. If I try do create a buffer around each point, ArcGIS hangs because I have more than 1million points in the layer. I thought I could do it in the way I create a grid with a certain cell size and for all points which are within a cell I intersect the point which overlaps with the calculated centroid... Is that possible without complex scripting and does anyone have better and easier solutions??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 03:18:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732464#M24145</guid>
      <dc:creator>manuelrainer</dc:creator>
      <dc:date>2011-04-21T03:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Delete point features in point layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732465#M24146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you describe what you're trying to do a little more clearly? Are you trying to resample your grid to a coarser scale?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 14:11:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732465#M24146</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-04-21T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delete point features in point layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732466#M24147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right. I want to resample the grid to a coarser scale, but without interpolation. Just want to have the same grid with less regular spread points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 13:29:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732466#M24147</guid>
      <dc:creator>manuelrainer</dc:creator>
      <dc:date>2011-04-22T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delete point features in point layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732467#M24148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it OK to have the coarse grid offset from your original grid? If so, here's my suggestion:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) You've got your original grid (here 100m x 100m).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) Make a new empty raster of your area of interest (Create Constant Raster tool) with coarse cell size (here, 1000m x 1000m). Use Raster to Point tool to create a point grid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) Use Spatial Join tool to give coarse grid points the attribute of the nearest point in the original grid (for whatever reason, using the Join from the feature layer right-click menu didn't work).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 15:54:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732467#M24148</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-04-26T15:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delete point features in point layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732468#M24149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since I believe that it's the easier way to have an offset, yeah your suggestion helped me a lot. I am also trying to use some Spatial Analyst tools together with an analysis mask. Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 06:47:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732468#M24149</guid>
      <dc:creator>manuelrainer</dc:creator>
      <dc:date>2011-04-27T06:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Delete point features in point layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732469#M24150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, if you want to have the coarse grid overlay your original grid, you could add the coordinates to the original table (Add XY Coordinates tool), join the nearest points to the coarse grid, export the resulting table, then use "Display XY Data..." on that table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 14:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732469#M24150</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-04-27T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Delete point features in point layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732470#M24151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;GREAT!!!!! That is absolutely what I wanted to have &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for your support. I really really appreciate that!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 01:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/delete-point-features-in-point-layer/m-p/732470#M24151</guid>
      <dc:creator>manuelrainer</dc:creator>
      <dc:date>2011-04-28T01:23:33Z</dc:date>
    </item>
  </channel>
</rss>

