sq6jnx / sr0wx.py

Automatic hamradio weather station written in python
Apache License 2.0
13 stars 4 forks source link

worldweatheronline broadcast structure change #32

Open wprzyb opened 9 years ago

wprzyb commented 9 years ago

Now we have whole-day minimum and maximum temperature read in the 3 hour forecast section.

I suggest separating that, because i have reports like "it have no sense, how could the temperature change from 3 to 20 in 3 hour period?"

Now maxtempC and mintempC is taken from one level above the hourly forecast. If i remember correctly it wasn't always like that, and current broadcast wasn't changed so much.

I will make another broadcast on my own, on my branch and on the production, and suggest it.

sq6jnx commented 9 years ago

Yes, it may be a good idea.

sq6jnx commented 8 years ago

@wprzyb: I've published some major changes for wwo in https://github.com/sq6jnx/sr0wx.py/tree/world_weather_online branch.

Could you please take a look at this?