seawater


Nameseawater JSON
Version 3.3.5 PyPI version JSON
download
home_pageNone
SummarySeawater Library for Python
upload_time2024-05-30 19:22:58
maintainerNone
docs_urlhttps://pythonhosted.org/seawater/
authorNone
requires_python>=3.8
licenseThe MIT License (MIT) Copyright (c) 2013 Filipe Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements numpy scipy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-seawater

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11395.svg)](https://zenodo.org/records/11395)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/seawater)
[![Tests](https://github.com/pyoceans/python-seawater/actions/workflows/tests.yml/badge.svg)](https://github.com/pyoceans/python-seawater/actions/workflows/tests.yml)
![PyPI - License](https://img.shields.io/pypi/l/seawater)

[![No Maintenance Intended](https://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

This is a Python re-write of the CSIRO seawater toolbox
([SEAWATER-3.3](https://www.cmar.csiro.au/datacentre/ext_docs/seawater.html))
for calculating the properties of sea water. The package uses the
formulas from Unesco's joint panel on oceanographic tables and
standards, UNESCO 1981 and UNESCO 1983 (EOS-80).

The EOS-80 library is considered now obsolete; it is provided here for
compatibility with old scripts, and to allow a smooth transition to the
new [TEOS-10](https://www.teos-10.org/).

## Warning

The Python version default output unit for sw.dist is *km* instead of
*nm*.

Here we assume pressure as the first dimension, i.e. M pressure by N
positions (See the table below). The Matlab version does some guessing
at this that we simply ignore to avoid confusions.

  | **P** | **S**   | **T**   |
  |------:|:-------:|:-------:|
  | 10    | 34.5487 | 28.7856 |
  | 50    | 34.7275 | 28.4329 |
  | 125   | 34.8605 | 22.8103 |
  | 250   | 34.6810 | 10.2600 |
  | 600   | 34.5680 | 6.8863  |
  | 1000  | 34.5600 | 4.4036  |

The current version was tested against the Matlab seawater v3.3
reproducing all functions and results from that release.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "seawater",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/seawater/",
    "requires_python": ">=3.8",
    "maintainer_email": "Filipe Fernandes <ocefpaf+seawater@gmail.com>",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/dc/32/54fe53a6dd93ab298ed4f7fbcfac159f564ca3f91ae7bb2f91d44d3e5c74/seawater-3.3.5.tar.gz",
    "platform": null,
    "description": "# python-seawater\n\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11395.svg)](https://zenodo.org/records/11395)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/seawater)\n[![Tests](https://github.com/pyoceans/python-seawater/actions/workflows/tests.yml/badge.svg)](https://github.com/pyoceans/python-seawater/actions/workflows/tests.yml)\n![PyPI - License](https://img.shields.io/pypi/l/seawater)\n\n[![No Maintenance Intended](https://unmaintained.tech/badge.svg)](http://unmaintained.tech/)\n\nThis is a Python re-write of the CSIRO seawater toolbox\n([SEAWATER-3.3](https://www.cmar.csiro.au/datacentre/ext_docs/seawater.html))\nfor calculating the properties of sea water. The package uses the\nformulas from Unesco's joint panel on oceanographic tables and\nstandards, UNESCO 1981 and UNESCO 1983 (EOS-80).\n\nThe EOS-80 library is considered now obsolete; it is provided here for\ncompatibility with old scripts, and to allow a smooth transition to the\nnew [TEOS-10](https://www.teos-10.org/).\n\n## Warning\n\nThe Python version default output unit for sw.dist is *km* instead of\n*nm*.\n\nHere we assume pressure as the first dimension, i.e. M pressure by N\npositions (See the table below). The Matlab version does some guessing\nat this that we simply ignore to avoid confusions.\n\n  | **P** | **S**   | **T**   |\n  |------:|:-------:|:-------:|\n  | 10    | 34.5487 | 28.7856 |\n  | 50    | 34.7275 | 28.4329 |\n  | 125   | 34.8605 | 22.8103 |\n  | 250   | 34.6810 | 10.2600 |\n  | 600   | 34.5680 | 6.8863  |\n  | 1000  | 34.5600 | 4.4036  |\n\nThe current version was tested against the Matlab seawater v3.3\nreproducing all functions and results from that release.\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2013 Filipe  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Seawater Library for Python",
    "version": "3.3.5",
    "project_urls": {
        "documentation": "https://pyoceans.github.io/python-seawater",
        "homepage": "https://pypi.org/project/seawater/",
        "repository": "https://github.com/pyoceans/python-seawater"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0a0f627b17b66584deba76442fe5d0f11590151539603072aabad65069f6579",
                "md5": "3d0b90171d64f0af7f9c7e4380a33476",
                "sha256": "765aa6b6a82db3d4e9232313420e4d665218d8863a383f5bc4dd49d5f1f0c1d1"
            },
            "downloads": -1,
            "filename": "seawater-3.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d0b90171d64f0af7f9c7e4380a33476",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 25466,
            "upload_time": "2024-05-30T19:22:55",
            "upload_time_iso_8601": "2024-05-30T19:22:55.902271Z",
            "url": "https://files.pythonhosted.org/packages/e0/a0/f627b17b66584deba76442fe5d0f11590151539603072aabad65069f6579/seawater-3.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc3254fe53a6dd93ab298ed4f7fbcfac159f564ca3f91ae7bb2f91d44d3e5c74",
                "md5": "c3bc0b783a1dbeae290c031a81de1fa6",
                "sha256": "ed3443330d76e5054ad6e3f60ac5a1e407f703504887be9352c35a9d77fd6fa8"
            },
            "downloads": -1,
            "filename": "seawater-3.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c3bc0b783a1dbeae290c031a81de1fa6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22746,
            "upload_time": "2024-05-30T19:22:58",
            "upload_time_iso_8601": "2024-05-30T19:22:58.172332Z",
            "url": "https://files.pythonhosted.org/packages/dc/32/54fe53a6dd93ab298ed4f7fbcfac159f564ca3f91ae7bb2f91d44d3e5c74/seawater-3.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-30 19:22:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyoceans",
    "github_project": "python-seawater",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        }
    ],
    "lcname": "seawater"
}
        
Elapsed time: 0.27362s