{ "info": { "author": "Maurycy Pietrzak", "author_email": "['github.com@wayheavy.com']", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Mathematics" ], "description": "Vincenty\n========\n\nCalculate the geographical distance (in kilometers or miles) between 2 points\nwith extreme accuracy.\n\nThis library implements Vincenty's solution to the inverse geodetic problem. It\nis based on the WGS 84 reference ellipsoid and is accurate to within 1 mm (!) or\nbetter.\n\nThis formula is widely used in geographic information systems (GIS) and is much\nmore accurate than methods for computing the great-circle distance (which assume\na spherical Earth).\n\nExample: distance between Boston and New York City\n--------------------------------------------------\n\n.. code:: python\n\n >>> from vincenty import vincenty\n >>> boston = (42.3541165, -71.0693514)\n >>> newyork = (40.7791472, -73.9680804)\n >>> vincenty(boston, newyork)\n 298.396057\n >>> vincenty(boston, newyork, miles=True)\n 185.414657\n\n\nInstallation\n------------\n\n.. code:: bash\n\n $ pip install vincenty\n\n\nReferences\n----------\n\n* https://en.wikipedia.org/wiki/Vincenty's_formulae\n* https://en.wikipedia.org/wiki/World_Geodetic_System", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/maurycyp/vincenty", "keywords": "", "license": "Unlicense", "maintainer": "", "maintainer_email": "", "name": "vincenty", "package_url": "https://pypi.org/project/vincenty/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vincenty/", "project_urls": { "Homepage": "https://github.com/maurycyp/vincenty" }, "release_url": "https://pypi.org/project/vincenty/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Calculate the geographical distance between 2 points with extreme accuracy.", "version": "0.1.4" }, "last_serial": 1920014, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c36a5aae796472b6f62c85ff79ae8bfc", "sha256": "78b07b395ddd66a6c9b03974bc177a83aaaf09f4a9a7974e6e7ffa64f41b3070" }, "downloads": -1, "filename": "vincenty-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c36a5aae796472b6f62c85ff79ae8bfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2507, "upload_time": "2015-01-30T02:13:55", "url": "https://files.pythonhosted.org/packages/18/df/7f77819d9b3b7766596f4c5086c8ce1a63cc850690ba3e2caf6f43a38699/vincenty-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8f8363fe4b6f36b0a57679cd0d76941d", "sha256": "759928739ac8cae409134418ca7ce1c35a02e36597b6aa83e2f445bd025fc2a7" }, "downloads": -1, "filename": "vincenty-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8f8363fe4b6f36b0a57679cd0d76941d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2688, "upload_time": "2015-01-30T20:40:29", "url": "https://files.pythonhosted.org/packages/53/48/4f8c5e91b83eda76f87e801c776c079957f986fe28976902ded0e8662cf3/vincenty-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "56409e1cbee235995518ae1ad31d97d3", "sha256": "199acac515ddebbd787548c8cd81fdb1d926dc0c58d04255810af7e79bcb3f6b" }, "downloads": -1, "filename": "vincenty-0.1.3.tar.gz", "has_sig": false, "md5_digest": "56409e1cbee235995518ae1ad31d97d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2767, "upload_time": "2015-10-26T18:59:47", "url": "https://files.pythonhosted.org/packages/e0/27/41f12d59c9e9fb2c1bc6cc315a79d50300285a99cf169a197ebc474540ce/vincenty-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "cc7f93eab24ffa5594a6f2a4fc65fb9b", "sha256": "eaa2f2de835f369cbd71c1a01ccd4e0d412da0f4aeef7c9692242b9ce182785a" }, "downloads": -1, "filename": "vincenty-0.1.4.tar.gz", "has_sig": false, "md5_digest": "cc7f93eab24ffa5594a6f2a4fc65fb9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2757, "upload_time": "2016-01-24T08:49:26", "url": "https://files.pythonhosted.org/packages/c4/de/296372fde237fdda627fb6127a34689a3c1b25b6531a180060bf8e11457f/vincenty-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc7f93eab24ffa5594a6f2a4fc65fb9b", "sha256": "eaa2f2de835f369cbd71c1a01ccd4e0d412da0f4aeef7c9692242b9ce182785a" }, "downloads": -1, "filename": "vincenty-0.1.4.tar.gz", "has_sig": false, "md5_digest": "cc7f93eab24ffa5594a6f2a4fc65fb9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2757, "upload_time": "2016-01-24T08:49:26", "url": "https://files.pythonhosted.org/packages/c4/de/296372fde237fdda627fb6127a34689a3c1b25b6531a180060bf8e11457f/vincenty-0.1.4.tar.gz" } ] }