Solved

Checking for unnecessary polygon boundaries

  • 5 January 2018
  • 3 replies
  • 0 views

Badge

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

icon

Best answer by dfresh 19 January 2018, 19:20

View original

3 replies

Badge +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

Badge

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

 

Badge

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

Reply