{ "info": { "author": "Stephen Spencer", "author_email": "gladiatr72@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Cython", "Topic :: Scientific/Engineering :: GIS", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# geodestic\n\nThis module provides a single function: between()\n\nIt takes four floats corresponding to two latitude/longitude sets given in decimal degrees and returns a value that corresponds to the length of the geodesic distance between those two coordinates. The bearing calculation bits of the original source are not a part of this module. \n\nThe tests run against geographiclib. It is thought to be the most precise and speedy open source library for GIS calulations. There is an accompanying python implementation (not bindings) written by the author of the C++ library. (_pip install geographiclib_) It is quite a bit slower than the C++ implementation and my cffi-fu is not quite up to wrapping it in way that I would feel confident using it. \n\nThanks to the Android team the for the clear expression of the inversion forumla. (http://tw.gs/2Xyci3)\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gladiatr72/geodestic", "keywords": "geolocation", "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "geodestic", "package_url": "https://pypi.org/project/geodestic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/geodestic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gladiatr72/geodestic" }, "release_url": "https://pypi.org/project/geodestic/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "A Cython implementation of android.location.Location.computeDistanceAndBearing()", "version": "0.2.2" }, "last_serial": 1641642, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "9671ad013bb18b0b3acad5085a9cc645", "sha256": "ca363cd6c99cd9aaf0505a6576b1a5301aa4351f5b7cfd94e0be20d7daac304e" }, "downloads": -1, "filename": "geodestic-0.2.tar.gz", "has_sig": false, "md5_digest": "9671ad013bb18b0b3acad5085a9cc645", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17693, "upload_time": "2015-07-20T05:46:13", "url": "https://files.pythonhosted.org/packages/db/db/3ee6afccca41839207afbbff07837d9b16800573791444896403975fa449/geodestic-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "982a8093c7461fba230ba7906b5ab2dd", "sha256": "11c8e9386acb0f727cb62681d9e5c49e068e0c99a92009b5891ea24d12a6ad18" }, "downloads": -1, "filename": "geodestic-0.2.1.tar.gz", "has_sig": false, "md5_digest": "982a8093c7461fba230ba7906b5ab2dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16341, "upload_time": "2015-07-20T05:54:33", "url": "https://files.pythonhosted.org/packages/35/44/685fca572c5f94e7804e3769f9725ba8338dff613be2237bdd4a448b5be0/geodestic-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "8898b84759a225e3504c21c22b5211b1", "sha256": "fbe5c9757259c7423d4329aa13c07b4c5930affb932c2689f287084d30daf826" }, "downloads": -1, "filename": "geodestic-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8898b84759a225e3504c21c22b5211b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18086, "upload_time": "2015-07-20T15:36:05", "url": "https://files.pythonhosted.org/packages/65/d2/7117060e541b90f167f3a38fcbd7b2c6d1c8f9a292b52050e94406e89241/geodestic-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8898b84759a225e3504c21c22b5211b1", "sha256": "fbe5c9757259c7423d4329aa13c07b4c5930affb932c2689f287084d30daf826" }, "downloads": -1, "filename": "geodestic-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8898b84759a225e3504c21c22b5211b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18086, "upload_time": "2015-07-20T15:36:05", "url": "https://files.pythonhosted.org/packages/65/d2/7117060e541b90f167f3a38fcbd7b2c6d1c8f9a292b52050e94406e89241/geodestic-0.2.2.tar.gz" } ] }