Commit Graph

1984 Commits

Author SHA1 Message Date
Tom Keffer
d799faebd9 Noted that these commits address issue #341. 2021-03-14 06:37:20 -07:00
Tom Keffer
39b6e73ec9 Merge branch 'master' into series_tags 2021-03-14 06:26:49 -07:00
Tom Keffer
fdf5c43d02 Documenting code... 2021-03-14 05:57:28 -07:00
Tom Keffer
b93926a505 Updated some documentation in weewx.units. 2021-03-13 16:47:54 -08:00
Tom Keffer
1c6fa013ae Simplifed iteration of a SeriesHelper.
Updated coumentation.
2021-03-13 16:47:25 -08:00
Tom Keffer
8e0e25476f Tweaked section on iteration. 2021-03-12 16:00:46 -08:00
Tom Keffer
7d7db50247 More on compass directions. 2021-03-12 15:49:37 -08:00
Tom Keffer
dabe5de8b9 Optional keyword arguments passed on to the json.dumps() call.
Some documentation on working with complex numbers.
2021-03-12 15:36:57 -08:00
Tom Keffer
776d409929 Plots now locate the x-coordinate in the middle of the aggregation interval for
all aggregation types (not just min, max, avg). Revisits PR #232.
2021-03-10 05:19:27 -08:00
Tom Keffer
2fabcadc82 Refactor documentation for series tags. 2021-03-09 15:03:46 -08:00
Tom Keffer
2ce759ea3e Merge branch 'master' into series_tags 2021-03-08 14:42:53 -08:00
Tom Keffer
6c77b98e3b Choose a better example of daytemp_with_avg. 2021-03-08 14:30:07 -08:00
Tom Keffer
84ea236a7e JSON formatting now allows specifying which time series to use. 2021-03-08 12:26:08 -08:00
Tom Keffer
0a3e0f7ba9 Fixed bug that caused the incorrect label to be applied to plots where the
aggregation type changes the unit. Fixes issue #654.
2021-03-08 11:50:47 -08:00
Tom Keffer
3c489fcca1 First cut at documenting series tags. 2021-03-05 16:43:40 -08:00
Tom Keffer
cc1dd44f45 Merge branch 'master' into series_tags 2021-03-05 12:44:10 -08:00
Tom Keffer
793a6f5324 Fixed problem where iterating over a time period with aggregation would
wrongly include the record on the left.
2021-03-05 12:38:36 -08:00
Tom Keffer
95b3494af7 Further refinements. 2021-02-26 08:05:47 -08:00
Tom Keffer
a8094227af Merge branch 'master' into development 2021-02-25 18:35:56 -08:00
Tom Keffer
8084b8d381 Changed the way of expressing the old "wview" schema to the new V4 way.
Fixes issue #651.
2021-02-25 18:32:49 -08:00
Tom Keffer
340b4f2f85 Changed example for wee_database --reconfigure 2021-02-25 17:16:41 -08:00
Tom Keffer
16f1fed837 Document using wee_database to modify an existing database.
Restructure documentation on modifying a new database.
2021-02-25 16:20:37 -08:00
Tom Keffer
f36caea530 wee_database gets new option --drop-columns
(in addition to --add-column and --rename-column).
2021-02-25 10:58:03 -08:00
Tom Keffer
3541680520 Merge remote-tracking branch 'origin/development' into development 2021-02-25 10:36:17 -08:00
gjr80
26f25945f2 - reworked --date and --from/--to stanzas of wee_import section of utilities guide
- fixed a few typos in same
2021-02-25 16:04:14 +10:00
Tom Keffer
17dfe8d66a Merge branch 'master' into development
# Conflicts:
#	docs/changes.txt
2021-02-23 06:09:21 -08:00
Tom Keffer
f1d46a9b38 wee_database gets new options --add-column and --rename-column. 2021-02-22 12:20:38 -08:00
Tom Keffer
9605ec91c8 Fixed bug that prevented the Vantage driver from waiting before a wakeup retry. 2021-02-18 05:08:08 -08:00
Tom Keffer
bada58c979 Uploads to PWSWeather and WOW now use HTTPS. Fixes issue #650. 2021-02-16 17:48:36 -08:00
Tom Keffer
f2b20931cb Plots longer than 2 years use a 6 month time increment. 2021-02-12 14:07:15 -08:00
Tom Keffer
cb0d0e5036 Changed encoding of NOAA templates to normalized_ascii.
Fixes issue #646.
2021-02-11 08:37:07 -08:00
Tom Keffer
90b96fafd7 Fix formatting issue. 2021-02-11 05:26:03 -08:00
Tom Keffer
f90473fb97 Added details about Debian upgrade options. 2021-02-04 06:23:31 -08:00
Tom Keffer
ca413db2f3 Corrected attribution for PR #631. 2021-01-30 16:01:33 -08:00
Tom Keffer
9bd4419936 V4.4.0 2021-01-30 11:07:10 -08:00
Tom Keffer
fc950cc61a Merge branch 'master' into development
# Conflicts:
#	docs/changes.txt
2021-01-29 06:50:00 -08:00
gjr80
69514e9b40 Updated changelog and upgrade guide to include dirsumtime patch #642 2021-01-29 09:23:47 +10:00
Tom Keffer
fb57cc47a9 Fixed typo. Commit adaf4d920b actually fixes issue #644. 2021-01-26 06:12:36 -08:00
Tom Keffer
2d501adb80 Introduced new encoding type 'normalized_ascii', which replaces characters that
have accented marks with analogous ascii characters. For example, ö gets
replaced with o.
2021-01-26 06:10:30 -08:00
Tom Keffer
adaf4d920b NOAA reports now use a 'utf8' encoding instead of 'strict_ascii'. This will only affect new installations. Fixes issue #654. 2021-01-26 06:09:27 -08:00
Tom Keffer
29b92e3733 Fixed problem that could cause program to crash if asking for deltas of a non-existent key. 2021-01-16 18:09:01 -08:00
Tom Keffer
624fb9e9fa Fixed problem that could cause reporting to fail under Python2.7 if the configuration dictionary contained a comment with a UTF-8 character.
Fixes issue #639
2021-01-16 09:42:53 -08:00
Tom Keffer
bf4da5b73e Fixed problem where plots could fail if the data range was outside of a specified axes range.
Fixes issue #638.
2021-01-15 09:50:12 -08:00
Tom Keffer
2a34e19f84 Pur PR #637 in change log. 2021-01-12 17:53:12 -08:00
Tom Keffer
c3aa8fc355 Reference the appendix "Units". 2021-01-12 14:47:01 -08:00
Tom Keffer
21c6b169bc Clarify comments on rain. 2021-01-12 14:34:57 -08:00
Tom Keffer
5fbe0d51e8 Fixed problem where invalid mintime or maxtime was returned for days with no data.
Fixes issue #635.
2021-01-08 13:21:28 -08:00
Tom Keffer
c788d67720 Replaced http with https in many places. 2021-01-08 11:43:24 -08:00
Tom Keffer
3f6e86bb1c Document degree_E. 2021-01-07 20:07:05 -08:00
Tom Keffer
102115731b Patching process is more forgiving about records with interval less than or equal to zero. 2021-01-07 15:43:41 -08:00