{ "info": { "author": "['Wesley Bowman']", "author_email": "wesley.bowman23@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Education", "Topic :: Scientific/Engineering" ], "description": "UTide\n=====\n|travis| |license| |conda| |downloads| |anaconda_cloud| |appveyor|\n\n.. |travis| image:: https://travis-ci.org/wesleybowman/UTide.svg?branch=master\n :target: https://travis-ci.org/wesleybowman/UTide\n\n.. |license| image:: https://anaconda.org/conda-forge/utide/badges/license.svg\n :target: https://choosealicense.com/licenses/mit/\n\n.. |conda| image:: https://anaconda.org/conda-forge/utide/badges/installer/conda.svg\n :target: https://anaconda.org/conda-forge/utide\n\n.. |downloads| image:: https://anaconda.org/conda-forge/utide/badges/downloads.svg\n :target: https://anaconda.org/conda-forge/utide\n\n.. |anaconda_cloud| image:: https://anaconda.org/conda-forge/utide/badges/version.svg\n :target: https://anaconda.org/conda-forge/utide\n\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/4o163ma4ehhr3q48/branch/master?svg=true\n :target: https://ci.appveyor.com/project/wesleybowman/utide/branch/master\n\n\nPython re-implementation of the Matlab package UTide.\n\nStill in heavy development--everything is subject to change!\n\nNote: the user interface differs from the Matlab version, so\nconsult the Python function docstrings to see how to specify\nparameters. Some functionality from the Matlab version is\nnot yet available. For more information see:\n\n::\n\n Codiga, D.L., 2011. Unified Tidal Analysis and Prediction Using the\n UTide Matlab Functions. Technical Report 2011-01. Graduate School\n of Oceanography, University of Rhode Island, Narragansett, RI.\n 59pp. ftp://www.po.gso.uri.edu/pub/downloads/codiga/pubs/\n 2011Codiga-UTide-Report.pdf\n\n UTide v1p0 9/2011 d.codiga@gso.uri.edu\n http://www.po.gso.uri.edu/~codiga/utide/utide.htm\n\nInstallation\n============\n\n.. code:: shell\n\n pip install utide\n\nIf you are using conda,\n\n.. code:: shell\n\n conda install utide -c conda-forge\n\n\nThe public functions can be imported using\n\n.. code:: python\n\n from utide import solve, reconstruct\n\nA sample call would be\n\n.. code:: python\n\n from utide import solve\n\n coef = solve(time, time_series_u, time_series_v,\n lat=30,\n nodal=False,\n trend=False,\n method='ols',\n conf_int='linear',\n Rayleigh_min=0.95,)\n\n\nFor more examples see the\n`notebooks `__\nfolder.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wesleybowman/UTide", "keywords": "oceanography,tides", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "UTide", "package_url": "https://pypi.org/project/UTide/", "platform": "any", "project_url": "https://pypi.org/project/UTide/", "project_urls": { "Homepage": "https://github.com/wesleybowman/UTide" }, "release_url": "https://pypi.org/project/UTide/0.2.4/", "requires_dist": [ "scipy", "numpy" ], "requires_python": "", "summary": "Python distribution of the MatLab package UTide.", "version": "0.2.4" }, "last_serial": 5359046, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8b97d5355bfd37889a0b2a8ad8e376a4", "sha256": "3ab7169bd7ce59ea57bd5115506b4d9b2870f5b0db6c50dc3f3e3ef4ad6d4ed1" }, "downloads": -1, "filename": "UTide-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b97d5355bfd37889a0b2a8ad8e376a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68321, "upload_time": "2016-04-16T14:36:53", "url": "https://files.pythonhosted.org/packages/23/c8/04383e4938b3c5141cfca0efbdf3914468b54bda538f27895845531f6291/UTide-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "1e0240e7b411172391172d5310b27849", "sha256": "d24357dd3f48e0203e6109b187dd22483ed46a8446224e1c793539b71ef1d176" }, "downloads": -1, "filename": "UTide-0.2.0.tar.gz", "has_sig": false, "md5_digest": "1e0240e7b411172391172d5310b27849", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87336, "upload_time": "2018-04-17T16:44:30", "url": "https://files.pythonhosted.org/packages/58/df/f7732a32432344ceaa44a59a13e5a9749edc2d745d28fd048abb45fe7989/UTide-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "4e8cad8cdb985fa523321954b553a819", "sha256": "fad8625498a58c5753177dc540e00dc513644323d0756952015956cf0b335791" }, "downloads": -1, "filename": "UTide-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4e8cad8cdb985fa523321954b553a819", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87156, "upload_time": "2017-09-28T19:29:20", "url": "https://files.pythonhosted.org/packages/75/b2/5dff5b7109d1d34fe67e2db56e4a54019ff9e0dd1ce5d62c0e44b2717d6b/UTide-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "ab483f4e96ccd10c1d93b60fa428298f", "sha256": "141e54629890fb892ceab2b9076113058b9e0cbd914974dffd77a0635afeb00e" }, "downloads": -1, "filename": "UTide-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ab483f4e96ccd10c1d93b60fa428298f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 73663, "upload_time": "2018-04-17T17:29:43", "url": "https://files.pythonhosted.org/packages/a6/47/d7aa124f2fb85f21a1046added01adc3a2e7961e1f08480936e8c2079d7f/UTide-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff599e0bb4645c86bd0d919b5d14106e", "sha256": "2382cd3091f933bbdf9850c9301237050c92fa5c63b9336e72878963b9f54f92" }, "downloads": -1, "filename": "UTide-0.2.2.tar.gz", "has_sig": false, "md5_digest": "ff599e0bb4645c86bd0d919b5d14106e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87355, "upload_time": "2018-04-17T17:18:31", "url": "https://files.pythonhosted.org/packages/47/24/7c894ccde3eb71566ce27e4c7768e93587cd5b55256186af469520580329/UTide-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "3ac8ea0719dd236b831d73f4e1d43a8a", "sha256": "14e228b66de9d274670916aa3ec9cb2a9f23e34facd0c1d2bf5e1973ff1fe361" }, "downloads": -1, "filename": "UTide-0.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "3ac8ea0719dd236b831d73f4e1d43a8a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 73946, "upload_time": "2019-04-16T11:31:30", "url": "https://files.pythonhosted.org/packages/d0/7a/f5e8626b3c577f97a1f9f8fe2051895b4bf529e193857a313d808f92306c/UTide-0.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d4a973fbbd5d42fbace5937a81a0a52", "sha256": "e6348b0f239057227b99b245f506ea93dd7f050c01717e4b9323e862045a5919" }, "downloads": -1, "filename": "UTide-0.2.3.tar.gz", "has_sig": false, "md5_digest": "6d4a973fbbd5d42fbace5937a81a0a52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88108, "upload_time": "2019-04-16T11:31:32", "url": "https://files.pythonhosted.org/packages/06/73/0323d9dab67b02ce397b9a7693b5f87adc18a02e1a27e76a5820dc6eca54/UTide-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "2060605a4a528b58fb249ae805cc5db9", "sha256": "0b815787cf75affd3500b9b879dc5455199f2bf9109de3a29c9e4ef20344d920" }, "downloads": -1, "filename": "UTide-0.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "2060605a4a528b58fb249ae805cc5db9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 74012, "upload_time": "2019-06-04T18:27:13", "url": "https://files.pythonhosted.org/packages/f3/c7/83ef6f6d8a93851727198cb0646a0ec688bf275d8fe5f380d91f407ab5db/UTide-0.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b9078dffcd5a9c5292909658f019a707", "sha256": "21999e12ddb8511b92525e3a6e8d5309e5ab92b9f0dc24c666d9f65c734c66a9" }, "downloads": -1, "filename": "UTide-0.2.4.tar.gz", "has_sig": false, "md5_digest": "b9078dffcd5a9c5292909658f019a707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88283, "upload_time": "2019-06-04T18:27:16", "url": "https://files.pythonhosted.org/packages/5d/18/6249d46d5004aa396aad9d91cc552d8e7cf01c353676f94902cf9c8d8fcb/UTide-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2060605a4a528b58fb249ae805cc5db9", "sha256": "0b815787cf75affd3500b9b879dc5455199f2bf9109de3a29c9e4ef20344d920" }, "downloads": -1, "filename": "UTide-0.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "2060605a4a528b58fb249ae805cc5db9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 74012, "upload_time": "2019-06-04T18:27:13", "url": "https://files.pythonhosted.org/packages/f3/c7/83ef6f6d8a93851727198cb0646a0ec688bf275d8fe5f380d91f407ab5db/UTide-0.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b9078dffcd5a9c5292909658f019a707", "sha256": "21999e12ddb8511b92525e3a6e8d5309e5ab92b9f0dc24c666d9f65c734c66a9" }, "downloads": -1, "filename": "UTide-0.2.4.tar.gz", "has_sig": false, "md5_digest": "b9078dffcd5a9c5292909658f019a707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88283, "upload_time": "2019-06-04T18:27:16", "url": "https://files.pythonhosted.org/packages/5d/18/6249d46d5004aa396aad9d91cc552d8e7cf01c353676f94902cf9c8d8fcb/UTide-0.2.4.tar.gz" } ] }