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
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
[x] method _fields_to_weather_point --> check how it will instantiate a WeatherPoint object
[x] add option to report metric or imperial system of measurements --> marked done since it is a job for another PR
Some other fixes include minor PEP style improvements.
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
_fields_to_weather_point
--> check how it will instantiate a WeatherPoint objectSome other fixes include minor PEP style improvements.