Describes data in the NEFSC databases with a special eye towards fields that are used by social scientists. Sometimes contains sample code to extract data.
Please help make this a valuable up-to-date resource. To add your knowledge, follow the instructions in the "How to help" section here.
-
Many data tables are live, with nightly or continuous updates. For example, when working with the dealer data, expect approximately 300 changes or additions to the current and previous year of data per day. Data is “complete” 6-9 months after the end of the calendar year; however, small changes are always occurring. This has consequences for reproducibility if you do not store a copy of the data.
-
Make sure the table that you're using is not "stale." Alot of the data is copied from GARFO to NEFSC servers. Sometimes, they stop getting copied. Sometimes they are updated monthly. One way to check this is to get the maximum DE, DC, or some other date field.
-
There are tables and there are views. Sometimes, the sql that generates a view can help you figure out why you're getting an unexplainable result of a query. For example, the following bit of code shows that SECTOR_PARTIPANTS_CPH is based, in part on permit.vps_owner, permit.vps_vessel, and mqrs.mort_elig_criteria.

-
If you want to use ODBC with R or Stata to read data straight into your software, take a look here
-
It's good practice to include the schema when you query data. That is, write:
select * from permit.vps_owner
instead of
select * from vps_owner
AMS and DAS : Allocation Management System (AMS); Days-at-Sea Management System
CAMS: Catch Accounting and Monitoring System . The next generation DMIS and _AA
Cost Survey : Cost survey Data
Dealer Dealer or Commercial Fisheries Dealer Database (CFDBS)
DMIS: Data Matching and Imputation System
MQRS : Moratorium Qualification something System
observer: Fishery Observers
permit: Vessel permitting
sector : Sector Databases
svdbs : Survey Databases
Veslog : Vessel Trip Reports (VTRs)
“This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project code is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.”
- who worked on this project: Min-Yang
- when this project was created: Jan, 2021
- what the project does: Describes data in the oracle databases with a special eye towards fields that are used by social scientists
- why the project is useful: Describes data in the oracle databases with a special eye towards fields that are used by social scientists
- how users can get started with the project: Just read the readme
- where users can get help with your project: Open an issue
- who maintains and contributes to the project. Min-Yang
See here for the license file