Go to file
2014-02-14 15:56:52 -05:00
extras Set shell and path in sample cron script 2013-08-16 15:36:20 -04:00
nilmtools Fix divide by zero in sinefit 2014-02-14 15:56:52 -05:00
.gitattributes Large restructuring, added setup 2013-03-11 18:06:55 -04:00
.gitignore Add copy_wildcard script 2013-04-04 15:33:57 -04:00
Makefile Add test_sinefit makefile target 2013-08-16 15:36:11 -04:00
README.txt prep: only process intervals present in both raw & sinefit 2013-07-30 14:55:06 -04:00
setup.py prep: only process intervals present in both raw & sinefit 2013-07-30 14:55:06 -04:00
versioneer.py Large restructuring, added setup 2013-03-11 18:06:55 -04:00

nilmtools: Tools and utilities for interacting with the NILM Database,
or writing programs that interact with the NILM database.
by Jim Paris <jim@jtan.com>

Prerequisites:

  # Runtime and build environments
  sudo apt-get install python2.7 python2.7-dev python-setuptools
  sudo apt-get install python-numpy python-scipy python-daemon

  nilmdb (1.8.5+)

Install:

  python setup.py install

Building new tools:

  The tools in this package are meant to be installed with
  "python setup.py install".  If you want to make a new one,
  an easier way to develop would be to first install this package,
  and then copy a specific script like "src/sinefit.py" to a new
  location, and modify it as desired.

  To add a tool to the package, place it in "src/" and add the
  appropriate configuration to "setup.py".