{ "info": { "author": "Karim Bahgat", "author_email": "karim.bahgat.norway@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: OSI Approved", "Programming Language :: Python", "Topic :: Scientific/Engineering :: GIS" ], "description": "Pytess\n======\n\nPure Python tessellation of points into polygons, including\nDelauney/Thiessin, and Voronoi polygons. Built as a convenient user\ninterface for Bill Simons/Carson Farmer python port of Steven Fortune\nC++ version of a Delauney triangulator.\n\nPlatforms\n---------\n\nTested on Python version 2.x and 3.x.\n\nDependencies\n------------\n\nPure Python, no dependencies.\n\nInstalling it\n-------------\n\nPytess is installed with pip from the commandline:\n\n::\n\n pip install pytess\n\nUsage\n-----\n\nTo triangulate a set of points, simply do:\n\n::\n\n import pytess\n points = [(1,1), (5,5), (3,5), (8,1)]\n triangles = pytess.triangulate(points)\n\nAnd for voronoi diagrams:\n\n::\n\n import pytess\n points = [(1,1), (5,5), (3,5), (8,1)]\n voronoipolys = pytess.voronoi(points)\n\nMore Information:\n-----------------\n\n- `Home Page `__\n- `API Documentation `__\n\nLicense:\n--------\n\nThis code is free to share, use, reuse, and modify according to the MIT\nlicense, see license.txt\n\nCredits:\n--------\n\nI just made it more convenient to use for end-users and uploaded it to\nPyPi. The real credit goes to Bill Simons/Carson Farmer and Steven\nFortune for implementing the algorithm in the first place.\n\n- Karim Bahgat\n- Michael Currie\n\nChanges\n-------\n\n1.0.0 (2018-09-13)\n~~~~~~~~~~~~~~~~~~\n\n- Bump to stable version\n- Python 3.x compatibility\n\n0.1.0 (2015-06-25)\n~~~~~~~~~~~~~~~~~~\n\n- First pypi release\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/Pytess/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/karimbahgat/Pytess", "keywords": "GIS spatial tesselation voronoi delauney triangulation", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Pytess", "package_url": "https://pypi.org/project/Pytess/", "platform": "", "project_url": "https://pypi.org/project/Pytess/", "project_urls": { "Homepage": "http://github.com/karimbahgat/Pytess" }, "release_url": "https://pypi.org/project/Pytess/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Pure Python tessellation of points into polygons, including Delauney/Thiessin, and Voronoi polygons.", "version": "1.0.0" }, "last_serial": 4267556, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "fb4efec24b0091e170b598e446f8be1a", "sha256": "06c474c9d6beae55130cde8001e9a8ce4c29edaad7f70957eb97271c41cad7ed" }, "downloads": -1, "filename": "Pytess-0.1.0.zip", "has_sig": false, "md5_digest": "fb4efec24b0091e170b598e446f8be1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14789, "upload_time": "2015-06-25T19:40:37", "url": "https://files.pythonhosted.org/packages/e9/0d/44de3a50a4871f74e441bf91a57383a99b6b3f999d33580ae2b8357fbfbb/Pytess-0.1.0.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "cb1adeced4aac5e024d829311bbbf391", "sha256": "fc93975413d8249d746e27519e09e8af2a8ae947c1994709d3320bd17ee7de09" }, "downloads": -1, "filename": "Pytess-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cb1adeced4aac5e024d829311bbbf391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11744, "upload_time": "2018-09-13T05:38:29", "url": "https://files.pythonhosted.org/packages/12/f6/b687d1684d5db29e0a014dbafce6d0ec120353719631265c7f612bb41a4c/Pytess-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb1adeced4aac5e024d829311bbbf391", "sha256": "fc93975413d8249d746e27519e09e8af2a8ae947c1994709d3320bd17ee7de09" }, "downloads": -1, "filename": "Pytess-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cb1adeced4aac5e024d829311bbbf391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11744, "upload_time": "2018-09-13T05:38:29", "url": "https://files.pythonhosted.org/packages/12/f6/b687d1684d5db29e0a014dbafce6d0ec120353719631265c7f612bb41a4c/Pytess-1.0.0.tar.gz" } ] }