gsw-r

R implementation of the Thermodynamic Equation Of Seawater - 2010 (TEOS-10)

https://github.com/teos-10/gsw-r

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

gibbs oceanography seawater teos-10
Last synced: 6 months ago · JSON representation

Repository

R implementation of the Thermodynamic Equation Of Seawater - 2010 (TEOS-10)

Basic Info
Statistics
  • Stars: 8
  • Watchers: 9
  • Forks: 5
  • Open Issues: 1
  • Releases: 2
Topics
gibbs oceanography seawater teos-10
Created about 11 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog License Codemeta

README.md

gsw

Project Status: Active – The project has reached a stable, usable
state and is being actively
developed. CRAN\_Status\_Badge R-CMD-check R-hub RStudio CRAN mirror downloads RStudio CRAN mirror downloads RStudio CRAN mirror downloads RStudio CRAN mirror downloads

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

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

All Time
  • Total Commits: 505
  • Total Committers: 2
  • Avg Commits per committer: 252.5
  • Development Distribution Score (DDS): 0.042
Past Year
  • Commits: 17
  • Committers: 1
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
bug (6) enhancement (4) will not fix (2) ice (1) 3.05 (1)
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

  • Versions: 6
  • Dependent Packages: 3
  • Dependent Repositories: 7
  • Downloads: 2,022 Last month
  • Docker Downloads: 21,824
Rankings
Downloads: 8.5%
Forks count: 10.8%
Dependent packages count: 10.9%
Dependent repos count: 11.1%
Average: 13.6%
Stargazers count: 18.3%
Docker downloads count: 21.8%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: r-gsw
  • Versions: 4
  • Dependent Packages: 2
  • Dependent Repositories: 2
Rankings
Dependent packages count: 19.6%
Dependent repos count: 20.3%
Average: 37.4%
Forks count: 52.3%
Stargazers count: 57.5%
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • 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
.github/workflows/auto-assign-to-project.yml actions
  • srggrs/assign-one-project-github-action 1.2.1 composite
.github/workflows/rhub.yaml actions
  • 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