<?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 Combine points by location same feature class in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1111912#M25942</link>
    <description>&lt;P&gt;I am looking to combine points based on their location that are in the same feature class. I have many points that are coded for individually from geotagged photos of homes. These points are in roughly the same place but there are multiple photos per home. All of these photos, and therefore points, are in the same feature class. I know I could use a spacial join, but that would involve separating out each duplicate photo into a separate feature class, a merge function, or snap tool but all of these methods would be too tedious for the magnitude of data and points I am working with.&amp;nbsp; How can I combine these without separating them into different feature classes?&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 22:00:48 GMT</pubDate>
    <dc:creator>ElizabethBaer</dc:creator>
    <dc:date>2021-10-27T22:00:48Z</dc:date>
    <item>
      <title>Combine points by location same feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1111912#M25942</link>
      <description>&lt;P&gt;I am looking to combine points based on their location that are in the same feature class. I have many points that are coded for individually from geotagged photos of homes. These points are in roughly the same place but there are multiple photos per home. All of these photos, and therefore points, are in the same feature class. I know I could use a spacial join, but that would involve separating out each duplicate photo into a separate feature class, a merge function, or snap tool but all of these methods would be too tedious for the magnitude of data and points I am working with.&amp;nbsp; How can I combine these without separating them into different feature classes?&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 22:00:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1111912#M25942</guid>
      <dc:creator>ElizabethBaer</dc:creator>
      <dc:date>2021-10-27T22:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Combine points by location same feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1111922#M25943</link>
      <description>&lt;P&gt;potentially&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/cartography/aggregate-points.htm" target="_blank"&gt;Aggregate Points (Cartography)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which will give you a polygon&lt;/P&gt;&lt;P&gt;If you want to stick with points you could take the centroid of the clusters, then spatially join your original points to the centroids.&lt;/P&gt;&lt;P&gt;Other suggestions would depend on what you want to do.... analysis? symbolize? etc&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 22:25:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1111922#M25943</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-10-27T22:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combine points by location same feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1112153#M25946</link>
      <description>&lt;P&gt;Thank you! I would love to stick with points and taking the centroid of each individually I think would be more time consuming than separating out the feature classes. The plan would be to symbolize the points in order to show some outside attributes of each home, once each is individual and not many points....&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 15:25:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1112153#M25946</guid>
      <dc:creator>ElizabethBaer</dc:creator>
      <dc:date>2021-10-28T15:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Combine points by location same feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1112266#M25947</link>
      <description>&lt;P&gt;You don't need to take the centroid of each point.&amp;nbsp; The tool aggregates the points, as they are clustered into a polygon based on a proximal distance.&amp;nbsp; You take the centroid of those polygons, then join your data back to it&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 21:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1112266#M25947</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-10-28T21:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Combine points by location same feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1112439#M25950</link>
      <description>&lt;P&gt;Thank you so much! I will try that out!:)&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 15:45:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1112439#M25950</guid>
      <dc:creator>ElizabethBaer</dc:creator>
      <dc:date>2021-10-29T15:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Combine points by location same feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1115393#M25979</link>
      <description>&lt;P&gt;You can do it this from tools box - data mangment - photo&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 20:29:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combine-points-by-location-same-feature-class/m-p/1115393#M25979</guid>
      <dc:creator>عبدالباريالحميدي</dc:creator>
      <dc:date>2021-11-09T20:29:12Z</dc:date>
    </item>
  </channel>
</rss>

