-
Hey I'm trying to clarify gear codes and gear groups in PacFIN data. 2 DRG ALL DREDGES ALL DREDGE GEAR Is this just to describe what's each group name stands for ? Also I have in my data base some samples (more than 700) where PACFIN_GEAR_CODE = 'HKL' or 'TWL' whereas these are categories of PACFIN_GROUP_GEAR_CODE. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi Juliette, PacFIN has a lot of different users and three different state agencies that provide data. As a result, there are a LOT of different columns to denote gear. For stock assessment, we most commonly use In addition, I found the R code that was used to analyze fishery dependent data in 2019. I have pushed it here. There is no comparable R code archived for yelloweye I don't think, but @gertsevv has been able to share more detailed spreadsheets than are available in the report with the team. -Kiva |
Beta Was this translation helpful? Give feedback.
-
I support comparing re-analyzed data to what was in the 2019 model but not necessarily replacing the original data, especially if that was done in the previous update. The exception might be that the final year of data in the model often sees the most change because it may not have been complete at the time of the last update. Therefore you may wish to update 2018 as well: 2018-2024. Regarding gear codes in PacFIN and fleet structure, I've just added some additional R scripts from the 2015 Widow assessment to https://github.com/pfmc-assessments/Assessment_Class/blob/main/Archived%20assessment%20models/Widow%20rockfish/R%20code/2015_Rcode/, where the |
Beta Was this translation helpful? Give feedback.
Hi Juliette,
PacFIN has a lot of different users and three different state agencies that provide data. As a result, there are a LOT of different columns to denote gear. For stock assessment, we most commonly use
PACFIN_GROUP_GEAR_CODE
. This is only available for the catch data-- but you can see which specificPACFIN_GEAR_CODE
matches up with the more generalPACFIN_GROUP_GEAR_CODE
. Note that for widow rockfish, bottom trawl and midwater trawl will be combined into the TWL group gear code.In addition, I found the R code that was used to analyze fishery dependent data in 2019. I have pushed it here.
There is no comparable R code archived for yelloweye I don't think, but @gertsevv has been …