cmcginty / PyWeather

Bindings for Davis Vantage Pro and Pro2 weather stations, upload of weather data (e.g. wunderground.com, pwsweather.com), and meteorological calculation/conversion functions.
GNU General Public License v3.0
60 stars 34 forks source link

improved WeatherPoint class and updated ArchiveStruct B #19

Closed saveriogzz closed 2 years ago

saveriogzz commented 2 years ago

this is my attempt at replicating #5 's code and adapting it to python3. The _ArchiveBStruct and _TimeStruct are entirely taken from @bgkerion (kudos deserved!) .

Methods to get and set the console time, which makes use of _TimeStruct, have not yet been written

TODOs

Some other fixes include minor PEP style improvements.

saveriogzz commented 2 years ago

hey @cmcginty , sorry I didn't ping you for the review! I left a few comments along the way, cheers!