diff --git a/NEWS.md b/NEWS.md index 8cbbde5f..582967d5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,9 @@ Developers: for some general tips for writing good bullets see https://style.tid ## Updates by date +* 2024-08-06 Monthly update for: `oisst_7day`, `oisst_month` (both updated two + weeks earlier), `buoy_sst`, and indices `ao`, `oni`, `pdo`, and `soi`. + * 2024-06-10 Monthly update for May: `oisst_7day`, `oisst_month` (both updated 2024-05-20), `buoy_sst`, and indices `ao`, `oni`, `pdo`, and `soi`. * 2024-05-08 Added Pacific Herring stock assessment results, including new diff --git a/data-raw/buoys/buoy-sst.R b/data-raw/buoys/buoy-sst.R index 49b91e66..e8295408 100644 --- a/data-raw/buoys/buoy-sst.R +++ b/data-raw/buoys/buoy-sst.R @@ -100,6 +100,7 @@ dfo_data # 3.666 million rows when removing pre-1991 . Every few minutes h # so keeping with with_tz. # 9/11/2023 update: 3.797 million rows # 29/1/2024 update: 3.811 million rows + # 6/8/2024 update: 3.839 million rows summary(dfo_data) # Earliest is 1987, so not adding tons of data, yet not really worth # excluding 1987-1991 for our purposes (Andrea did since @@ -174,6 +175,7 @@ dfo_daily_mean # 158,012 rows up to 2023-08-23 # 158,638 2023-11-09 # 159,407 2023-02-17 # max(dfo_daily_mean$date) +# 160,467 2024-07-30 # Before doing two-hour quality control had less, not sure how many (can test by # changing num_two_hour_intervals_required) diff --git a/data/buoy_sst.rda b/data/buoy_sst.rda index 095063d8..9a302dff 100644 Binary files a/data/buoy_sst.rda and b/data/buoy_sst.rda differ