Jim Paris
1db38cc5da
Port sfit4 function to Python, start writing sinefit filter
9 years ago
Jim Paris
a984e54f23
Add process_numpy function to filter.py
This converts data into big Numpy arrays and lets the user-provided
function process as much as they'd like at a time.
9 years ago
Jim Paris
974c9a3050
Fix error message when decimate target is missing
9 years ago
Jim Paris
320c32cfdc
Sample script for copying wildcard paths between hosts
9 years ago
Jim Paris
0f1e442cd4
Support filtering (or copying) between two different hosts
9 years ago
Jim Paris
3e78da12dc
Rename copy.py to avoid stupid Python conflicts
Any other module (in this case, nilmdb -> datetime_tz -> pytz -> gettext)
that does an "import copy" would pull in the copy.py, if it's in the
current working directory. Python is dumb...
9 years ago
Jim Paris
ef9277cbff
Rename nilmtools directory to just src
9 years ago
Jim Paris
de68956f76
Update copy tool
9 years ago
Jim Paris
e73dd313d5
Reworked things to match nilmdb updates; a bit faster
9 years ago
Jim Paris
d23fa9ee78
Remove unnecessary option group
9 years ago
Jim Paris
2b9ecc6697
Add nilm-copy tool
9 years ago
Jim Paris
54f8c34f8e
Decimate seems to work pretty well right now
9 years ago
Jim Paris
9d38d6c21b
work in progress
9 years ago
Jim Paris
4243301434
Lots of updates to generic filter, specific decimate module
9 years ago
Jim Paris
cf9df650aa
Large restructuring, added setup
Added setup.py and other build tools like versioneer.
Split functionlaity into modules so that new filters are easier to
write.
9 years ago
Jim Paris
eeb13a4f5e
Fix message
9 years ago
Jim Paris
ec01d7eee9
Fix import
9 years ago
Jim Paris
a9db02d73e
Speed up inserter by a factor of about 2; misc cleanups
9 years ago
Jim Paris
fc6b2dfa5e
Fix filename timestamps
9 years ago
Jim Paris
cd8eb5c727
Bugfixes, improvements
9 years ago
Jim Paris
daa35b023d
Initial version of insert.py
9 years ago