- Stakeholder
- Dr. Kanae Tokunaga, Senior Scientist ([email protected]), Gulf of Maine Research Institute (GMRI)
- Story
- The GMRI Coastal and Marine Economics Lab seeks to understand the mechanisms behind decisions and behaviors related to coastal and marine resource uses. This project focuses on the groundfish. New England is home to a groundfish fishery that produces a variety of whitefish, including species that are culturally important, such as cod and haddock. We also import a large amount of whitefish from the Northeast Atlantic. In other words, locally harvested whitefish directly competes with imports from the Northeast Atlantic. We want to understand the market competition and relationships between New England and Northeast Atlantic (e.g., Norway, Iceland, Scotland).
- Data
- Global: https://www.sea-ex.com/trading/market.htm
- Portland Fish Exchange: https://www.pfex.org/price-landing-tool/
- NOAA Landings and Foreign Trade: https://www.fisheries.noaa.gov/foss/f?p=215:2:5473541341067
Peizhi Yan(Team Leader, Username: Peizhi96), Zhicun Chen, Zican Hao
- Go to website NOAA Landings.
- Select ‘Commercial’ for ‘Data Set’.
- Select all the years available by clicking on ‘>>’ button.
- Select ‘NMFS Regions’ for ‘Region Type’.
- Select ‘New England’ for ‘State Landed’.
- Select ‘All species’ for ‘Species’.
- Select ‘TOTALS BY YEAR/STATE/SPECIES’ for report format.
- Click on ‘RUN REPORT’.
- Click on ‘Actions’ -> ‘Download’ -> ‘CSV’ -> ‘Download’.
- Data file named ‘FOSS_landings.csv’ will be downloaded.
- Go to website NOAA Foreign Trade.
- Select ‘Imports’ for ‘Trade Type’.
- Select ‘Annual’ for ‘Time range’.
- Select all the years available by clicking on ‘>>’ button.
- Select ‘Country’ for ‘Geographic Scale’.
- Select all the Northeast Atlantic countries: Belgium, Denmark, Finland, France, Germany, Germany(East), Ireland, Iceland, Luxembourg, Netherlands, Norway, Portugal, Spain, Sweden, Switzerland, United Kingdom.
- Select ‘Product’ for ‘Product Type’.
- Select ‘GROUNDFISH(ALL)’ for ‘Product’.
- Select ‘TOTALS BY YEAR/PRODUCT/COUNTRY’ for report format.
- Click on ‘RUN REPORT’.
- Click on ‘Actions’ -> ‘Download’ -> ‘CSV’ -> ‘Download’.
- Data file named ‘ANNUAL TRADE-YEAR-PRODUCT-COUNTRY.csv’ will be downloaded.
Link to EDA: EDA
To generate a report, execute the following command:
make demo_report
For customized reports, use:
make report
Follow the on-screen prompts to specify parameters:
Enter start year: 2000
Enter end year: 2010
Enter report name: MyReport
Enter region (Maine or New England): New England
Parameters Explained
- Start Year: The beginning year for the report analysis.
- End Year: The ending year for the report analysis.
- Report Name: Desired name for the report file.
- Region: Landing regions, specifically Maine or New England (case sensitive).
Note: The expected behavior is for your report to open and display in your browser. In case of any issues, such as user permission errors, manually open or drag the report_name.html file into your browser.
The data processing challenge is more formidable than initially anticipated. Ambiguities arise from certain rows within North Atlantic groundfish imports, where combined product names, such as COD/HADDOCK, obscure the identification of a single species. Dropping these rows outright is infeasible, given their significant market value and volume implications. Consequently, we adopt the first-occurring species as the definitive species for analysis.
Our report template draws inspiration from the findings presented in the "2022 Commercial Fisheries Value Returns to Levels More in Line with Recent Years" report by the Maine Department of Marine Resources.