{ "info": { "author": "Filipe Fernandes", "author_email": "ocefpaf@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering" ], "description": "python-seawater\n===============\n\n.. image:: https://badge.fury.io/py/seawater.png\n :target: http://badge.fury.io/py/seawater\n.. image:: https://api.travis-ci.org/pyoceans/python-seawater.png?branch=master\n :target: https://travis-ci.org/pyoceans/python-seawater\n.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.11395.png\n :target: http://dx.doi.org/10.5281/zenodo.11395\n.. image:: http://bottlepy.org/docs/dev/_static/Gittip.png\n :target: https://www.gittip.com/ocefpaf/\n\nThis is a Python re-write of the CSIRO seawater toolbox\n(`SEAWATER-3.3 `__)\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 `__.\n\nWarning\n-------\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 MatlabTM version does some guessing\nat this that we simply ignore to avoid confusions.\n\n+---------+-----------+-----------+\n| **P** | **S** | **T** |\n+=========+===========+===========+\n| 10 | 34.5487 | 28.7856 |\n+---------+-----------+-----------+\n| 50 | 34.7275 | 28.4329 |\n+---------+-----------+-----------+\n| 125 | 34.8605 | 22.8103 |\n+---------+-----------+-----------+\n| 250 | 34.6810 | 10.2600 |\n+---------+-----------+-----------+\n| 600 | 34.5680 | 6.8863 |\n+---------+-----------+-----------+\n| 1000 | 34.5600 | 4.4036 |\n+---------+-----------+-----------+\n\nThe current version was tested against the MatlabTM seawater v3.3 reproducing\nall functions and results from that release.\n\nMore information at http://pythonhosted.org/seawater\n\nChangelog\r\n---------\r\n\r\nVersion 3.3.3\r\n\r\n* Unified code base for python 2 and 3, we no longer use 2to3 to convert.\r\n\r\nVersion 3.3.2\r\n\r\n* Fixed py3k bug that prevent installation.\r\n\r\nVersion 3.3.1\r\n\r\n* Both `gpan` and `bfrq` accepts 3D arrays now.\r\n* Fixed inconsistency in use of ITS-90 and increased convergence precision from 1e-4 to 1e-10 for `cndr`. Note: Not sure if this fix is needed. However, it is in the original version!\r\n\r\nVersion 3.2\r\n\r\n* Corrected sign of potential vorticity in `bfrq`.\r\n\r\nVersion 3.1\r\n\r\n* Added `swvel` to compute surface wave velocity.\r\n\r\nVersion 3.0\r\n\r\n* Converted code so that temperature is now ITS-90 throughout.\r\n\r\nVersion 2.0.2\r\n\r\n* Coding changes to enable functions to return the same shape vector as the input arguments. In previous releases, some functions returned column vectors for row vector input. Also some other tidying up.\r\n\r\nVersion 2.0.1\r\n\r\n* New routine `satAr`. Solubility of Ar in seawater.\r\n* New routine `satN2`. Solubility of N2 in seawater.\r\n* New routine `satO2`. Solubility of O2 in seawater.\r\n* Updated `test` to include tests for above.\r\n\r\nVersion 1.2e\r\n\r\n* Fixed bug in `alpha` where temp used in calculations regardless of the keyword.\r\n\r\nVersion 1.2d\r\n\r\n* `bfrq` now also returns potential vorticity. Thanks to Greg Johnson (gjohnson@pmel.noaa.gov).\r\n* OMEGA=7.29e-5 was changed to OMEGA=7.292e-5 in `gvel` to be consistent with `f`.\r\n* **Important API change**: The usage of `alpha`, `beta` and `aonb` routines has changed! All these routines expect (S,T,P) to be passed instead of (S,PTMP,P) as in previous releases of seawater. Fast execution can still be obtained by passing ptmp=True.\r\n\r\n\r\nVersion 1.2c\r\n\r\n* Fixed a bug in `bfrq` where empty LAT was needed as argument when no latitude values are being passed.\r\n* Now pass PRESSURE instead of DEPTH, more consistent though only a negligible change is answers.\r\n\r\nVersion 1.2b\r\n\r\n* First official release and announcement on the networks.", "description_content_type": null, "docs_url": "https://pythonhosted.org/seawater/", "download_url": "https://pypi.python.org/pypi/seawater", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pyoceans/python-seawater/", "keywords": "oceanography,seawater", "license": "The MIT License (MIT)\n\nCopyright (c) 2013 Filipe\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "seawater", "package_url": "https://pypi.org/project/seawater/", "platform": "any", "project_url": "https://pypi.org/project/seawater/", "project_urls": { "Download": "https://pypi.python.org/pypi/seawater", "Homepage": "https://github.com/pyoceans/python-seawater/" }, "release_url": "https://pypi.org/project/seawater/3.3.4/", "requires_dist": null, "requires_python": null, "summary": "Seawater Library for Python", "version": "3.3.4" }, "last_serial": 1697847, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "1972dbf952b1a4745e6d9557cc621aab", "sha256": "d61a5a02c5ab3b3978e4c6446827fb6b15d9e2a00d9a7d498b4698a78187422d" }, "downloads": -1, "filename": "seawater-1.0.4.tar.bz2", "has_sig": false, "md5_digest": "1972dbf952b1a4745e6d9557cc621aab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21623, "upload_time": "2010-08-30T16:10:47", "url": "https://files.pythonhosted.org/packages/bd/1a/0c9f28c8821383c15bb95e6aa1ab9158faf4cd2d7aacdbe6857b38e22577/seawater-1.0.4.tar.bz2" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "fcc9a1fa8228ce8fad29f98991b91ba9", "sha256": "bf612655cbe5ff5da6b0b09a4a7e24267eadaee773fb2921147822856bb25bdf" }, "downloads": -1, "filename": "seawater-1.0.5.tar.bz2", "has_sig": false, "md5_digest": "fcc9a1fa8228ce8fad29f98991b91ba9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22614, "upload_time": "2010-10-07T19:28:22", "url": "https://files.pythonhosted.org/packages/37/44/c784e29e781d23548ed5772bdf05110700b6376f841fae6e5ad2c8e0513d/seawater-1.0.5.tar.bz2" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "54866dd167f7f86ebf041f60937c823b", "sha256": "82d3ae612194bff1f756e0978829ba09ffad291f15951ffad70ad442d5a6ca44" }, "downloads": -1, "filename": "seawater-2.0.0.tar.gz", "has_sig": false, "md5_digest": "54866dd167f7f86ebf041f60937c823b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2993895, "upload_time": "2011-02-03T21:05:13", "url": "https://files.pythonhosted.org/packages/60/65/fb1a751fea06770d519b49732d85bf48122ca4c60850fecbe79157a18315/seawater-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "5717af8739d5e231525dd5b394128bbc", "sha256": "e343ef9dba9cc5806b4040af5a63132e2d04bab6406216d5041f81f76d4b25cf" }, "downloads": -1, "filename": "seawater-2.0.1.tar.gz", "has_sig": false, "md5_digest": "5717af8739d5e231525dd5b394128bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2680741, "upload_time": "2011-03-01T17:23:12", "url": "https://files.pythonhosted.org/packages/22/53/0a7944095c14364a39c0b83dd2be382befde9f29f473916dc9aba921accd/seawater-2.0.1.tar.gz" } ], "3.3": [ { "comment_text": "", "digests": { "md5": "1c9a123a48c20a46e7095ca88a99d8d5", "sha256": "ce2151dd9aa830faf690f16c200318b44c15b43ee51191bc4ed633d221cfb625" }, "downloads": -1, "filename": "seawater-3.3.tar.gz", "has_sig": false, "md5_digest": "1c9a123a48c20a46e7095ca88a99d8d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34404, "upload_time": "2013-08-05T22:45:24", "url": "https://files.pythonhosted.org/packages/d3/51/f9d2e45c8bb4b05b7257d02dd9d54e5bd4d028f201fd048217d9f556c9bd/seawater-3.3.tar.gz" } ], "3.3.1": [ { "comment_text": "", "digests": { "md5": "156b0bdf027f46acbfac679db787d8e2", "sha256": "8d5fcd38df3603e5c24cb24318d908a05765fb81448edf307615e8c4207cb393" }, "downloads": -1, "filename": "seawater-3.3.1.tar.gz", "has_sig": false, "md5_digest": "156b0bdf027f46acbfac679db787d8e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33471, "upload_time": "2013-08-06T13:16:20", "url": "https://files.pythonhosted.org/packages/bf/c3/c1609ef2446c21d52136333274cd516c4eade262760d43e4169fef4839fc/seawater-3.3.1.tar.gz" } ], "3.3.2": [ { "comment_text": "", "digests": { "md5": "d2aa85c5b80f5dde84e0046468609be2", "sha256": "dcfa60addc7dc5bc5cc59cd1ed5b32775efac41404119024316ebea7f56b41bd" }, "downloads": -1, "filename": "seawater-3.3.2.tar.gz", "has_sig": false, "md5_digest": "d2aa85c5b80f5dde84e0046468609be2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63753, "upload_time": "2014-08-08T01:50:24", "url": "https://files.pythonhosted.org/packages/5c/89/5a4246b55f568021b49d4b09e562258eab3568e6c64148f2f82d265d6a96/seawater-3.3.2.tar.gz" } ], "3.3.3": [ { "comment_text": "", "digests": { "md5": "ae3f13a9c406bafd225fba1acd73d56c", "sha256": "8a4f2597141621b7d68ad5145054f4d2a8343eab83fe6453634ddcf49cb39afc" }, "downloads": -1, "filename": "seawater-3.3.3.tar.gz", "has_sig": false, "md5_digest": "ae3f13a9c406bafd225fba1acd73d56c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22839, "upload_time": "2015-07-02T14:44:27", "url": "https://files.pythonhosted.org/packages/ec/1f/1b4715fe8f1fa9390ba7230ce29d22f9d55538f04b18e973d748e5466f54/seawater-3.3.3.tar.gz" } ], "3.3.4": [ { "comment_text": "", "digests": { "md5": "5e8fe3706cac5e69f9a13f0fcc411302", "sha256": "1ec2c21b9fac3133d5c18ab654e3ff7c7167d9f437fcc16ee8d355e609533411" }, "downloads": -1, "filename": "seawater-3.3.4.tar.gz", "has_sig": false, "md5_digest": "5e8fe3706cac5e69f9a13f0fcc411302", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22899, "upload_time": "2015-08-28T10:42:15", "url": "https://files.pythonhosted.org/packages/75/ee/8447fb69b5b66f098f2e0a82203a82daab6ea4ffc891b2cf35d906207bb4/seawater-3.3.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e8fe3706cac5e69f9a13f0fcc411302", "sha256": "1ec2c21b9fac3133d5c18ab654e3ff7c7167d9f437fcc16ee8d355e609533411" }, "downloads": -1, "filename": "seawater-3.3.4.tar.gz", "has_sig": false, "md5_digest": "5e8fe3706cac5e69f9a13f0fcc411302", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22899, "upload_time": "2015-08-28T10:42:15", "url": "https://files.pythonhosted.org/packages/75/ee/8447fb69b5b66f098f2e0a82203a82daab6ea4ffc891b2cf35d906207bb4/seawater-3.3.4.tar.gz" } ] }