{ "info": { "author": "Konrad Ja\u0142owiecki ", "author_email": "dexter2206@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "pylttb: downsampling using Largest Triangle Threebuckets algorithm\n======================================================================================\n|License: MIT|\n\n**pylttb** is an efficient implementation of Largest Triangle Threebuckets algorithm.\n\nThe algorithm was described by Sveinn Steinarsson in his master thesis. More info and original\nimplementation can be found at this `page `_. The code in **pylttb** is based on this implementation\nbut structures computations a bit differently to leverage ``numpy`` 's array arithmetics.\n\nUsage example\n-------------\nSupposing you have arrays of ``x`` and ``y`` all you need to do to downsample them to given\n``threshold`` is:\n\n.. code:: python\n\n from pylttb import lttb\n\n down_x, down_y = lttb(x, y, threshold)\n \n.. |License: MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg\n :target: https://opensource.org/licenses/MIT", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "downsampling largest triangle three buckets", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pylttb", "package_url": "https://pypi.org/project/pylttb/", "platform": "Linux", "project_url": "https://pypi.org/project/pylttb/", "project_urls": null, "release_url": "https://pypi.org/project/pylttb/0.1.9/", "requires_dist": null, "requires_python": "", "summary": "pylttb - downsampling of given series using Largest Triangle Three Buckets method.", "version": "0.1.9" }, "last_serial": 3779489, "releases": { "0.1.8": [ { "comment_text": "", "digests": { "md5": "fa375e24e1b0c3084bc62eeb563db1a8", "sha256": "c0d36a80ccb9cc813ab1670d341a7ad86ad2933008931cf410a3302ee7941652" }, "downloads": -1, "filename": "pylttb-0.1.8.tar.gz", "has_sig": false, "md5_digest": "fa375e24e1b0c3084bc62eeb563db1a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3522, "upload_time": "2018-04-19T05:37:01", "url": "https://files.pythonhosted.org/packages/21/0b/40c188985d2a42baa92cd8eeb056118b849318b52b33c7203e0e8044b3ef/pylttb-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "28915751073553d156a374b6d556521b", "sha256": "65469718f50ae91777a0851a4c07c07d1a2a5fbfa6d39d648c1fa31d1bf7f43b" }, "downloads": -1, "filename": "pylttb-0.1.9.tar.gz", "has_sig": false, "md5_digest": "28915751073553d156a374b6d556521b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3516, "upload_time": "2018-04-19T05:46:22", "url": "https://files.pythonhosted.org/packages/84/3c/caea9db5d685a4a6820bf74ab89f6a2a8b0b4ed978359021a54a020561c7/pylttb-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "28915751073553d156a374b6d556521b", "sha256": "65469718f50ae91777a0851a4c07c07d1a2a5fbfa6d39d648c1fa31d1bf7f43b" }, "downloads": -1, "filename": "pylttb-0.1.9.tar.gz", "has_sig": false, "md5_digest": "28915751073553d156a374b6d556521b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3516, "upload_time": "2018-04-19T05:46:22", "url": "https://files.pythonhosted.org/packages/84/3c/caea9db5d685a4a6820bf74ab89f6a2a8b0b4ed978359021a54a020561c7/pylttb-0.1.9.tar.gz" } ] }