Skip to main content
Solved

Split multipoints into single points

  • October 28, 2020
  • 2 replies
  • 90 views

I have a shapefile with both points and multipoints (not produced by me) which I am reprojecting and then writing to shapefile again. The multipoints don't get written due to the writer expecting only point feature types. I would like to split the multipoints into single points before writing, similar to the PointCloudCoercer when splitting a point cloud to single points. Is there an easy way to do this in FME or should i just give up and fix it in ArcGIS? 

Best answer by david_r

Have you tried the Deaggregator?

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.

2 replies

david_r
Celebrity
  • 8392 replies
  • Best Answer
  • October 28, 2020

Have you tried the Deaggregator?


  • Author
  • 4 replies
  • October 28, 2020

Have you tried the Deaggregator?

Thank you, that was the transformer i was looking for.. Easy as that! Thank you!