2024 IPHC data have been added. Since 2024-05 the following changes have occurred
-
Bait
column added; but this does not resolve the baits used in the 2012 bait experiment, these 2012 values are NA -
Some missing values in environmental data columns are now included
-
Additional non halibut species were added, this seems to be the inclusion of extra stations, mostly in 2018 and 2020 that did not have data before
-
Widow rockfish are now in the time series because one was caught in 2018 in a set that has been recently added
-
The number of halibut observed station_key == 20220349, was decreased by one (56 -> 55)
- Comment out SQL that was dropping midwater trawl discard weights before 2006.
See line in
inst/sql/get-catch.sql
about trip categoryOPT B
. Currently line 22. We see no reason to remove these.
- For commercial biological samples: discards with a null sample source code are now coded as discards instead of unknown.
- HBLL INS (ssid: 39, 40) are now included in the default call for
get_survey_sets()
- Year, month and catch calculation moved to sql code instead of tidy funcion to reduce run time on already extracted data.
- Beginning to adapt tidy_cpue_index to work for hook and line data in additon to trawl data.