14 Inshore bottom trawl surveys
Description: Inshore surveys include the Northeast Area Monitoring and Assessment Program (NEAMAP) survey, Massachusetts Division of Marine Fisheries Bottom Trawl Survey, and Maine/New Hampshire Inshore Trawl Survey.
Indicator category: Database pull with analysis
Found in: State of the Ecosystem - Mid-Atlantic (2019+), State of the Ecosystem - New England (2019+)
Contributor(s): James Gartland, Matt Camisa, Rebecca Peters, Sean Lucey
Data steward: Kimberly Bastille, kimberly.bastille@noaa.gov
Points of contact: James Gartland (NEAMAP), jgartlan@vims.edu; Rebecca Peters (ME/NH survey), rebecca.j.peters@maine.gov; Sean Lucey (MA Inshore Survey), sean.lucey@noaa.gov
Public availability statement: Data are available upon request.
14.1 Methods
14.1.1 Data Sources
All inshore bottom trawl survey data sets were derived from raw survey data. NEAMAP source data are available for download here. More detailed information describing NEAMAP survey methods is available on the NEAMAP website. ME/NH inshore survey data are available upon request (see Points of Contact). Technical documentation for ME/NH survey methods and survey updates are made available through the Maine Department of Marine Resources. Data from the MA Inshore Bottom Trawl Survey are stored on local servers at the Northeast Fisheries Science Center (Woods Hole, MA), and are also available upon request. More information about the MA Inshore Bottom Trawl Survey is available here.
14.1.2 Data extraction
Source data from the Massachusetts DMF Bottom Trawl Survey were extracted using this R script.
14.1.3 Data Processing
The following R code was used to process inshore bottom trawl data into the ecodata
R package.
New England
https://github.com/NOAA-EDAB/ecodata/blob/master/data-raw/get_inshore_survdat.R
Massachusetts
https://github.com/NOAA-EDAB/ecodata/blob/master/data-raw/get_mass_inshore_survey.R
Mid-Atlantic (NEAMAP)
https://github.com/NOAA-EDAB/ecodata/blob/master/data-raw/get_mab_inshore_survey.R
14.1.4 Data Analysis
Biomass indices were provided as stratified mean biomass (kg tow-1) for all inshore surveys. Time series of stratified mean biomass were calculated for ME/NH and NEAMAP surveys through the following procedure:
- All species catch weights were summed for each tow and for each feeding guild category.
- The average weight per tow, associated variances and standard deviation for each survey, region, stratum, and feeding guild was calculated.
- Stratified mean biomass was then calculated as the sum of the weighted averages of the strata, where the weight of a given stratum was the proportion of the survey area accounted for by that stratum.
Stratified mean biomass was also calculated for the MA Inshore Bottom Trawl Survey. These calculations followed those used to find stratified mean biomass by feeding guild in the NEFSC Bottom Trawl Survey and are described in greater detail here. The R code used to derive the stratified mean biomass indices for MA Inshore time series is provided below.
R code used for analysis can be found here.
catalog link https://noaa-edab.github.io/catalog/mab_inshore_survey.html https://noaa-edab.github.io/catalog/mass_inshore_survey.html https://noaa-edab.github.io/catalog/ne_inshore_survey.html