forked from NOAA-EDAB/tech-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRecreational_Data.Rmd
More file actions
49 lines (29 loc) · 2.24 KB
/
Copy pathRecreational_Data.Rmd
File metadata and controls
49 lines (29 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Recreational Fishing Indicators
```{r setup, echo = F, message=F}
#Load packages
library(knitr)
library(rmarkdown)
```
## Contributor name(s)
Geret DePiper
## Data name
Total Catch and total angler trips, by region (North Atlantic and Mid-Atlantic)
### Indicator category
1. Database pull
## Methods
We use total recreational harvest as an indicator of seafood production and total recreational trips and total recreational anglers as proxies for recreational value generated from the Mid-Atlantic and New England regions respectively.
### Data source(s)
The number of harvested fish was downloaded from the MRIP National Query December 12, 2017. Harvested fish is TOTAL HARVEST (A+B1). Note that 2017 is considered preliminary at the time of the pull. The series can be found at https://www.st.nmfs.noaa.gov/recreational-fisheries/data-and-documentation/queries/index, and map the "NORTH ATLANTIC" Region to "NE" and "MID-ATLANTIC" Region to "MA" for purposes of the SOE. The number of angler trips and number of anglers was pulled from two sources on December 12, 2017. Angler trips is "TOTAL" trips, was pulled from the MRIP effort data time series, and includes data from 1981 - 2017. Note that 2017 is considered preliminary at the time of the pull. The number of anglers is total number of anglers from the MRFSS participation time series, and includes data from 1981 - 2016. Both series can be found at https://www.st.nmfs.noaa.gov/recreational-fisheries/data-and-documentation/queries/index, and map the "NORTH ATLANTIC" Region to "NE" and "MID-ATLANTIC" Region to "MA" for purposes of the SOE.
### Data extraction
Data must be downloaded into a csv, which is then imported to R for the purpose of the SOE.
### Data analysis
N/A
### Further metadata
#### Public availability statement
Data is publically available at web addresses indicated above.
#### Point of contact
Geret DePiper, <geret.depiper@noaa.gov>
#### Data steward
Geret DePiper, <geret.depiper@noaa.gov>
<!-- References -->
<!-- References must be submitted in BibTeX format. When compiling this document, they will appear in this section. There is no need to write them out here. Don't forget to include the name of your .bib file in the YAML header (fill in XYZ.bib in YAML header)!!!!!-->