swfscAirDAS
Functions for processing and analyzing aerial survey DAS data generated by the TURTLE, PHOCOENA, and CARETTA programs at the Southwest Fisheries Science Center
Science Score: 26.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
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Repository
Functions for processing and analyzing aerial survey DAS data generated by the TURTLE, PHOCOENA, and CARETTA programs at the Southwest Fisheries Science Center
Basic Info
- Host: GitHub
- Owner: SWFSC
- License: apache-2.0
- Language: R
- Default Branch: main
- Homepage: https://swfsc.github.io/swfscAirDAS/
- Size: 5.97 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 4
Metadata Files
README.md
swfscAirDAS
This package contains functions designed for processing and analyzing
aerial survey DAS data (AirDAS) generated by the Southwest Fisheries
Science Center using one of the following programs: PHOCOENA, CARETTA,
or TURTLE (such as TURTLEP or TURTLE4D). Functionality includes reading
AirDAS data into a data frame, processing this data (extracting state
and condition information for each AirDAS event), and summarizing
sighting and effort information. Plans for future development include:
generating tables summarizing the information in the AirDAS file,
plotting AirDAS data, and generating files needed for doing density
estimation. Learn more in vignette("swfscAirDAS")
Installation
You can install the released version of swfscAirDAS from CRAN with:
r
install.packages("swfscAirDAS")
You can install the developmental version of swfscAirDAS from GitHub. To use the development version of swfscAirDAS, it is recommended to install the development version of swfscDAS as well:
``` r
install.packages("pak")
pak::pkginstall("SWFSC/swfscDAS") pak::pkginstall("SWFSC/swfscAirDAS") ```
Please contact the developer if you have any issues.
AirDAS format and checks
swfscAirDAS accepts AirDAS data from several different programs, and thus in several different formats: PHOCOENA, CARETTA, and TURTLE. You can download PDFs describing these formats at the following links:
These PDFs are also included in the package; see
airdas_format_pdf
for more details.
In addition, the package contains the function
airdas_check,
which checks whether the provided file adheres to expected format of the
provided file type. This function is designed to 1) be used for data
QA/QC after performing a survey and 2) ensure the data format meets all
of the assumptions made by the rest of the functions in the package. A
PDF describing the format checks is included in the package; you can
also
download the PDF here
Disclaimer
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.
Owner
- Name: Southwest Fisheries Science Center
- Login: SWFSC
- Kind: organization
- Repositories: 2
- Profile: https://github.com/SWFSC
GitHub Events
Total
- Issues event: 8
- Delete event: 1
- Issue comment event: 1
- Push event: 20
- Pull request event: 1
- Create event: 1
Last Year
- Issues event: 8
- Delete event: 1
- Issue comment event: 1
- Push event: 20
- Pull request event: 1
- Create event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Sam Woodman | s****3@g****m | 237 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 6
- Total pull requests: 1
- Average time to close issues: 12 days
- Average time to close pull requests: 2 minutes
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.17
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 6
- Pull requests: 1
- Average time to close issues: 12 days
- Average time to close pull requests: 2 minutes
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.17
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- smwoodman (6)
Pull Request Authors
- smwoodman (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 203 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
cran.r-project.org: swfscAirDAS
Southwest Fisheries Science Center Aerial DAS Data Processing
- Homepage: https://swfsc.github.io/swfscAirDAS/
- Documentation: http://cran.r-project.org/web/packages/swfscAirDAS/swfscAirDAS.pdf
- License: Apache License (== 2)
- Status: removed
-
Latest release: 0.3.1
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.0.0 depends
- dplyr * imports
- lubridate * imports
- magrittr * imports
- methods * imports
- parallel * imports
- readr * imports
- rlang * imports
- stringr * imports
- swfscDAS >= 0.3.0 imports
- swfscMisc * imports
- tidyr * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 2.1.0 suggests
- tibble * suggests
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite