From 28eca6b8cc1ea711faaae6851873e2e283dec940 Mon Sep 17 00:00:00 2001 From: Ben Bradford Date: Thu, 27 Jul 2023 15:28:42 -0500 Subject: [PATCH] update AWON page to include Wisconet --- app/views/awon/index.html.erb | 33 ++++++++++++++++++--------------- app/views/home/index.html.erb | 3 ++- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/app/views/awon/index.html.erb b/app/views/awon/index.html.erb index 4310ac9..419b34e 100644 --- a/app/views/awon/index.html.erb +++ b/app/views/awon/index.html.erb @@ -1,14 +1,3 @@ -<% @title = "Automated Weather Observation Network" %> -<% @welcome_image = "awon.png" %> - -<% content_for :welcome do %> -

<%= @title %>

-

Important Notice:

-

After the most recent date shown in the selector, data from Arlington and Hancock will be available via the <%= link_to "Michigan State University Enviroweather Service", "https://enviroweather.msu.edu" %>.

-

Hover over the yellow dot and left click to see the station page. Left click link under photo, select Custom Reports -- select Data Type for data table.

-

Data collected and recovered prior to the end date above are archived and available here.

-<% end %> - <% content_for :scripts do %> <% end %> -

Weather Station Status and Data

-

<%= link_to "List of stations", action: :station_info %>, their geographic locations, and the operational dates.

-

Download Weather or Soil Data

+<% @title = "Automated Weather Observation Network (AWON) Archive" %> +<% @welcome_image = "awon.png" %> + +<% content_for :welcome do %> +

<%= @title %>

+

Important Notice:

+

The Hancock and Arlington stations were operated by <%= link_to "Michigan State University Enviroweather Service", "https://enviroweather.msu.edu", target: "_blank" %> between 2017 and 2023 and data for that period can be downloaded from their website.

+

From 2023-present, data from the Hancock and Arlington stations, as well as some additional stations in Wisconsin, are available from the <%= link_to "Wisconsin Environmental Mesonet (WiscoNet)", "https://wisconet.wisc.edu/", target: "_blank" %> website.

+<% end %> + +

<%= @title %>

+
+ +

Please note: The Automated Weather Observation Network (AWON) is no longer active. This page serves to archive weather data collected in Wisconsin prior to 2017. For current weather data from on-the-ground weather stations, please visit the <%= link_to "Wisconsin Environmental Mesonet (WiscoNet)", "https://wisconet.wisc.edu/", target: "_blank" %> website.

+ +

Download Historical Weather or Soil Data

+

<%= link_to "List of stations", action: :station_info %>, their geographic locations, and the operational dates.

<%= form_tag(controller: :awon, action: :download_data) do %> @@ -58,7 +61,7 @@ <%= station_selector_section.html_safe %> diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 840aa0d..bbba608 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -26,8 +26,9 @@ <%= link_to "Insolation", controller: :weather, action: :insol %>
  • <%= link_to 'National Weather Service HYD reports', controller: :weather, action: :hyd %>
  • -
  • <%= link_to "Automated weather station data archive", controller: :awon %> (Note: stations are no longer active)
  • +
  • <%= link_to "Automated Weather Observation Network (AWON) data archive", controller: :awon %> (Note: stations are no longer active)
  • <%= link_to "Day-of-year calendar", controller: :weather, action: :doycal %>
  • +
  • <%= link_to "Wisconsin Environmental Mesonet (WiscoNet)", "https://wisconet.wisc.edu/", target: "_blank" %> - opens in new tab
  • - Arlington and Hancock stations have a continuous record in the daily and the "hourly and half-hourly" tables; hourly prior to 1999, half-hourly subsequently. Some of the other stations used "half-hourly", others "hourly". + Arlington and Hancock stations have a continuous record in the daily and the "hourly and half-hourly" tables; hourly prior to 1999, half-hourly subsequently. Some of the other stations used "half-hourly", others "hourly". Not all stations collected each type of data.