How to Simplify Raster Category Boundary Inwardly Only

463
1
05-08-2018 08:42 PM
MatthewGerber1
New Contributor II

Hi All,

Is there a way to simplify a raster category boundary in the inwards direction only without closing off large chucks of the zone due to the narrowness of raster sections?

Below is an example... it is an accessibility raster, defining all connected section of land that can be driven on in blue.

What I want to do is create the yellow line as a polygon, which is a simplification of the blue edge.  The conditions of the simplification is:

1) Simplification has to be inwards only.  (Yellow line need to be completely within blue area)

2) Large accessible areas can be joined by very thin "Bridges", the connectivity between the large areas need to be maintained

3) the black island in the top right are also important (they are like traffic islands) and would be a doughnut cut out of the output polygon.

Example

I wanted to use "Shrink/Swell to simplify the boundaries, however I found that is closes of fthe narrow bridges that join large areas, and removed the traffic islands I wanted to keep.

The logic I have thought of is:  Simplify edge section as long as perimeter for that section is not greater than Xm OR area loss is not greater than Xsq meters.

But I don't know how to put this into some sort of raster calculation.

Thanks in advance

0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus

You have gone through the majority of the raster filters, 

http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/an-overview-of-the-generali...

maybe boundary clean is all that is left to try

0 Kudos