pbs-assess / gfiphc

:fishing_pole_and_fish: An R package for data extraction and analysis of groundfish data from the IPHC Longline Survey in British Columbia
3 stars 0 forks source link

Add 2023 data #23

Open seananderson opened 1 month ago

seananderson commented 1 month ago

Add 2023 data.

Notes:

as.data.frame(dplyr::filter(sets_raw,
+                            Station == twice_fished))
  Row number Year   Stlkey Vessel code Station Setno       Gear IPHC Reg Area IPHC Stat Area
1        154 2023 20230351         STW    2258    49 Fixed Hook            2B             90
2        155 2023 20230352         STW    2258    50 Fixed Hook            2B             90
  IPHC Charter Region  Purpose Code      Date Eff Ineffcde BeginLat  BeginLon BeginDepth (fm)
1           Goose Is. Standard Grid 25-Jun-23   N       MS  50.9077 -129.5333             117
2           Goose Is. Standard Grid 25-Jun-23   Y     <NA>  50.9000 -129.5333             105
   EndLat    EndLon EndDepth (fm) MidLat fished MidLon fished AvgDepth (fm) Lat - Grid target
1 50.8697 -129.5332           180       50.8887     -129.5333           112            50.834
2 50.8623 -129.5328           124       50.8812     -129.5330           109            50.834
  Lon - Grid target O32 Pacific halibut count U32 Pacific halibut count O32 Pacific halibut weight
1          -129.533                         3                         2                         53
2          -129.533                        27                         7                        793

So far I have done nothing about that.

|                                | Only north of WCVI | Full coast | Restricted area of interest |
|--------------------------------|--------------------|------------|-----------------------------|
| First 20 hooks from each skate | A (26)             | D (22)     | E                           |
| All hooks from each skate      | B (18)             | C (16)     | F                           |

I added a NEWS.md file and added that to the updating steps.