{ "info": { "author": "Adam Matan", "author_email": "adam@matan.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: Scientific/Engineering :: GIS", "Topic :: Software Development :: Libraries" ], "description": "polycircles\n===========\n\nPolycircles: KML (WGS84) circle approximation using polygons with many vertices.\n\n`Build Status `_\n\n.. image:: https://travis-ci.org/adamatan/polycircles.svg?branch=master\n :target: https://travis-ci.org/adamatan/polycircles\n :alt: Build Status\n\n.. image:: https://badge.fury.io/py/polycircles.svg\n :target: https://pypi.python.org/pypi/polycircles\n\n.. image:: https://raw.githubusercontent.com/adamatan/polycircles/master/docs/_static/kml_manhattan.png\n :width: 500px\n :align: center\n :alt: Example: A circle around Columbus Circle, Manhattan\n\n\n[![Downloads](https://pypip.in/download/polycircles/badge.png)](https://pypi.python.org/pypi/polycircles/)\n\n[![Manhattan example]()\n\nApproximate a circle using a 36-vertices polygon:\n\n.. code-block:: python\n\n\t>>> from polycircles import polycircles\n\t>>> polycircle = polycircles.Polycircle(latitude = 32.074322, longitude=34.792081, radius=100, number_of_vertices=36)\n\t>>> polycircle.to_lat_lon()\n\t((32.075223809870174, 34.792081), (32.075210109219384, 34.79226491831068),\n\t (32.07516942356622, 34.792443248196115), (32.07510298915787, 34.792610571051924),\n\t (32.075012824622526, 34.79276180275308), (32.074901669628204, 34.792892348145145),\n\t (32.07477290163153, 34.792998240672475), (32.07463043324713, 34.793076262899916),\n\t (32.074478593357114, 34.79312404426628), (32.07432199557388, 34.79314013310001),\n\t (32.0741653980537, 34.79312404071046), (32.07401355892112, 34.793076256217155),\n\t (32.07387109169717, 34.79299823166882), (32.073742325123995, 34.792892337906565),\n\t (32.073631171644536, 34.79276179251449), (32.07354100853271, 34.79261056204826),\n\t (32.073474575284784, 34.792443241513354), (32.07343389038906, 34.79226491475485),\n\t (32.07342019000133, 34.792081), (32.07343389038906, 34.791897085245154),\n\t (32.073474575284784, 34.79171875848665), (32.07354100853271, 34.791551437951746),\n\t (32.073631171644536, 34.791400207485516), (32.073742325123995, 34.79126966209344),\n\t (32.07387109169717, 34.79116376833119), (32.07401355892112, 34.79108574378285),\n\t (32.0741653980537, 34.79103795928955), (32.07432199557388, 34.791021866899996),\n\t (32.074478593357114, 34.79103795573373), (32.07463043324713, 34.79108573710009),\n\t (32.07477290163153, 34.79116375932753), (32.074901669628204, 34.79126965185486),\n\t (32.075012824622526, 34.79140019724693), (32.07510298915787, 34.79155142894808),\n\t (32.07516942356622, 34.79171875180389), (32.075210109219384, 34.79189708168933),\n\t (32.075223809870174, 34.792081))\n\nDocumentation: http://polycircles.readthedocs.org/en/latest/\nCode: https://github.com/adamatan/polycircles", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://polycircles.rtfd.org", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "polycircles", "package_url": "https://pypi.org/project/polycircles/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/polycircles/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://polycircles.rtfd.org" }, "release_url": "https://pypi.org/project/polycircles/0.3.7/", "requires_dist": null, "requires_python": null, "summary": "Polycircles: WGS84 Circle approximations using polygons", "version": "0.3.7" }, "last_serial": 2200725, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b02ee0afad0b8ba4fad25444bf162e75", "sha256": "218eb9afa8236642a9807e90b1e459db91161b35c0dd60f5ed1054bcc654ba70" }, "downloads": -1, "filename": "polycircles-0.1.tar.gz", "has_sig": true, "md5_digest": "b02ee0afad0b8ba4fad25444bf162e75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2576, "upload_time": "2014-04-27T06:43:50", "url": "https://files.pythonhosted.org/packages/28/91/c73a0aa9c2d436d1c6e2d2228b3a2ec899cdf6bb220ddde0007f1d6eb725/polycircles-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "b98a8f8a2dab9ea0096c5db38572ec21", "sha256": "e110759107366a5ba4c7e3449dfc5adbe1cfef6f4d496a152007f05ae6f2d1f5" }, "downloads": -1, "filename": "polycircles-0.2.tar.gz", "has_sig": true, "md5_digest": "b98a8f8a2dab9ea0096c5db38572ec21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3777, "upload_time": "2016-07-01T09:36:58", "url": "https://files.pythonhosted.org/packages/a4/be/bbe55bd3fc40053d0bf8643bf321a57aa0488dab1ccfaa1461c3f1429bae/polycircles-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a5028fe216f7182d8117f0587b35b6aa", "sha256": "2ac25acfd145cde2366cbebfd8626e76b29e94f237aa85efbaebcd37ebbd72c5" }, "downloads": -1, "filename": "polycircles-0.2.1.tar.gz", "has_sig": true, "md5_digest": "a5028fe216f7182d8117f0587b35b6aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3907, "upload_time": "2016-07-01T18:18:30", "url": "https://files.pythonhosted.org/packages/7b/4c/8c3bfa0925536bc82c8e172dae131d53ba738b33fffecb5d0448095f5fc1/polycircles-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e33f80ef6323981090cf1d08a8332fc0", "sha256": "73be72879bce0fde84390f829f540653156cbca2096c6f3aefa99f910e67d291" }, "downloads": -1, "filename": "polycircles-0.2.2.tar.gz", "has_sig": true, "md5_digest": "e33f80ef6323981090cf1d08a8332fc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3911, "upload_time": "2016-07-01T18:28:14", "url": "https://files.pythonhosted.org/packages/83/fc/89ab9e6d91b25268115fb1f53a83b3f35f0d2ac4b65b9233696de1504867/polycircles-0.2.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "7f9c6885815a711e04de282e6b3c8e9c", "sha256": "470ada5b6ca5333af1cad103cf2ef0b0eea50fef6641109ad2243c4adf978dc8" }, "downloads": -1, "filename": "polycircles-0.3.tar.gz", "has_sig": true, "md5_digest": "7f9c6885815a711e04de282e6b3c8e9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3917, "upload_time": "2016-07-01T18:31:31", "url": "https://files.pythonhosted.org/packages/3b/18/6d3fef44622989a1e559c99d469169fcb7bad028a4b5f2eef31f99565300/polycircles-0.3.tar.gz" } ], "0.3.1": [], "0.3.2": [ { "comment_text": "", "digests": { "md5": "39b609506bad0b83eca2d3ccc817e88e", "sha256": "4976e2c22a70c0d22ca10f78429cc80a26528665dbeb502d55578ce9eae60de5" }, "downloads": -1, "filename": "polycircles-0.3.2.tar.gz", "has_sig": true, "md5_digest": "39b609506bad0b83eca2d3ccc817e88e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4094, "upload_time": "2016-07-03T05:29:02", "url": "https://files.pythonhosted.org/packages/be/23/49b8836ed4f72b2ebb41624a433865f1cd82f5e3c45908a9c7137105dfb2/polycircles-0.3.2.tar.gz" } ], "0.3.3": [], "0.3.4": [ { "comment_text": "", "digests": { "md5": "2296ad01eb3015d155e18a0048889f51", "sha256": "f215bbb5d22dcdcc058833fcd6e4463c58576b94a516754cb82c3aedecac4b47" }, "downloads": -1, "filename": "polycircles-0.3.4.tar.gz", "has_sig": true, "md5_digest": "2296ad01eb3015d155e18a0048889f51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4186, "upload_time": "2016-07-03T05:36:59", "url": "https://files.pythonhosted.org/packages/1a/86/1dc32f75a635ee3f9a1c2d89785044e9a4214644458cb1c5d25c8dce40d1/polycircles-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "cb1b1290a8befcb4379ae04e2b769ad0", "sha256": "5d2a5126ede914c7611fdea8bb9cdb0f8f99a627ff45ed74b847233c0e615cbb" }, "downloads": -1, "filename": "polycircles-0.3.5.tar.gz", "has_sig": true, "md5_digest": "cb1b1290a8befcb4379ae04e2b769ad0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4191, "upload_time": "2016-07-03T17:52:01", "url": "https://files.pythonhosted.org/packages/00/dd/31a7e5a55808dc7cb41f1f516d8f9b7bc3569c0dad4abbe849f4f5a313a1/polycircles-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "c568f4ad97c51f1a1911849b7c326422", "sha256": "702933ccb55b65f048930f792910886971edfede4dbacfb58c8f73711c462489" }, "downloads": -1, "filename": "polycircles-0.3.6.tar.gz", "has_sig": true, "md5_digest": "c568f4ad97c51f1a1911849b7c326422", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4231, "upload_time": "2016-07-03T17:57:41", "url": "https://files.pythonhosted.org/packages/97/85/70e3e03668f028a783589e4eb36b483ed946389fe1c882e3cf072a3f76c3/polycircles-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "a946a70c35031bed27e7d3b52229e917", "sha256": "5e7a1872e88694bbaab98c97912e94babb60edb4be14f84c248dbe11960ac9e3" }, "downloads": -1, "filename": "polycircles-0.3.7.tar.gz", "has_sig": true, "md5_digest": "a946a70c35031bed27e7d3b52229e917", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4334, "upload_time": "2016-07-03T17:59:20", "url": "https://files.pythonhosted.org/packages/1d/e5/5f35b2bde7f64b75d48495a803467a70dbcd503f7436829f55fcfa314435/polycircles-0.3.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a946a70c35031bed27e7d3b52229e917", "sha256": "5e7a1872e88694bbaab98c97912e94babb60edb4be14f84c248dbe11960ac9e3" }, "downloads": -1, "filename": "polycircles-0.3.7.tar.gz", "has_sig": true, "md5_digest": "a946a70c35031bed27e7d3b52229e917", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4334, "upload_time": "2016-07-03T17:59:20", "url": "https://files.pythonhosted.org/packages/1d/e5/5f35b2bde7f64b75d48495a803467a70dbcd503f7436829f55fcfa314435/polycircles-0.3.7.tar.gz" } ] }