I use the StatisticsCalculator and group features by attributes. The result features do not have a geometry anymore.
I cant see see why this happens - anyone having a tipp?
Rob
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.
Depending on what statistics you are collecting you may be able to use an aggregator instead.
Otherwise, prior to the statistics calculator you can extract the geometry to an attribute, ensure this is one of your group by attributes and rebuild with the geometry replacer afterwards.
Probably you use the Summary port. If you want the geometries then you have to use an Aggregator (with the same group by) and a FeatureJoiner to add the summary of the StatiscticsCalculator to these geometries. Good luck!