Skip to main content
Question

How to calculate total hours of water consumption based on records ON/OFF from a feature class

  • April 27, 2018
  • 2 replies
  • 6 views

I’m looking to calculate the total hours of water consumption based on records ON/OFF from a GIS feature class. Each feature can be ON and OFF several times along the month. What transformer can I use to calculate the total number of hours it has been ON.

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • April 27, 2018

The transformer you definitely need is the StatisticsCalculator, probably after a Tester or some other filtering transformer.


david_r
Celebrity
  • 8394 replies
  • April 27, 2018

I'm thinking the StatisticsCalculator would be a natural starting point.