{ "info": { "author": "Eloy Adonis Colell", "author_email": "gersolar.dev@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Scientific/Engineering :: Atmospheric Science", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: GIS", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Physics" ], "description": "linketurbidity\n==============\n\n|Gitter|\n\n|License| |Downloads| |Build Status| |Coverage Status| |Code Health|\n|PyPI version| |Stories in Ready|\n\nA python library that simplifies the access to the linke turbidity\nindex.\n\nRequirements\n============\n\nIf you want to use this library on any GNU/Linux or OSX system you just\nneed to execute:\n\n::\n\n $ pip install linketurbidity\n\nIf you want to improve this library, you should download the `github\nrepository `__ and execute:\n\n::\n\n $ make deploy\n\nOn Ubuntu Desktop there are some other libraries not installed by\ndefault (zlibc libbz2-dev) which may need to be installed to use these\nlibrary. Use the next command to automate the installation of the\nadditional C libraries:\n\n::\n\n $ make ubuntu deploy\n\nTesting\n=======\n\nTo test all the project you should use the command:\n\n::\n\n $ make test\n\nIf you want to help us or report an issue join to us through the `GitHub\nissue tracker `__.\n\nExample\n=======\n\nThere are 3 methods to obtain the linke turbidity matrix:\n\n1. obtain\n2. obtain\\_to\n3. persist\n\nThe **obtain** method needs a datetime object:\n\n.. code:: python\n\n from linketurbidity import instrument\n from datetime import datetime\n\n linke_matrix = instrument.obtain(datetime(2014, 11, 10))\n\nNext, the **obtain\\_to** method needs a standard NOAA CLASS netcdf\nfilename to parse:\n\n.. code:: python\n\n from linketurbidity import instrument\n from datetime import datetime\n\n linke_matrix = instrument.obtain_to('data/goes13.2014.124.123422.BAND_01.nc')\n\nLast, the **persist** method needs a standard NOAA CLASS netcdf filename\nto save the variables:\n\n.. code:: python\n\n from linketurbidity import instrument\n from datetime import datetime\n from netcdf import netcdf as nc\n\n instrument.persist('data/goes13.2014.124.123422.BAND_01.nc')\n with nc.loader('data/goes13.2014.124.123422.BAND_01.nc') as root:\n print nc.getvar(root, 'linke')[:]\n\nAbout\n=====\n\nThis software is developed by\n`GERSolar `__. You can contact us to\ngersolar.dev@gmail.com.\n\n.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg\n :target: https://gitter.im/gersolar/linketurbidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n.. |License| image:: https://img.shields.io/pypi/l/linketurbidity.svg\n :target: https://raw.githubusercontent.com/limiear/linketurbidity/master/LICENSE\n.. |Downloads| image:: https://img.shields.io/pypi/dm/linketurbidity.svg\n :target: https://pypi.python.org/pypi/linketurbidity/\n.. |Build Status| image:: https://travis-ci.org/gersolar/linketurbidity.svg?branch=master\n :target: https://travis-ci.org/gersolar/linketurbidity\n.. |Coverage Status| image:: https://coveralls.io/repos/gersolar/linketurbidity/badge.png\n :target: https://coveralls.io/r/gersolar/linketurbidity\n.. |Code Health| image:: https://landscape.io/github/gersolar/linketurbidity/master/landscape.png\n :target: https://landscape.io/github/gersolar/linketurbidity/master\n.. |PyPI version| image:: https://badge.fury.io/py/linketurbidity.svg\n :target: http://badge.fury.io/py/linketurbidity\n.. |Stories in Ready| image:: https://badge.waffle.io/gersolar/linketurbidity.png?label=ready&title=Ready\n :target: https://waffle.io/gersolar/linketurbidity", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gersolar/linketurbidity", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "linketurbidity", "package_url": "https://pypi.org/project/linketurbidity/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/linketurbidity/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gersolar/linketurbidity" }, "release_url": "https://pypi.org/project/linketurbidity/0.0.6/", "requires_dist": null, "requires_python": null, "summary": "A python library that simplify the access to the linketurbidity index.", "version": "0.0.6" }, "last_serial": 1627179, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "4348284f6727d6cf29a481417db65da8", "sha256": "22ca463dd5060dd6c7d6b8b9d91d85a3627ad71ce67fe0817747d92ff6c707e7" }, "downloads": -1, "filename": "linketurbidity-0.0.0.tar.gz", "has_sig": false, "md5_digest": "4348284f6727d6cf29a481417db65da8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529048, "upload_time": "2015-01-20T04:03:41", "url": "https://files.pythonhosted.org/packages/da/45/be36d88bcb3f7f816ea2feca6bef1084f684b27922bb47ba795f778bea66/linketurbidity-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "f7aa3656982a358dab888e5eed2fc437", "sha256": "5d53ddbb780d5f15c19cc1a2a315ea7a8c757c801e445ff8a5607604c2143745" }, "downloads": -1, "filename": "linketurbidity-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f7aa3656982a358dab888e5eed2fc437", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529783, "upload_time": "2015-01-20T15:44:53", "url": "https://files.pythonhosted.org/packages/94/4b/8289521bcfedf633721a296b2edfee1742f00d9d03a90fc9a999938a773d/linketurbidity-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b2bf12a655f6bee5165e8232d0e905e5", "sha256": "8e7ab3716bb4eacc5b67c11f8a5bbf92e3a8691e624773bedbdc3bb5441011ff" }, "downloads": -1, "filename": "linketurbidity-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b2bf12a655f6bee5165e8232d0e905e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529940, "upload_time": "2015-01-21T15:58:07", "url": "https://files.pythonhosted.org/packages/63/d2/36d00501c84ed9e315fb0634d648bd602f0b7a433c18154f024420bdef42/linketurbidity-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "929f24b91df54f3077ebd792b1615a0d", "sha256": "f2baf7c03a1e6e34b4d9102a7ba562de9eb0e8a5e2fcbf0a1f2436336033609b" }, "downloads": -1, "filename": "linketurbidity-0.0.3.tar.gz", "has_sig": false, "md5_digest": "929f24b91df54f3077ebd792b1615a0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529940, "upload_time": "2015-04-09T20:11:37", "url": "https://files.pythonhosted.org/packages/bd/c4/aa4607fddf845f14addfae1bdc0e6ed9c061210a2db28395efe979b69047/linketurbidity-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "86ba212fe0b3bc9dd4ec577cb9ae4a19", "sha256": "60b9a4afdf1914b4e94dd787da8e573e462cf071f5a1114ffa50380a72ac1898" }, "downloads": -1, "filename": "linketurbidity-0.0.4.tar.gz", "has_sig": false, "md5_digest": "86ba212fe0b3bc9dd4ec577cb9ae4a19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529949, "upload_time": "2015-04-11T20:19:10", "url": "https://files.pythonhosted.org/packages/6d/d5/dbd2308c8a864ac2155af60d7ddc58c1771dcbafbffa224b554d0cb6773f/linketurbidity-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "8b58a37bf74aea4911d6e1f7bfc3ed97", "sha256": "a32389bb459afe2746d078854b0bd5776b8d71bd7d77150a49f29024c9e60a0f" }, "downloads": -1, "filename": "linketurbidity-0.0.5.tar.gz", "has_sig": false, "md5_digest": "8b58a37bf74aea4911d6e1f7bfc3ed97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529854, "upload_time": "2015-07-05T03:33:14", "url": "https://files.pythonhosted.org/packages/e9/bb/8d5111193c33658153a8b939e7f8c6ba4185c354c36cb7488e495879a7c3/linketurbidity-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "299fc53fbbfa388f139aa8208fccb7e2", "sha256": "3aa84959634a6f7ab24a6a32e44eec9b14a4aac79cdd705a1f2fbfec4335f760" }, "downloads": -1, "filename": "linketurbidity-0.0.6.tar.gz", "has_sig": false, "md5_digest": "299fc53fbbfa388f139aa8208fccb7e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529867, "upload_time": "2015-07-10T00:37:29", "url": "https://files.pythonhosted.org/packages/80/a0/f6ea23a6ca5509e6be8c6f860b6e45fd49031f7406495af8a4ac782c1ba1/linketurbidity-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "299fc53fbbfa388f139aa8208fccb7e2", "sha256": "3aa84959634a6f7ab24a6a32e44eec9b14a4aac79cdd705a1f2fbfec4335f760" }, "downloads": -1, "filename": "linketurbidity-0.0.6.tar.gz", "has_sig": false, "md5_digest": "299fc53fbbfa388f139aa8208fccb7e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529867, "upload_time": "2015-07-10T00:37:29", "url": "https://files.pythonhosted.org/packages/80/a0/f6ea23a6ca5509e6be8c6f860b6e45fd49031f7406495af8a4ac782c1ba1/linketurbidity-0.0.6.tar.gz" } ] }