{ "info": { "author": "Giuseppe Masetti(UNH,CCOM); Barry Gallagher(NOAA, OCS); Brian Calder(UNH,CCOM); Chen Zhang(NOAA,OCS); Matt Wilson(NOAA,OCS); Jack Riley(NOAA,OCS)", "author_email": "gmasetti@ccom.unh.edu; barry.gallagher@noaa.gov; brc@ccom.unh.edu; chen.zhang@noaa.gov; matthew.wilson@noaa.gov; jack.riley@noaa.gov", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Office/Business :: Office Suites", "Topic :: Scientific/Engineering :: GIS" ], "description": "HydrOffice Sound Speed\r\n======================\r\n\r\n.. image:: https://img.shields.io/pypi/v/hydroffice.soundspeed.svg\r\n :target: https://pypi.python.org/pypi/hydroffice.soundspeed\r\n :alt: PyPi version\r\n\r\n.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg\r\n :target: https://www.hydroffice.org/manuals/soundspeed/index.html\r\n :alt: Latest Documentation\r\n\r\n.. image:: https://ci.appveyor.com/api/projects/status/6krhsxkcqo0jrvu6?svg=true\r\n :target: https://ci.appveyor.com/project/giumas/hyo-soundspeed\r\n :alt: AppVeyor Status\r\n\r\n.. image:: https://travis-ci.org/hydroffice/hyo_soundspeed.svg?branch=master\r\n :target: https://travis-ci.org/hydroffice/hyo_soundspeed\r\n :alt: Travis-CI Status\r\n\r\n\r\n\r\nGeneral Info\r\n------------\r\n\r\n.. image:: https://bitbucket.org/ccomjhc/hyo_soundspeed/raw/master/hydroffice/soundspeedmanager/media/favicon.png\r\n :alt: logo\r\n\r\nHydrOffice is a research development environment for ocean mapping. Its aim is to provide a collection of\r\nhydro-packages to deal with specific issues in such a field, speeding up both algorithms testing and\r\nresearch-2-operation.\r\n\r\nThis package provides functionalities to manage sound speed profiles.\r\n\r\nThe package is jointly developed by NOAA OCS and UNH CCOM.\r\n\r\n\r\nOther info\r\n----------\r\n\r\n* GitHub: `https://github.com/hydroffice/hyo_soundspeed `_\r\n* Bitbucket: `https://bitbucket.org/ccomjhc/hyo_soundspeed `_\r\n* Project page: `https://www.hydroffice.org/soundspeed/ `_\r\n* License: LGPLv2.1 or IA license (See `Dual license `_)\r\n\n\n\"\"\"\"\"\"\"\n\nHistory\r\n-------\r\n\r\n3.0.a2\r\n~~~~~~\r\n\r\n2016-09-25\r\n\r\n- Added mechanism to retrieve WOA09/13 DBs from past installations\r\n\r\n\r\n3.0.a1\r\n~~~~~~\r\n\r\n2016-03-27\r\n\r\n- Initial commit.\r\n\n\n\"\"\"\"\"\"\"\n\nCredits\r\n-------\r\n\r\nAuthors\r\n~~~~~~~\r\n\r\nHydrOffice Sound Speed is developed and maintained by:\r\n\r\n- `Giuseppe Masetti `_\r\n\r\n- `Barry Gallagher `_\r\n\r\n- `Brian R. Calder `_\r\n\r\n- `Chen Zhang `_\r\n\r\n- `Matthew J. Wilson `_\r\n\r\n- `Jack Riley `_\r\n\r\n\r\nContributors\r\n~~~~~~~~~~~~\r\n\r\nThe following wonderful people contributed directly or indirectly to this project:\r\n\r\n- `Glen Rice `_\r\n\r\nPlease add yourself here alphabetically when you submit your first pull request.\r\n\n\n\"\"\"\"\"\"\"\n\n.. _how-to-contribute-label:\r\n\r\nHow to contribute\r\n-----------------\r\n\r\n.. index::\r\n single: open source\r\n single: contribution\r\n single: code of conduct\r\n single: PEP; 8\r\n single: PEP; 257\r\n single: documentation\r\n single: compatibility\r\n single: history\r\n\r\nEvery open source project lives from the generous help by contributors that sacrifice their time and this is no different.\r\n\r\nTo make participation as pleasant as possible, this project adheres to the `Code of Conduct`_ by the Python Software Foundation.\r\n\r\nHere are a few hints and rules to get you started:\r\n\r\n- Add yourself to the AUTHORS.txt_ file in an alphabetical fashion. Every contribution is valuable and shall be credited.\r\n- If your change is noteworthy, add an entry to the changelog_.\r\n- No contribution is too small; please submit as many fixes for typos and grammar bloopers as you can!\r\n- Don't *ever* break backward compatibility.\r\n- *Always* add tests and docs for your code. This is a hard rule; patches with missing tests or documentation won't be merged.\r\n If a feature is not tested or documented, it does not exist.\r\n- Obey `PEP 8`_ and `PEP 257`_.\r\n- Write `good commit messages`_.\r\n- Ideally, `collapse`_ your commits, i.e. make your pull requests just one commit.\r\n\r\n.. note::\r\n If you have something great but aren't sure whether it adheres -- or even can adhere -- to the rules above: **please submit a pull request anyway**!\r\n In the best case, we can mold it into something, in the worst case the pull request gets politely closed.\r\n There's absolutely nothing to fear.\r\n\r\nThank you for considering to contribute! If you have any question or concerns, feel free to reach out to us (see :ref:`credits-label`).\r\n\r\n.. _`Code of Conduct`: http://www.python.org/psf/codeofconduct/\r\n.. _AUTHORS.txt: https://bitbucket.org/ccomjhc/hyo_soundspeed/raw/master/AUTHORS.rst\r\n.. _changelog: https://bitbucket.org/ccomjhc/hyo_soundspeed/raw/master/HISTORY.rst\r\n.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/\r\n.. _`PEP 257`: http://www.python.org/dev/peps/pep-0257/\r\n.. _collapse: https://www.mercurial-scm.org/wiki/RebaseExtension\r\n.. _`good commit messages`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/ccomjhc/hyo_soundspeed/", "keywords": "hydrography ocean mapping survey sound speed profiles", "license": "LGPLv2.1 or CCOM-UNH Industrial Associate license", "maintainer": null, "maintainer_email": null, "name": "hydroffice.soundspeed", "package_url": "https://pypi.org/project/hydroffice.soundspeed/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hydroffice.soundspeed/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/ccomjhc/hyo_soundspeed/" }, "release_url": "https://pypi.org/project/hydroffice.soundspeed/2017.0.0/", "requires_dist": null, "requires_python": null, "summary": "A library and an application to manage sound speed profiles.", "version": "2017.0.0" }, "last_serial": 2714214, "releases": { "0.1.0": [], "2017.0.0": [ { "comment_text": "", "digests": { "md5": "9685f1c29ceb83337ed81206ff36ffc8", "sha256": "ca12d9861bf79680ce7a35c1f950582118f6f7ab87e36defbf964a3b025a4fee" }, "downloads": -1, "filename": "hydroffice.soundspeed-2017.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "9685f1c29ceb83337ed81206ff36ffc8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 560118, "upload_time": "2017-03-18T02:56:12", "url": "https://files.pythonhosted.org/packages/bf/55/11c24cdad099524c1c2d2d3e79afcdd2b94687dbc6e0c754a3d602cc4e43/hydroffice.soundspeed-2017.0.0-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9685f1c29ceb83337ed81206ff36ffc8", "sha256": "ca12d9861bf79680ce7a35c1f950582118f6f7ab87e36defbf964a3b025a4fee" }, "downloads": -1, "filename": "hydroffice.soundspeed-2017.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "9685f1c29ceb83337ed81206ff36ffc8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 560118, "upload_time": "2017-03-18T02:56:12", "url": "https://files.pythonhosted.org/packages/bf/55/11c24cdad099524c1c2d2d3e79afcdd2b94687dbc6e0c754a3d602cc4e43/hydroffice.soundspeed-2017.0.0-py2-none-any.whl" } ] }