Calculate Catch Weights Using Length-Weight Relationships
calculate_catch.Rd
This function calculates catch weights using length-weight relationships from FishBase. It processes catch data by mapping common names to scientific names, retrieving length-weight coefficients, and applying the length-weight equation to estimate catches.
Details
The function performs several steps:
Groups related species categories (e.g., combining sardines and pilchards)
Maps common names to scientific names using FishBase
Retrieves length-weight relationships for species in the area (C_Code = 508)
Calculates median length-weight coefficients for each species group
Estimates catch weights using the length-weight equation: W = a * L^b
Note
Length-weight relationships are filtered for area code 508
Median values of length-weight coefficients are used when multiple relationships exist
Only relationships with no quality issues (EsQ is NA) are used
See also
preprocess_landings
for data preprocessing steps