You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1If you have an advance license try the aggregate polygons tool in the cartography toolbox. Remember tools honour selections.Hornbydd– Hornbydd2025-01-02 17:47:54 +00:00Commented Jan 2 at 17:47
- 1Welcome to GIS SE. Thank you for taking the Tour. There are literally an infinite number of ways to do this, so tools have no way to know how you want it done. You need to decide the rules you will use to merge these shapes. Do you want a concave hull? A convex hull? Non-overlapping convex-ish hulls? Your graphic doesn't show what you want, so we can't tell you how to get there.Vince– Vince2025-01-02 18:53:40 +00:00Commented Jan 2 at 18:53
- The 'Minimum Bounding Geometry' tool with the Convex Hull option would probably work for those two areas you indicated. But it would NOT work for some other areas (such as the crescent shaped area below them). You would need some sort of Concave Hull for this, which is much more difficult to do well (and requires a lot more guidance/rules). For information (and 3rd party tools), see: community.esri.com/t5/python-blog/… and community.esri.com/t5/arcgis-pro-ideas/…Son of a Beach– Son of a Beach2025-01-02 22:16:07 +00:00Commented Jan 2 at 22:16
- Maybe try some buffer, dissolve, negative buffer distances?John– John2025-01-03 09:44:20 +00:00Commented Jan 3 at 9:44
- The Aggregate Polygons did exactly what I was hoping. Screen Shot attached of the result. I just have to know what the largest distance is between polygons in order to include the entirety of the area in each section. !Solution ImageJohn Wilson– John Wilson2025-01-03 16:52:15 +00:00Commented Jan 3 at 16:52
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. arcgis-desktop), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you