Re: [weewx-user] Daily Archive ARC files like wview

2023-01-02 Thread Chris Alemany
That worked well. Thanks. > On Jan 2, 2023, at 13:50, Tom Keffer wrote: > > It's undocumented, and I haven't tested it, but I should think > > $station.stn_info.latitude_f > $station.stn_into.longitude_f > > would do it. > > On Mon, Jan 2, 2023 at 1:42 PM Chris Alemany

Re: [weewx-user] Daily Archive ARC files like wview

2023-01-02 Thread Chuck Rhode
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 2 Jan 2023 13:42:53 -0800 (PST) Chris Alemany wrote: > Doing a little addition. Could someone point me in the direction of > how to generate Lat Long in decimal degrees? (ie. as they are in the > weewx.conf file controlling for decimal point)

Re: [weewx-user] Daily Archive ARC files like wview

2023-01-02 Thread Tom Keffer
It's undocumented, and I haven't tested it, but I should think $station.stn_info.latitude_f $station.stn_into.longitude_f would do it. On Mon, Jan 2, 2023 at 1:42 PM Chris Alemany wrote: > Doing a little addition. Could someone point me in the direction of how to > generate Lat Long in decima

Re: [weewx-user] Daily Archive ARC files like wview

2023-01-02 Thread Chris Alemany
Doing a little addition. Could someone point me in the direction of how to generate Lat Long in decimal degrees? (ie. as they are in the weewx.conf file controlling for decimal point) On Sunday, January 1, 2023 at 3:51:02 PM UTC-8 Chris Alemany wrote: > They are! Should be reasonably compatible

Re: [weewx-user] Daily Archive ARC files like wview

2023-01-01 Thread Chris Alemany
They are! Should be reasonably compatible with CSV importers too. Sent from my iPhoneOn Jan 1, 2023, at 15:25, Tom Keffer wrote:Those rigid text formats are fun to write, no?On Sun, Jan 1, 2023 at 2:05 PM Chris Alemany wrote:Hi all,Since moving from wview to weewx however man

Re: [weewx-user] Daily Archive ARC files like wview

2023-01-01 Thread Tom Keffer
Those rigid text formats are fun to write, no? On Sun, Jan 1, 2023 at 2:05 PM Chris Alemany wrote: > Hi all, > > Since moving from wview to weewx however many years back I’ve long missed > wview's default generation of five minute interval (or whatever your > interval is) “ARC” files every day.