Skip to main content
Released

StatisticsCalculator interface update

Related products:FME Form
  • March 11, 2019
  • 4 replies
  • 75 views

davideagle
Contributor
Forum|alt.badge.img+22

The StatisticsCalculator has received a much needed interface update in FME 2019 to limit the volume of automatically generated stats that are tagged onto outgoing features, but I'd like to see even more done here. 90% of the time you actually only need to calculate 1 statistic so I'd much rather see the transformer adapted to operate more like the GeometryFilter where you chose which stats you wish to generate and add them on. This has the impact of people not over generating stats and then having to delete them later, plus it'll be quicker because users don't call more functions than is necessary.

This change is focused on efficiency because in training, delegates rarely realise immediately that statistics in here are 'optional' to generate and when they do they spend time fiddling trying to remove them.

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.

4 replies

ebygomm
Evangelist
Forum|alt.badge.img+51
  • Evangelist
  • March 11, 2019

I think there's room for improvement for sure. I have my default statistics calculator so that only count is populated, which saves having to delete a lot of the time but does mean more typing if you do want additional statistics. Default of nothing populated would be great with an option to auto generate the attribute names (but still enabling editing after) for selected statistics


davideagle
Contributor
Forum|alt.badge.img+22
  • Author
  • Contributor
  • March 15, 2019

Good idea.


ebygomm
Evangelist
Forum|alt.badge.img+51
  • Evangelist
  • March 15, 2019

I think maybe the new facility to allow multiple defaults/'presets' announced for 2019 will be able to handle this quite nicely - of course would require some setting up. I've not looked yet, so don't know how easily it would be to share defaults between users.


mark2atsafe
Safer
Forum|alt.badge.img+59

Does the update for 2020 solve the issues here? The only drawback (to me) is the lack of renaming capability, though of course there are many other transformers to handle that.