/powerstats

Produce simple stats for REDD-formatted electricity power consumption log files

Primary LanguagePythonMIT LicenseMIT

Produce simple statistics from REDD-formatted power data. Statistics include (for each channel):

  • Min, mean, max and stdev for time between consecutive samples. (This is useful for checking on the health of sensors.)
  • Min, mean, max and stdev for power consumption
  • Is the channel sorted by timecode?

Manual

Please run powerstats/powerstats.py --help for a full list of command line options.

Related projects