Commit Graph

10 Commits

Author SHA1 Message Date
gjr80
9a64309e3f Can now specify date field separator for Cumulus imports, weewx -> weeWX 2017-01-28 16:49:12 +10:00
gjr80
bd60d9b6ea Implement posix date and date-time formats in wee_import and bump version 2016-10-12 23:09:00 +10:00
gjr80
01afb4afd6 Various minor changes, refer description
- bump required version to 3.6.0
- reformatted --log help text to display better
- now uses revised QC class for QC checks
- typo
2016-09-12 09:37:37 +10:00
Tom Keffer
7787c89310 Added wee_import to changes doc.
Added Gary to copyright notice
2016-09-10 16:49:48 -07:00
gjr80
a7f4282a13 More changes from PR148 comments
- tightened up log notifications to be more succinct
- notifications should only cover the extraordinary
- changed WeeImportLog.verboselog() signature
2016-09-11 09:01:12 +10:00
gjr80
a36a178a0b Revert to python syslog module rather than logging, other minor fixes
- log output is now save din the weewx log file not a separate
wee_import log file.
- fixed bug in CSVSource.periodgenerator()
- found (and removed) a few references to now defunct wee_import.conf
- revised comments at top of each method
- moved summuray info output from Source.saveArchive() to Source.run()
- added comments to ImportQC class
- reworked option parser config in wee_import
2016-09-08 13:28:06 +10:00
gjr80
aa9dac99dd Spelling errors picked up in eclipse 2016-09-04 09:11:31 +10:00
gjr80
23dcfaac65 Rework some log messages and fix unit system issues for some date limited imports
- fixed issue affecting imports where no records are saved to archive
until 2nd or later periods
- rework various log messages
- now only get a WXCalculate object if we really need one
- fixed issue whereby unit system for no db situation was not returned
correctly
- removed some redundant object naming
2016-09-03 16:19:13 +10:00
gjr80
0e23a4ed37 Various
- fixed some redundant/omitted imports
- removed whitespace
- fixed typos in .conf files
- fixed incorrect optparse option settings
2016-09-01 17:11:36 +10:00
gjr80
8b38aa7ea4 1st commit restructured wee_import
- created weewx/bin/weeimport folder and contents
- created weewx/util/import folder and contents
- deleted weewx/wee_import.conf
- updated weewx/bin/wee_import
2016-08-31 16:32:12 +10:00