Join length-weights and nutritional parameters info to preprocessed landings
Source:R/model-taxa.R
join_weights.RdThe function integrate nutritional info from the get_nutrients_table function
and length-weight info from FIshBase databse to preprocessed surveys data and
convert catch labels according to the FAO nomenclature
(http://www.fao.org/fishery/statistics/global-production/3/en).
Length types
Every length reaching this function is a total length. v2 and v3 record TL; v1 recorded fork length and was converted once, at the freeze (done once in the freeze).
Input and output shape
Both are the flat long table — one row per (submission, catch, length
bin) — with the taxon already resolved from the assets snapshot by
preprocess_landings(). The output adds weight (grams) and the seven
per-catch nutrient columns and changes nothing else.