Select to view content in your preferred language

Aggregate Polygons

134
1
2 weeks ago
JulesCrawshaw
New Contributor

It seems as though the ArcGISPro Aggregate Polygons tool is no longer licensed under my installation.  This tool enables the user to set a distance (e.g. 200 m) and it aggregates all polygons into a larger polygon within that search distance.  Does anyone know a work around using a combination of other tools?

0 Kudos
1 Reply
RichardDaniels
Honored Contributor

to start the discussion, the Aggregate Polygons license information is as follows:

  • Basic: No
  • Standard: No
  • Advanced: Yes

To recreate this yourself you could use the Geoprocessing  tool - Generate Near Table. For each input feature you will get a distance and bearing to the 'near features' out to your selected distance. The results will show you the polygons candidates for merge. The closest thing to aggregate polygons is the Editing tool Modify/Merge Features that allow you combine two or move selected features.  You could use the Table generated by the 1st command to select candidate polygons, then activate the Merge/Modify Feature tool, save, then move to next candidate.

0 Kudos