Commit Graph

299 Commits

Author SHA1 Message Date
dcapslock
cd9c5d132b Implement .spans(interval=seconds) tag timespan iterator. (#199)
* Implement .spans(interval=seconds) tag timespan iterator.

* Add .spans(interval=seconds) timespan iterator

* Add documentation and test for changes to intervalgen.

* Updated test cases for byspan.
2017-01-15 07:49:51 -08:00
dcapslock
83400334f0 Merge branch 'master' of https://github.com/dcapslock/weewx.git 2017-01-14 15:49:34 +11:00
dcapslock
dca232ce31 Add tag time periods of last_hour, last_day, last_week, last_month and last_year. Add month_delta and year_delta to span.
YOu can iterate over those periods. See http://carlingfordweather.sydney/TEST/tag-test.txt for Top Temperatures over the last immediate week.
2017-01-14 15:49:27 +11:00
matthewwall
8abbc20a87 bump version to something that is not yet released 2017-01-06 07:38:02 -05:00
matthewwall
61c4896e4a added CSS for printing docs 2016-12-31 16:45:26 -05:00
Tom Keffer
412a5f5134 Started a separate document "Notes for developers."
It's intended to eventually include a style guide and other hints for
developers working on weewx.
2016-12-22 08:24:53 -08:00
matthewwall
7139033e92 eliminate experimental directory, move examples directory. addresses issue #183 2016-12-06 13:11:18 -05:00
Tom Keffer
2b723cdf24 Documented the anti-alias feature. Fixes issue #6. 2016-11-27 14:53:19 -08:00
Tom Keffer
98035cac09 It's now possible to iterate over every record within a timespan.
Includes tests.
Fixes issue #182.
2016-11-26 08:20:59 -08:00
Tom Keffer
c4ca8b65b6 $current now searches the record from event NEW_ARCHIVE_RECORD.
$current first searches the record from event NEW_ARCHIVE_RECORD for an
observation type. If it cannot find it there, it searches the database.
2016-11-24 16:50:10 -08:00
Tom Keffer
5abd3e66cb Removed the site-specific "Pond" extensions from the Standard skin.
They've outlived their usefulness
2016-11-15 08:52:37 -08:00
Tom Keffer
8d4a842e9f V3.6.1 2016-10-13 15:16:49 -07:00
matthewwall
4fc7718197 eliminate near-empty importing section from customization guide 2016-10-12 18:58:21 -04:00
Tom Keffer
92dc89d5de v3.6.1rc2 2016-10-12 07:10:36 -07:00
Tom Keffer
45e7c8db89 Bumped version to v3.6.1rc1 2016-10-11 15:47:31 -07:00
matthewwall
da1d0a574c fix html headers in all of the htm pages 2016-10-11 11:32:03 -04:00
Tom Keffer
1fe27782ba Set version to V3.6.0 2016-10-07 14:39:16 -07:00
Tom Keffer
43e8b30879 Now transfers over old comment section of [StdWXCalculate] when doing
upgrade.
Bumped version to V3.6.0b3
2016-10-04 11:20:34 -07:00
matthewwall
236db431f1 minor fixes to the alarm example 2016-09-29 21:15:33 -04:00
matthewwall
ab6a4579ec bump to 3.6.0b2. include hardware.htm in version tagging. automatically do boilerplate version entry in rpm and deb to keep them in sync with the tarball. 2016-09-26 08:28:19 -04:00
Tom Keffer
0913d1d7ac V3.6.0 beta-1 2016-09-24 19:12:00 -07:00
gjr80
3c3190b5f1 Various minor changes to docs (and Standard skin.conf)
- use 'Customization Guide' rather than 'Customizing Guide'
- fix Hardware Guide title that is inconsistent with other guides
- chnaged wee_import and wunderfixer command line options to <h3> (as
the other utilities command line options are)
- obligatory spelling mistake
2016-09-23 23:30:10 +10:00
matthewwall
0fc9fbd400 fix doc links 2016-09-22 17:04:41 -04:00
matthewwall
9ee12ef0c9 refactor hardware-specific details in the docs 2016-09-22 16:58:34 -04:00
matthewwall
be4d4d73ed remove spurious style remnant 2016-09-20 11:27:41 -04:00
matthewwall
2fb0e6bd7e minor fixes and cleanup to customization guide 2016-09-20 11:23:06 -04:00
Tom Keffer
ffe439af05 Bumped version to V3.6.0a1. Augmented documentation for wee_database 2016-09-17 18:02:27 -07:00
Tom Keffer
30d909d63c Checkpoint while working on docs. 2016-09-17 08:36:31 -07:00
Tom Keffer
6e5e8b1897 Working on smoothing out the rough edges left by the refactoring of the utilities documentation. 2016-09-16 19:32:29 -07:00
Tom Keffer
f00c55a635 First quick hack at a Utilities Guide 2016-09-10 19:43:23 -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
c65fe5f4b9 Includes qc usage and 2nd review given wee_import structural changes 2016-09-09 13:15:35 +10:00
gjr80
01588394a4 1st cut redraft of wee_import instructions
Redrafted to cater for the restructured wee_import
2016-09-05 14:58:01 +10:00
gjr80
6b92d48084 1st cut (old version) wee_import documentation
Includes Tom's comments on weewx PR #142
2016-09-02 13:14:38 +10:00
Tom Keffer
597586941d Added some general guidelines for writing a driver 2016-06-19 08:04:58 -07:00
matthewwall
ce949f2390 added note about report_timing to changelog. minor fixes to html and minor editing for report_timing documentation. 2016-05-16 08:36:22 -04:00
gjr80
c9ed828fb7 Merge branch 'master' of https://github.com/weewx/weewx 2016-05-15 11:38:22 +10:00
gjr80
150de86e02 Move ReportCron class, update docs
Moved ReportCron class to reportengine.py, removed cronparse.py
Minor changes to customization guide
2016-05-15 11:15:41 +10:00
matthewwall
e0e79b0cb2 add more driver suggestions. add some description about data flow in weewx 2016-05-13 13:06:44 -04:00
gjr80
41a3c99dd4 Revised documentation
Brought up to date with current code
2016-04-29 11:03:11 +10:00
gjr80
fa40518951 Reviewed Customization Guide and added to Users Guide
Customization Guide
- revised Customizing report generation time
section
- changed option name to report_timing
- less use of CRON term
-
added wee_reports usage info
Users Guide
- added mention of
report_timing option to [StdReport] section
2016-04-24 11:01:42 +10:00
gjr80
c41556fa33 2nd cut report CRON documentation 2016-04-22 20:35:18 +10:00
Matthew Wall
dda676acf6 minor html formatting fix 2016-03-19 03:07:15 -04:00
Tom Keffer
e31dfcc255 Bumped version number to v3.5.0 2016-03-13 18:10:40 -07:00
Matthew Wall
93ee001d1d added section that shows how to add units and unit groups 2016-03-10 16:44:45 -05:00
Matthew Wall
254da0f9f3 added 'meteorological problems' section to the troubleshooting section of user guide. minor tweaks to toc for better usability. 2016-03-10 13:07:22 -05:00
Matthew Wall
cc2cb8183e fix uv typo 2016-03-10 02:11:00 -05:00
Matthew Wall
61ee948bd6 more toc cleanup. simplify doc index. 2016-03-09 23:19:16 -05:00
Matthew Wall
d98d9e6ee8 simplify archive table sample 2016-03-09 19:56:57 -05:00
Matthew Wall
8d05c02f65 other docs use .htm, so use that for index as well 2016-03-09 19:42:11 -05:00