About this Ashland weather station:
| Latitude: | $station.latitude[0]° $station.latitude[1]' $station.latitude[2] | Longitude: | $station.longitude[0]° $station.longitude[1]' $station.longitude[2] | Altitude: | $station.altitude ($station.altitude.meter) |
This station uses a wireless $station.hardware, controlled by 'weewx', written in Python, and is running on Ubuntu 16.04.1 linux.
RSS feed Mobile formatted Smartphone formatted
Weewx (v$station.version) uptime: $station.uptime Server uptime: $station.os_uptime
Today's Almanac
#if $almanac.hasExtras
## Extended almanac information is available. Do the full set of tables.
#set $sun_altitude = $almanac.sun.alt
#if $sun_altitude < 0
#set $sun_None="(Always down)"
#else
#set $sun_None="(Always up)"
#end if
#else
## No extended almanac information available. Fall back to a simple table.
#end if
| 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) |
#if $day.radiation.has_data
#end if
#if $day.UV.has_data
#end if
#if $day.rxCheckPercent.has_data
#end if
#if $day.leafTemp2.has_data
#end if
#if $day.ET.has_data
#end if