https://github.com/afsc-gap-products/gapsurvey

Catch, Length, and Specimen Data Import Program Instructions for at sea survey data for AFSC's Gulf of Alaska and Bering Sea groundfish surveys.

https://github.com/afsc-gap-products/gapsurvey

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 8 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    4 of 10 committers (40.0%) from academic institutions
  • Institutional organization owner
    Organization afsc-gap-products has institutional domain (www.fisheries.noaa.gov)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary

Keywords

fisheries fisheries-management noaa noaa-fisheries

Keywords from Contributors

bibtex citations open-science writing alaska climate groundfish temperature
Last synced: 6 months ago · JSON representation

Repository

Catch, Length, and Specimen Data Import Program Instructions for at sea survey data for AFSC's Gulf of Alaska and Bering Sea groundfish surveys.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 3
  • Open Issues: 3
  • Releases: 5
Topics
fisheries fisheries-management noaa noaa-fisheries
Created almost 5 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog

README.md

GAPsurvey logo.

At-sea data management tools for RACE GAP surveys

This code is always in development

This code is primarally maintained by:

Emily Markowitz (Emily.Markowitz AT noaa.gov; EmilyMarkowitz-NOAA)

Sean Rohan (Sean.Rohan AT noaa.gov; sean-rohan-NOAA)

Margaret Siple (Margaret Siple AT noaa.gov; MargaretSiple-NOAA)

Alaska Fisheries Science Center,

National Marine Fisheries Service,

National Oceanic and Atmospheric Administration,

Seattle, WA 98195

Table of contents

Make sure the necessary packages are installed

``` r library(devtools)

devtools::installgithub("afsc-gap-products/GAPsurvey") # Or remotes::installgithub("afsc-gap-products/GAPsurvey@main")

library(GAPsurvey) ```

or install from local file .tar.gz:

``` r

example, the user may have a different path

install.packages('C:/Users/User/Downloads/GAPsurvey_2025.06.07.tar.gz', repos=NULL, type='source') library(GAPsurvey) ```

User Resources

Cite this data

Use the below bibtext citations for citing the package created and maintained in this repo. Add “note = {Accessed: mm/dd/yyyy}” to append the day this data was accessed.

``` r cat(readLines(con = here::here("inst/CITATION.bib")), sep = "\n")

> @misc{GAPsurvey,

> author = {{NOAA Fisheries Alaska Fisheries Science Center, Goundfish Assessment Program}},

> year = {2024},

> title = {AFSC Goundfish Assessment Program at-Sea data management tools for RACE GAP surveys},

> howpublished = {https://www.fisheries.noaa.gov/alaska/science-data/groundfish-assessment-program-bottom-trawl-surveys},

> publisher = {{U.S. Dep. Commer.}},

> copyright = {Public Domain}

> }

```

Relevant publications

r source("https://raw.githubusercontent.com/afsc-gap-products/citations/main/cite/current_data_tm.r") # srvy_cite

Learn more about these surveys (Hoff, 2016; Markowitz et al., 2024, 2024; Siple et al., 2024; Von Szalay et al., 2023; Zacher et al., 2024).

Hoff, G. R. (2016). *Results of the 2016 eastern Bering Sea upper continental slope survey of groundfishes and invertebrate resources* (NOAA Tech. Memo. NOAA-AFSC-339). U.S. Dep. Commer.
Markowitz, E. H., Dawson, E. J., Wassermann, S., Anderson, C. B., Rohan, S. K., Charriere, B. K., and Stevenson, D. E. (2024). *Results of the 2023 eastern and northern Bering Sea continental shelf bottom trawl survey of groundfish and invertebrate fauna* (NOAA Tech. Memo. NMFS-AFSC-487; p. 242). U.S. Dep. Commer.
Siple, M. C., Szalay, P. G. von, Raring, N. W., Dowlin, A. N., and Riggle, B. C. (2024). *Data report: 2023 gulf of alaska bottom trawl survey* (NOAA Tech. Memo. AFSC processed report; 2024-09). U.S. Dep. Commer.
Von Szalay, P. G., Raring, N. W., Siple, M. C., Dowlin, A. N., Riggle, B. C., and Laman, E. A. and. (2023). *Data report: 2022 Aleutian Islands bottom trawl survey* (AFSC Processed Rep. 2023-07; p. 230). U.S. Dep. Commer.
Zacher, L. S., Richar, J. I., Fedewa, E. J., Ryznar, E. R., and Litzow, M. A. (2024). *The 2024 eastern Bering Sea continental shelf trawl survey: Results for commercial crab species DRAFT* \[NOAA Tech. Memo.\].

Suggestions and Comments

If you see that the data, product, or metadata can be improved, you are invited to create a pull request, submit an issue to the GitHub organization, or submit an issue to the code’s repository.

R Version Metadata

``` r sessionInfo()

> R version 4.5.0 (2025-04-11 ucrt)

> Platform: x86_64-w64-mingw32/x64

> Running under: Windows 10 x64 (build 19045)

>

> Matrix products: default

> LAPACK version 3.12.1

>

> locale:

> [1] LCCOLLATE=EnglishUnited States.utf8 LCCTYPE=EnglishUnited States.utf8 LCMONETARY=EnglishUnited States.utf8

> [4] LCNUMERIC=C LCTIME=English_United States.utf8

>

> time zone: America/Los_Angeles

> tzcode source: internal

>

> attached base packages:

> [1] stats graphics grDevices utils datasets methods base

>

> other attached packages:

> [1] ggplot2_3.5.2

>

> loaded via a namespace (and not attached):

> [1] vctrs0.6.5 httr1.4.7 cli3.6.5 knitr1.50 rlang1.1.6 xfun0.52 stringi_1.8.7

> [8] readtext0.91 generics0.1.4 data.table1.17.4 glue1.8.0 rprojroot2.0.4 htmltools0.5.8.1 scales_1.4.0

> [15] rmarkdown2.29 grid4.5.0 evaluate1.0.3 tibble3.2.1 fastmap1.2.0 yaml2.3.10 lifecycle_1.0.4

> [22] compiler4.5.0 dplyr1.1.4 RColorBrewer1.1-3 pkgconfig2.0.3 here1.0.1 rstudioapi0.17.1 farver_2.1.2

> [29] digest0.6.37 R62.6.1 tidyselect1.2.1 pillar1.10.2 magrittr2.0.3 withr3.0.2 tools_4.5.0

> [36] gtable_0.3.6

```

NOAA README

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.

NOAA License

Software code created by U.S. Government employees is not subject to copyright in the United States (17 U.S.C. §105). The United States/Department of Commerce reserve all rights to seek and obtain copyright protection in countries other than the United States for Software authored in its entirety by the Department of Commerce. To this end, the Department of Commerce hereby grants to Recipient a royalty-free, nonexclusive license to use, copy, and create derivative works of the Software outside of the United States.

NOAA Fisheries

U.S. Department of Commerce | National Oceanographic and Atmospheric Administration | NOAA Fisheries

Owner

  • Name: AFSC GAP Survey Data Products
  • Login: afsc-gap-products
  • Kind: organization

An organization for tracking and fulfilling data requests by the survey team in the AFSC Groundfish Assessment Program.

GitHub Events

Total
  • Issues event: 12
  • Issue comment event: 12
  • Push event: 32
  • Pull request review event: 2
  • Pull request event: 32
  • Fork event: 1
  • Create event: 1
Last Year
  • Issues event: 12
  • Issue comment event: 12
  • Push event: 32
  • Pull request review event: 2
  • Pull request event: 32
  • Fork event: 1
  • Create event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 123
  • Total Committers: 10
  • Avg Commits per committer: 12.3
  • Development Distribution Score (DDS): 0.415
Past Year
  • Commits: 30
  • Committers: 6
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
emilyhmarkowitz e****z@n****v 72
Emily.Markowitz E****z@n****l 15
Liz Dawson 7****A 8
sean-rohan-NOAA s****n@n****v 8
liz-dawson-NOAA l****n@n****v 6
Emily Markowitz 7****A 5
mcsiple-NOAA m****e@n****v 5
Margaret Siple 7****A 2
mcsiple-NOAA 7****A 1
Emily.Markowitz e****z 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 19
  • Total pull requests: 55
  • Average time to close issues: 4 months
  • Average time to close pull requests: 4 days
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.35
  • Merged pull requests: 48
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 8
  • Pull requests: 36
  • Average time to close issues: 18 days
  • Average time to close pull requests: about 3 hours
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.38
  • Average comments per pull request: 0.33
  • Merged pull requests: 32
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sean-rohan-NOAA (9)
  • MargaretSiple-NOAA (7)
  • EmilyMarkowitz-NOAA (3)
Pull Request Authors
  • sean-rohan-NOAA (43)
  • MargaretSiple-NOAA (6)
  • EmilyMarkowitz-NOAA (4)
  • NicoleCharriere-NOAA (2)
Top Labels
Issue Labels
enhancement (5) good first issue (1) documentation (1) bug (1) question (1)
Pull Request Labels
enhancement (1)