Commit Graph

16 Commits

Author SHA1 Message Date
gjr80
3ea517d180 Added support for a user defined field delimiter for CSV imports 2020-04-14 06:47:11 +10:00
gjr80
b1c7db9478 Reworked CSV field map info in both Utilities Guide and example CSV import config file.
Addresses issue #425
2019-12-20 09:42:25 +10:00
gjr80
ff3065de45 Updated WU import config comments/example to reflect usage of WU API
Minor comment updates
2019-09-18 09:51:35 +10:00
gjr80
6ed18f6866 Add WD to supported import sources 2019-01-20 16:15:48 +10:00
tkeffer@gmail.com
16fc7fb5d3 Use WeeWX consistently (instead of weeWX). 2018-12-20 15:50:51 -08:00
gjr80
3e1aa765df Added --ignore-invalid-data import config option 2018-04-19 14:26:32 +10:00
gjr80
9a64309e3f Can now specify date field separator for Cumulus imports, weewx -> weeWX 2017-01-28 16:49:12 +10:00
matthewwall
abf09aa551 minor html style fix. minor formatting fixes in import example files. newlines at end of import examples. 2016-09-29 12:28:58 -04:00
gjr80
09487f26b1 Revised CSV field map, restructured parseMap() plus other minor changes
- revised CSV field map
- restructured Source.parseMap()
- reworked --log option help text to format better on screen
- and the obligatory typos
2016-09-21 00:40:11 +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
9183f65725 Various changes resulting from PR148 feedback, refer comments
- ditched Wunder/wunder, now uses WU/wu throughout
- removed unused sections from example import config files
- updated documentation to reflect WU/wu changes
2016-09-10 11:18:18 +10:00
gjr80
d2330018d1 Refer summary comments
- revised Cumulus import preamble to be more consistent with the other
source imports
- renamed weewx_qc config option to qc
- reworked wee_import log and screen output (again) to give more
consistent output, particularlly when doing a dry run
- added qc infor to config sections of various files
2016-09-09 13:13:10 +10:00
gjr80
a3bf16a3f7 Implement QC and rework logging at end of saveToArchive()
- new class ImportQC() to implement weewx StdQC QC min/max limits on
imported records.
- rearrange saveToArchive() logging to give a more consistent log output
- a few minor typos
2016-09-06 22:53:53 +10:00
gjr80
f2957cfc22 Various minor changes
- changed Cumulus source parameter from folder to directory
- moved startup message so that it still shows first
2016-09-03 09:24:16 +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