Skip to main content
Question

Curves error from the dissolver

  • September 15, 2020
  • 3 replies
  • 29 views

bubblebeb
Contributor
Forum|alt.badge.img+6

I am using the dissolver to aggregate and dissolve area polygons grouping them by an ID.

I am getting the error below but when I test the incoming geometry it is all areas.

 

2020-09-13 14:27:09|20366.8| 54.1|FATAL |Expression: !isPoly || curve->isClosed2D()

 

Any ideas how this can be resolved?

Thanks

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

jonas_nelson
Enthusiast
Forum|alt.badge.img+27
  • Enthusiast
  • September 15, 2020

Just a hunch, but I guess that error message might mean that there is some geometrical/topological errors? Maybe polygons that are not closed (even though you said you checked - what did you use to test that?), or duplicate points, self-intersecting polygons etc.

Maybe you could check them with a GeometryValidator first, and repair them?


DanAtSafe
Safer
Forum|alt.badge.img+21
  • Safer
  • October 7, 2020

Hi @bubblebeb​ This looks like a problem with FME. Please submit a case if you can reproduce the problem in the latest release or betas.


bubblebeb
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • October 8, 2020

Hi @bubblebeb​ This looks like a problem with FME. Please submit a case if you can reproduce the problem in the latest release or betas.

Thanks @danatsafe​ I have submitted a case for it.