Latitude: | $station.latitude[0]° $station.latitude[1]' $station.latitude[2] |
Longitude: | $station.longitude[0]° $station.longitude[1]' $station.longitude[2] |
Altitude: | $station.altitude |
This station uses a $station.hardware, controlled by 'weewx', an experimental weather software system written in Python. Weewx was designed to be simple, fast, and easy to understand by leveraging modern software concepts.
Weewx uptime: $station.uptime
Server uptime: $station.os_uptime
weewx v$station.version
Start civil twilight: | $almanac(horizon=-6).sun(use_center=1).rise |
Sunrise: | $almanac.sun.rise.string($sun_None) |
Transit: | $almanac.sun.transit |
Sunset: | $almanac.sun.set.string($sun_None) |
End civil twilight: | $almanac(horizon=-6).sun(use_center=1).set |
Azimuth: | $("%.1f°" % $almanac.sun.az) |
Altitude: | $("%.1f°" % $sun_altitude) |
Right ascension: | $("%.1f°" % $almanac.sun.ra) |
Declination: | $("%.1f°" % $almanac.sun.dec) |
Equinox: | $almanac.next_equinox |
Solstice: | $almanac.next_solstice |
Solstice: | $almanac.next_solstice |
Equinox: | $almanac.next_equinox |
Rise: | $almanac.moon.rise |
Transit: | $almanac.moon.transit |
Set: | $almanac.moon.set |
Azimuth: | $("%.1f°" % $almanac.moon.az) |
Altitude: | $("%.1f°" % $almanac.moon.alt) |
Right ascension: | $("%.1f°" % $almanac.moon.ra) |
Declination: | $("%.1f°" % $almanac.moon.dec) |
Full moon: | $almanac.next_full_moon |
New moon: | $almanac.next_new_moon |
New moon: | $almanac.next_new_moon |
Full moon: | $almanac.next_full_moon |
Phase: | $almanac.moon_phase ($almanac.moon_fullness% full) |
Sunrise: | $almanac.sunrise |
Sunset: | $almanac.sunset |
Moon Phase: | $almanac.moon_phase ($almanac.moon_fullness% full) |











