Skip to main content

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.

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


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