knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
We will attempt to summarise the data sources, methods, assumptions made, and the caveats of note in the comlandr
package.
Data are used from various sources to compile the resulting data pull
Commercial landings data resides in the Catch Accounting and Monitoring System (CAMS) a database maintained by the Greater Atlantic Regional Fisheries Office (GARFO). This system was officially launched in 2022. Prior to this time landings data was more fragmented and "snapshots" of the data (housed at GARFO) was stored at the NEFSC. This was the source data for all stock assessments.
The Stock Efficiency Initiative was created (prior to the adoption of CAMS) with the goal of consolidating the landings data into a more digestible form for use in stock assessments (amongst many other things). STOCKEFF now incorporates CAMS data (post 2022) and legacy data to serve up a product for stock assessments.
comlandr
uses the STOCKEFF product exclusively for all landings data.
The reason for this is to align the scientific products created by the Ecosystem Dynamics and Assessment Branch (EDAB) with stock assessments undertaken by Population Dynamics Branch by using the same underlying data source.
Herring data comes from the State of Maine and is not fully integrated into CAMS (and therefore STOCKEFF). In comlandr
, the Herring data is pulled from a separate source managed independently from STOCKEFF.
Landings by non US fishing vessels (foreign landings) within the Northwest Atlantic waters are managed by the Northwest Atlantic Fisheries Organization (NAFO). comlandr
pulls this data from the NAFO website and merges it with US landings data
For detailed information regarding NAFO data please review the vignette("ForeignCatch")
and vignette("ForeignCatchCompare21A21B")
vignette("landingsUs")
)vignette("missingData")
)vignette("landingsHerring")
)vignette("landingsNafo")
)vignette("speciesValue")
)vignette("disaggregate")
)vignette("aggregateAreas")
)vignette("aggregateGears")
)The reporting of discarding is not legally required. However estimates are required for management. comlandr
uses data from the Observer program to help estimate discards.
See vignette("discarding")
Although US landings data (SPPLIVLB) pulled from STOCKEFF can be retrieved from as early as 1964, species value (SPPVALUE) is only available from 1982. Prior to this date the value can not be reliably validated.
Menhaden landings are not complete in the commercial database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.