Skip to content

check value calculations for species marketed as parts #68

@sgaichas

Description

@sgaichas

I think we drop all parts in get_comland_raw_data:

# Remove fish parts so live weight is not double counted
if(removeParts){
comland.yr <- comland.yr[!NESPP4 %in% c('0119', '0123', '0125', '0127',
'0812', '0819', '0828', '0829',
'1731', '2351', '2690', '2699',
'3472', paste0(348:359, 8),
'3868', paste0(469:471, 4),
paste0(480:499, 8), '5018',
'5039', '5261', '5265'), ]
}

This is to ensure species live weight isn't double counted.

Potential problem that needs checking:
Species like monkfish and skates often get different prices for parts.

Ensure that our code is getting the value correct for these species for our revenue calculations and indicators.

Metadata

Metadata

Assignees

No one assigned

    Labels

    reviewSeems fishy! Needs a review

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions