This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
weewx
Watch
1
Star
0
Fork
0
You've already forked weewx
mirror of
https://github.com/weewx/weewx.git
synced
2026-06-11 02:25:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00fdf12eff68c44f90d54ec8ea5117fafd5b5656
weewx
/
bin
/
weeutil
History
Tom Keffer
8b87d089a4
Added class GenWithPeek, a generator with peek ahead.
2012-07-15 14:57:55 +00:00
..
test
Cleaned up warnings by either fixing them or suppressing them.
2011-04-14 21:47:57 +00:00
__init__.py
V1.7.0 hopefully
2010-04-12 22:41:45 +00:00
dbutil.py
Conditionally imports sqlite3. If it does not suppor the "with" statement, then imports pysqlite2 as sqlite3.
2012-03-24 16:01:28 +00:00
ftpupload.py
Fixed bug that caused the reporting thread to terminate if an exception is thrown while doing FTP.
2012-07-06 15:52:11 +00:00
Moon.py
Now uses pyephem for astronomical calculations if it is available. Otherwise, fall back to the old calculations.
2011-03-26 01:11:02 +00:00
Sun.py
Suppressed warnings emitted by Pydev by using dummy names on unused variables.
2010-06-17 01:49:15 +00:00
weeutil.py
Added class GenWithPeek, a generator with peek ahead.
2012-07-15 14:57:55 +00:00