Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfmc-assessments/nwfscSurvey
Tool to pull and process NWFSC West Coast groundfish survey data for use in PFMC groundfish stock assessments
https://github.com/pfmc-assessments/nwfscSurvey
Last synced: about 2 months ago
JSON representation
Tool to pull and process NWFSC West Coast groundfish survey data for use in PFMC groundfish stock assessments
- Host: GitHub
- URL: https://github.com/pfmc-assessments/nwfscSurvey
- Owner: pfmc-assessments
- Created: 2014-11-08T00:38:17.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T23:37:45.000Z (8 months ago)
- Last Synced: 2024-05-20T06:46:04.902Z (8 months ago)
- Language: R
- Homepage: http://pfmc-assessments.github.io/nwfscSurvey/
- Size: 8.56 MB
- Stars: 10
- Watchers: 11
- Forks: 6
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-sustainable-technology - nwfscSurvey - Tool to pull and process NWFSC West Coast groundfish survey data for use in PFMC groundfish stock assessments. (Biosphere / Marine Life and Fishery)
README
[![R-CMD-check](https://github.com/pfmc-assessments/nwfscSurvey/workflows/R-CMD-check/badge.svg)](https://github.com/pfmc-assessments/nwfscSurvey/actions)
[![DOI](https://zenodo.org/badge/26344817.svg)](https://zenodo.org/badge/latestdoi/26344817)## Installation
`nwfscSurvey` provides code for analysis of the Northwest Fisheries Science Center (NWFSC) West Coast Groundfish Bottom Trawl, NWFSC
slope, Alaska Fisheries Science Center (AFSC) slope, and AFSC Triennial surveys. Code within this package allows
for pulling of data from the [NWFSC data warehouse](https://www.nwfsc.noaa.gov/data), calculating the design-based
indices of abundance, visualization of data, and processing length- and age-composition data for use in West Coast groundfish stock assessment.This code was developed for use by scientists at the NWFSC and is intended to work on the specific data products that we have access to using methods specific to the needs of this group.
``` r
install.packages("remotes")
remotes::install_github("pfmc-assessments/nwfscSurvey")
```## Package information
A [website](http://pfmc-assessments.github.io/nwfscSurvey/index.html) is now available for the package. The ["Get started"](http://pfmc-assessments.github.io/nwfscSurvey/articles/nwfscSurvey.html) tab provide general information on how to pull, visualize, and process survey data. Additionally, the ["Reference"](http://pfmc-assessments.github.io/nwfscSurvey/reference/index.html) tab provides a detailed list of all available functions.