{ "info": { "author": "Mathieu (matael) Gaborit", "author_email": "mathieu@matael.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Programming Language :: Python" ], "description": "=================\nVisvalingam-Wyatt\n=================\n\nSimple python implementation of a `famous algorithm`_ : the Visvalingam-Wyatt simplification.\n\n.. _famous algorithm: https://hydra.hull.ac.uk/assets/hull:8343/content\n\nInstallation\n------------\n\nUsing pip ::\n\n $ pip install visvalingam\n\n\nYou can download the source using ::\n\n git clone https://github.com/milkbread/Visvalingam-Wyatt.git\n\nExamples execution\n------------------\n\nThe whole example is located in the ``example/`` directory ::\n\n $ cd example\n\nScript usage\n~~~~~~~~~~~~\n\nDummy ::\n\n\t$ python simplify.py -i -o -t \n\nExample ::\n\n\tpython simplify.py -i in.json -o out.json -t 0.0005\n\nHelp ::\n\n\tpython simplify.py -h\n\nView results in browser\n-----------------------\n\nThis is an exemplary workflow for tests :\n\n- Download the repository\n- Simplify your data ::\n\n python simplify.py -i in.json -o out.json -t 0.0005\n\n- setup local server (**necessary for D3.js**) ::\n\n python -m SimpleHTTPServer 8888\n\n- open in browser: http://localhost:8888/index.html\n- *If needed* adjust the filenames within the ``example/index.html`` (lines 24 & 28)\n- evaluate the resulting data and try another threshold\n\n**Impatient to see some results?** See the `example/index.html`_ here!\n\n.. _example/index.html: http://milkbread.github.io/Visvalingam-Wyatt\n\nInspired by M.Bostocks JavaScript-Implementation:\n-------------------------------------------------\n\n- Explanation_\n- Code_\n\n.. _Explanation: http://bost.ocks.org/mike/simplify/)\n.. _Code: http://bost.ocks.org/mike/simplify/simplify.js)\n\n\n.. vim: ft=rst\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://milkbread.github.io/Visvalingam-Wyatt", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "visvalingam", "package_url": "https://pypi.org/project/visvalingam/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/visvalingam/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://milkbread.github.io/Visvalingam-Wyatt" }, "release_url": "https://pypi.org/project/visvalingam/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "Simple implementation of the Visvalingam-Wyatt algorithm", "version": "0.3.0" }, "last_serial": 1114218, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9eef94bf4c28932cbd02a67943d92093", "sha256": "116e7e3dc7fae6f2030837db4df2bcbbe3d46ef8af4dc30bcb12f2292dd302f9" }, "downloads": -1, "filename": "visvalingam-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9eef94bf4c28932cbd02a67943d92093", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3151, "upload_time": "2014-06-02T22:05:11", "url": "https://files.pythonhosted.org/packages/b6/5e/80eced1e5268a8ee86b3070a11de1cbae04736b6f7fc6e427a550ba554e2/visvalingam-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "33ec221cc47caf69762500a654a5899e", "sha256": "0cdd9905148114a7c84e845ccdbed33a6b10e5570f5c07c5cca7a836c0221e3a" }, "downloads": -1, "filename": "visvalingam-0.2.0.tar.gz", "has_sig": false, "md5_digest": "33ec221cc47caf69762500a654a5899e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3815, "upload_time": "2014-06-02T23:17:52", "url": "https://files.pythonhosted.org/packages/9c/f0/3501cebe3435d935658fd0a79c3b7c9cd3b6863bac6953aa477a1ad1d81b/visvalingam-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "4d1b8c9001b36bbbf12e721644bc1fb7", "sha256": "78c49e4c8981735f2b7de78112d0b1374cb5173e7f678ef74f03a7de295ab246" }, "downloads": -1, "filename": "visvalingam-0.3.0.tar.gz", "has_sig": false, "md5_digest": "4d1b8c9001b36bbbf12e721644bc1fb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3805, "upload_time": "2014-06-04T20:59:44", "url": "https://files.pythonhosted.org/packages/15/d9/27361b4ba68c523224054f10511fe66d03295c258506881ec2b453bb8af8/visvalingam-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d1b8c9001b36bbbf12e721644bc1fb7", "sha256": "78c49e4c8981735f2b7de78112d0b1374cb5173e7f678ef74f03a7de295ab246" }, "downloads": -1, "filename": "visvalingam-0.3.0.tar.gz", "has_sig": false, "md5_digest": "4d1b8c9001b36bbbf12e721644bc1fb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3805, "upload_time": "2014-06-04T20:59:44", "url": "https://files.pythonhosted.org/packages/15/d9/27361b4ba68c523224054f10511fe66d03295c258506881ec2b453bb8af8/visvalingam-0.3.0.tar.gz" } ] }