I would need to create a polygon from the points. Transformers I've tried:
- PointConnector: How can I sort the points using only x and y?
- HullAccumulator: I can't find an alpha value, which would work for this. I've tried 0.2-8. If alpha is small, I don't get the whole area geometry. If alpha is big, the area is too generalized.
- SurfaceModeller: Problem is that, the surface boundary forms a convex hull.