{ "info": { "author": "S. Brewster Malevich", "author_email": "malevich@email.arizona.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering" ], "description": "baysparpy\n=========\n\n.. image:: https://travis-ci.org/brews/baysparpy.svg?branch=master\n :target: https://travis-ci.org/brews/baysparpy\n\n\nAn Open Source Python package for TEX86 calibration.\n\nThis package is based on the original BAYSPAR (BAYesian SPAtially-varying Regression) for MATLAB (https://github.com/jesstierney/BAYSPAR).\n\n\nQuick example\n-------------\n\nFirst, load key packages and an example dataset:\n\n.. code-block:: python\n\n import numpy as np\n import bayspar as bsr\n\n example_file = bsr.get_example_data('castaneda2010.csv')\n d = np.genfromtxt(example_file, delimiter=',', names=True)\n\nThis dataset (from `Casta\u00f1eda et al. 2010 `_)\nhas two columns giving sediment age (calendar years BP) and TEX86.\n\nWe can make a \"standard\" prediction of sea-surface temperature (SST) with ``predict_seatemp()``:\n\n.. code-block:: python\n\n prediction = bsr.predict_seatemp(d['tex86'], lon=34.0733, lat=31.6517,\n prior_std=6, temptype='sst')\n\nTo see actual numbers from the prediction, directly parse ``prediction.ensemble`` or use ``prediction.percentile()`` to get the 5%, 50% and 95% percentiles.\n\nYou can also plot your prediction with ``bsr.predictplot()`` or ``bsr.densityplot()``.\n\nFor further details, examples, and additional prediction functions, see the online documentation (https://baysparpy.readthedocs.io).\n\n\nInstallation\n------------\n\nTo install **baysparpy** with pip, run:\n\n.. code-block:: bash\n\n $ pip install git+git://github.com/brews/baysparpy.git@stable\n\nUnfortunately, **baysparpy** is not compatible with Python 2.\n\nSupport and development\n-----------------------\n\n- Documentation is available online (https://baysparpy.readthedocs.io).\n\n- Please feel free to report bugs and issues or view the source code on GitHub (https://github.com/brews/baysparpy).\n\n\nLicense\n-------\n\n**baysparpy** is available under the Open Source GPLv3 (https://www.gnu.org/licenses).\n\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/brews/baysparpy", "keywords": "marine paleoclimate tex86 calibration", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "baysparpy", "package_url": "https://pypi.org/project/baysparpy/", "platform": "", "project_url": "https://pypi.org/project/baysparpy/", "project_urls": { "Homepage": "https://github.com/brews/baysparpy" }, "release_url": "https://pypi.org/project/baysparpy/0.0.3/", "requires_dist": [ "numpy", "scipy", "matplotlib", "attrs", "tqdm", "cartopy" ], "requires_python": "", "summary": "An Open Source Python package for TEX86 calibration", "version": "0.0.3" }, "last_serial": 4286616, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "4e3109507931dacdca5ee2ecd8bb0a5a", "sha256": "0a202ee090f208ac47d1e9d620a162b125b0239b719ee113c57e616c29653d33" }, "downloads": -1, "filename": "baysparpy-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4e3109507931dacdca5ee2ecd8bb0a5a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 49352666, "upload_time": "2018-03-08T04:21:06", "url": "https://files.pythonhosted.org/packages/63/e3/e83058a10a3f8ea4c3db8c05f711ded1306457aad6f420239b99cd47f74e/baysparpy-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c64b3187aabf7325a3b42a09a590edc9", "sha256": "1017391915f2f86c83ee0d9e2553231111ec662b2f7ebed66e30628cea8875e2" }, "downloads": -1, "filename": "baysparpy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c64b3187aabf7325a3b42a09a590edc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49363835, "upload_time": "2018-03-08T04:22:40", "url": "https://files.pythonhosted.org/packages/aa/e5/3e7019a509f8113bd7c3bb352d4b07abd5d0c693eecd615a1a038f068fad/baysparpy-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "3e76dbfa1b987ad4bdcc5d6ab5a9623e", "sha256": "d6869869e679262ddcbce9291ace95353be07dabae501e0cd5ff8224837f7ca7" }, "downloads": -1, "filename": "baysparpy-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "3e76dbfa1b987ad4bdcc5d6ab5a9623e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 49354553, "upload_time": "2018-09-19T00:30:29", "url": "https://files.pythonhosted.org/packages/8e/38/9ebd2f66f266c174c847c9202278126ed7ca177bc9a3e51cd73d7611ce6a/baysparpy-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7441544111ebc4bf354c61f6b57b786e", "sha256": "f68b9f34c7a3e8c08dfe02611b752a0cf0679e1a95da8b7dec2bb32309600738" }, "downloads": -1, "filename": "baysparpy-0.0.3.tar.gz", "has_sig": false, "md5_digest": "7441544111ebc4bf354c61f6b57b786e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49365676, "upload_time": "2018-09-19T00:31:50", "url": "https://files.pythonhosted.org/packages/69/12/51761af20b2ea36c809160f32f8ef786879da62e628967b33d3b00b93d23/baysparpy-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e76dbfa1b987ad4bdcc5d6ab5a9623e", "sha256": "d6869869e679262ddcbce9291ace95353be07dabae501e0cd5ff8224837f7ca7" }, "downloads": -1, "filename": "baysparpy-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "3e76dbfa1b987ad4bdcc5d6ab5a9623e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 49354553, "upload_time": "2018-09-19T00:30:29", "url": "https://files.pythonhosted.org/packages/8e/38/9ebd2f66f266c174c847c9202278126ed7ca177bc9a3e51cd73d7611ce6a/baysparpy-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7441544111ebc4bf354c61f6b57b786e", "sha256": "f68b9f34c7a3e8c08dfe02611b752a0cf0679e1a95da8b7dec2bb32309600738" }, "downloads": -1, "filename": "baysparpy-0.0.3.tar.gz", "has_sig": false, "md5_digest": "7441544111ebc4bf354c61f6b57b786e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49365676, "upload_time": "2018-09-19T00:31:50", "url": "https://files.pythonhosted.org/packages/69/12/51761af20b2ea36c809160f32f8ef786879da62e628967b33d3b00b93d23/baysparpy-0.0.3.tar.gz" } ] }