gsw-r
R implementation of the Thermodynamic Equation Of Seawater - 2010 (TEOS-10)
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 (11.5%) to scientific vocabulary
Keywords
Repository
R implementation of the Thermodynamic Equation Of Seawater - 2010 (TEOS-10)
Basic Info
- Host: GitHub
- Owner: TEOS-10
- License: other
- Language: C
- Default Branch: main
- Homepage: http://teos-10.github.io/GSW-R/
- Size: 63.8 MB
Statistics
- Stars: 8
- Watchers: 9
- Forks: 5
- Open Issues: 1
- Releases: 2
Topics
Metadata Files
README.md
gsw
gsw is an R package that provides a connection to software relating to TEOS, the Thermodynamic Equation Of Seawater (see http://www.teos-10.org). This connection involves R wrappers to C functions within the GSW-C library (https://github.com/TEOS-10/GSW-C, release v3.06-16-0, commit 657216dd4f5ea079b5f0e021a4163e2d26893371), along with a data file within the GSW-Matlab library (https://github.com/TEOS-10/GSW-Matlab/blob/master/Toolbox/library/gsw_data_v3_0.mat, commit 38c9635d6fd93e74c2648e4ee23cec49c1f58530).
The foundational algorithms upon which both GSW-C and GSW-R rest were devised by the Scientific Committee on Oceanic Research / International Association for the Physical Sciences of the Oceans, Working Group 127. These algorithms were recommended as a replacement for a previous system (called UNESCO-80) at the twenty-fifth assembly in the Intergovernmental Oceanographic Commission in 2009.
The gsw functions reproduce test values in the GSW-Matlab documentation to a tolerance of 1.5e-8, the default for numerical comparison in R working on a 64-bit machine. This offers some assurance that the coding process has not introduced errors.
The naming convention in gsw is patterned on the system described at http://www.teos-10.org/pubs/gsw/html/gsw_contents.html, as a way to reduce the effort users might face in switching to R.
Owner
- Name: Thermodynamic Equation Of Seawater - 2010 (TEOS-10)
- Login: TEOS-10
- Kind: organization
- Email: help@TEOS-10.org
- Website: http://www.TEOS-10.org
- Repositories: 17
- Profile: https://github.com/TEOS-10
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "gsw",
"description": "Provides an interface to the Gibbs 'SeaWater' ('TEOS-10') C library, version 3.06-16-0 (commit '657216dd4f5ea079b5f0e021a4163e2d26893371', dated 2022-10-11, available at <https://github.com/TEOS-10/GSW-C>, which stems from 'Matlab' and other code written by members of Working Group 127 of 'SCOR'/'IAPSO' (Scientific Committee on Oceanic Research / International Association for the Physical Sciences of the Oceans).",
"name": "gsw: Gibbs Sea Water Functions",
"codeRepository": "https://github.com/TEOS-10/GSW-R",
"issueTracker": "https://github.com/TEOS-10/GSW-R/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "1.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Dan",
"familyName": "Kelley",
"email": "dan.kelley@dal.ca",
"@id": "https://orcid.org/0000-0001-7808-5911"
},
{
"@type": "Person",
"givenName": "Clark",
"familyName": "Richards",
"email": "clark.richards@gmail.com",
"@id": "https://orcid.org/0000-0002-7833-206X"
},
{
"@type": "Person",
"givenName": "WG127",
"familyName": "SCOR/IAPSO"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Dan",
"familyName": "Kelley",
"email": "dan.kelley@dal.ca",
"@id": "https://orcid.org/0000-0001-7808-5911"
},
{
"@type": "Person",
"givenName": "Clark",
"familyName": "Richards",
"email": "clark.richards@gmail.com",
"@id": "https://orcid.org/0000-0002-7833-206X"
},
{
"@type": "Person",
"givenName": "WG127",
"familyName": "SCOR/IAPSO"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Dan",
"familyName": "Kelley",
"email": "dan.kelley@dal.ca",
"@id": "https://orcid.org/0000-0001-7808-5911"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"SystemRequirements": null
},
"fileSize": "5136.387KB",
"relatedLink": [
"http://teos-10.github.io/GSW-R/",
"https://CRAN.R-project.org/package=gsw"
],
"releaseNotes": "https://github.com/TEOS-10/GSW-R/blob/master/NEWS.md",
"readme": "https://github.com/TEOS-10/GSW-R/blob/main/README.md",
"contIntegration": [
"https://github.com/TEOS-10/GSW-R/actions/workflows/R-CMD-check.yaml",
"https://github.com/TEOS-10/GSW-R/actions/workflows/rhub.yaml"
],
"developmentStatus": "https://www.repostatus.org/",
"keywords": [
"seawater",
"gibbs",
"teos-10",
"oceanography"
]
}
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Dan Kelley | k****n@g****m | 484 |
| Clark Richards | c****s@g****m | 21 |
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 59
- Total pull requests: 2
- Average time to close issues: 2 months
- Average time to close pull requests: less than a minute
- Total issue authors: 8
- Total pull request authors: 1
- Average comments per issue: 4.61
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- dankelley (44)
- richardsc (9)
- chrisdane (2)
- Abulos (1)
- PaulMBarker (1)
- mukund-gupta (1)
- AnnieHow (1)
- FDylanT (1)
Pull Request Authors
- dankelley (3)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 2,022 last-month
- Total docker downloads: 21,824
-
Total dependent packages: 5
(may contain duplicates) -
Total dependent repositories: 9
(may contain duplicates) - Total versions: 10
- Total maintainers: 1
cran.r-project.org: gsw
Gibbs Sea Water Functions
- Homepage: http://teos-10.github.io/GSW-R/
- Documentation: http://cran.r-project.org/web/packages/gsw/gsw.pdf
- License: GPL-2 | GPL-3 | file LICENSE [expanded from: GPL (≥ 2) | file LICENSE]
-
Latest release: 1.2-0
published over 1 year ago
Rankings
Maintainers (1)
conda-forge.org: r-gsw
- Homepage: https://teos-10.github.io/GSW-R/index.html
- License: GPL-2.0-or-later
-
Latest release: 1.1_1
published over 3 years ago
Rankings
Dependencies
- R >= 3.5.0 depends
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- actions/checkout v2 composite
- r-lib/actions/check-r-package v1 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v1 composite
- srggrs/assign-one-project-github-action 1.2.1 composite
- r-hub/actions/checkout v1 composite
- r-hub/actions/platform-info v1 composite
- r-hub/actions/run-check v1 composite
- r-hub/actions/setup v1 composite
- r-hub/actions/setup-deps v1 composite
- r-hub/actions/setup-r v1 composite