Skip to main content
Solved

Checking for unnecessary polygon boundaries

  • January 4, 2018
  • 3 replies
  • 21 views

dfresh
Forum|alt.badge.img

Does anyone know how you would go about acheiving this in FME? I will post progress as I make it.

http://desktop.arcgis.com/en/arcmap/latest/extensions/data-reviewer/checking-for-unnecessary-polygon-boundaries.htm

Best answer by dfresh

Ok, I finally got around to finishing this, only took 20 minutes to implement and validate.

  1. Dissolver (all attributes, except OBJECTID/UID)
  2. Duplicate Filter - duplicates are equal to Unesscary Polygon Boundaries

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

Forum|alt.badge.img+6

Hi @dfresh,

I'm not sure if this totally addresses your workflow, but the Dissolver (https://docs.safe.com/fme/2017.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/dissolver.htm) might be a good place to start.

We have this article that uses the example of dissolving boundaries based on election results : https://knowledge.safe.com/articles/28997/merging-polygons-with-the-dissolver-transformer.html


dfresh
Forum|alt.badge.img
  • Author
  • 19 replies
  • January 5, 2018

Hi @dfresh,

I'm not sure if this totally addresses your workflow, but the Dissolver (https://docs.safe.com/fme/2017.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/dissolver.htm) might be a good place to start.

We have this article that uses the example of dissolving boundaries based on election results : https://knowledge.safe.com/articles/28997/merging-polygons-with-the-dissolver-transformer.html

Thanks @AnnabelleAtSafe, I will definitely need to use the Dissolver, however I will be running this dynamically or different feature classes where the attributes could change between feature class. so defining editable fields dynamically could be the one I need to address

 


dfresh
Forum|alt.badge.img
  • Author
  • 19 replies
  • Best Answer
  • January 19, 2018

Ok, I finally got around to finishing this, only took 20 minutes to implement and validate.

  1. Dissolver (all attributes, except OBJECTID/UID)
  2. Duplicate Filter - duplicates are equal to Unesscary Polygon Boundaries