File Format - Hourly, Daily, Monthly Data Files

17 views
Skip to first unread message

John Davis

unread,
Apr 28, 2025, 7:42:22 AMApr 28
to pywws
Hi all
I'm trying to decipher the Hourly, Daily, and Monthly data files in PYWWS. Has anyone deciphered them and can they tell me what each column represents, Apologies if this question has already been answered. Thanks

Jim Easterbrook

unread,
Apr 28, 2025, 7:51:11 AMApr 28
to py...@googlegroups.com
On 28/04/2025 12:00, John Davis wrote:
> Hi all
> I'm trying to decipher the Hourly, Daily, and Monthly data files in
> PYWWS. Has anyone deciphered them and can they tell me what each column
> represents

Rather than try to decipher the files, you could just look at the
software that creates them.

Each file type has an associated class, such as RawStore (see
https://github.com/jim-easterbrook/pywws/blob/bac9a4b1039cdd2512b16dd4dd80abd0eaa9acaf/src/pywws/filedata.py#L447).
The classes each have a 'key_list' attribute which says what each column
is. Most of the items are in the expected units - Celsius degrees,
metres/second, hPa, etc. 'idx' is a UTC timestamp, rain is mm of rain
since the outside sensors were last reset.

--
Jim Easterbrook <http://www.jim-easterbrook.me.uk/>

John Davis

unread,
May 1, 2025, 3:59:21 AMMay 1
to pywws
Jim - Excellent, thank you very much for your support. Regards John D
Reply all
Reply to author
Forward
0 new messages