Commit Graph

21 Commits

Author SHA1 Message Date
Tom Keffer
8ebefa513e Require "ephem" instead of "pyephem"
Package has been renamed on pypi.org.

Also, ephem V3.7 doesn't work. We require 4.1.
2023-05-27 04:50:48 -07:00
Tom Keffer
3b2f7c3817 Remove dollar sign from parameter names in Cheetah expressions. 2023-05-26 17:08:15 -07:00
Tom Keffer
2aba36a7e3 Return almanac properties as ValueHelpers.
This leverages all the goodness of ValueHelpers, including obeying
local formatting conventions.

To avoid breaking old skins, the VH versions have been given
new names.
2023-05-25 15:46:54 -07:00
Tom Keffer
ed24b0659c Format azimuth properties as zero padded 3 digits.
E.g., `005°` instead of `5°`.
2023-05-24 11:01:41 -07:00
Tom Keffer
3a30795b46 Fix calculation of astrometric heliocentric longitude.
It was called `hlong` instead of `hlon`.
2023-05-22 07:22:22 -07:00
Matthew Wall
da8ca196f1 minor cleanup to pip install page - eliminate gerunds, make headings consistent, smooth out some of the narrative 2023-05-20 23:11:34 -04:00
Matthew Wall
2bf4dfa290 generalize daemon options for pip installs 2023-05-20 22:54:13 -04:00
Matthew Wall
742f3b98cb added missing weewx arg for systemctl start/stop 2023-05-20 22:34:30 -04:00
Tom Keffer
9b203d6443 Accumulator firstlast no longer coerces values to a string 2023-05-03 15:34:30 -07:00
Tom Keffer
6b7e394692 Fix problem when setting Vantage repeater. Fixes issue #863.
Add retransmit information for Vantage `wee_device --info` query.
2023-05-01 12:26:37 -07:00
Tom Keffer
9acc7668e6 Remove function XTypeTable.get_series()
Let ArchiveTable.get_series() do the work.
2023-04-29 04:45:06 -07:00
Tom Keffer
6983a07c07 Define duration synonyms explicitly 2023-04-28 07:35:16 -07:00
Tom Keffer
7dc50e224a Allow additional shortcuts for specifying durations
For example, '3h' for three hours.
2023-04-22 07:22:15 -07:00
Tom Keffer
26f9466628 Allow aggregation of xtypes that are not in the database schema.
Fixes issue #864.
2023-04-13 12:55:55 -07:00
Tom Keffer
b936533bd5 No longer use weewx-python3.list --- make it explicit
Fix some links
2023-04-11 18:56:22 -07:00
Tom Keffer
419000c920 Correct pip upgrade process. 2023-04-07 15:39:57 -07:00
Tom Keffer
199f6c587c Merge branch 'master' into V5
# Conflicts:
#	docs_src/upgrading.htm
2023-04-07 15:21:51 -07:00
Tom Keffer
d906b88f79 Document where to find the pip-installed executables 2023-04-07 15:17:26 -07:00
Tom Keffer
b6679aeac4 Introduce option weectl station upgrade --what
Remove action `weectl station upgrade-skins`
2023-04-07 13:01:05 -07:00
Tom Keffer
365e8b9255 Add option --config-only to station upgrade 2023-04-07 05:33:43 -07:00
Tom Keffer
2fe42433fe Rename docs subdirectories.
docs -> docs_src
html_docs -> docs

This puts the names closer to the end product.
2023-04-04 07:27:42 -07:00