{ "info": { "author": "Qiyu Liu", "author_email": "keiyuk.liu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Mathematics" ], "description": "## Fast Haversine distance evaluation\n\nThis package is a numpy version of [haversine](https://github.com/mapado/haversine). \nCompared with [haversine](https://github.com/mapado/haversine), our implementation is much more efficient when dealing with list-wise distance calculation.\n\n### Usage\n\n```python\nfrom fasthaversine import haversine\n\nhaversine(points1, points2, unit='km')\n``` \n\nwhere `points1` and `points2` are two list of tuples (lat, lon).", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/qyliu-hkust/fasthaversine/archive/0.1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/qyliu-hkust/fasthaversine", "keywords": "", "license": "['MIT']", "maintainer": "Qiyu Liu", "maintainer_email": "keiyuk.liu@gmail.com", "name": "fasthaversine", "package_url": "https://pypi.org/project/fasthaversine/", "platform": "", "project_url": "https://pypi.org/project/fasthaversine/", "project_urls": { "Download": "https://github.com/qyliu-hkust/fasthaversine/archive/0.1.2.tar.gz", "Homepage": "https://github.com/qyliu-hkust/fasthaversine" }, "release_url": "https://pypi.org/project/fasthaversine/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A fast vectorized version of haversine distance calculation.", "version": "0.1.2" }, "last_serial": 5361469, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "2eaea3781fad0bfaf59dca27fc76d98b", "sha256": "e870e280328baf72a3389fb6f0987414ae2b0916aa6498991b3081b00136114a" }, "downloads": -1, "filename": "fasthaversine-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2eaea3781fad0bfaf59dca27fc76d98b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2877, "upload_time": "2019-06-05T08:02:12", "url": "https://files.pythonhosted.org/packages/e4/65/4ddcfe0998dd6eb78078e810cfeb498ff5c5fb1e22eb4ba736aaa89d85d0/fasthaversine-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2eaea3781fad0bfaf59dca27fc76d98b", "sha256": "e870e280328baf72a3389fb6f0987414ae2b0916aa6498991b3081b00136114a" }, "downloads": -1, "filename": "fasthaversine-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2eaea3781fad0bfaf59dca27fc76d98b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2877, "upload_time": "2019-06-05T08:02:12", "url": "https://files.pythonhosted.org/packages/e4/65/4ddcfe0998dd6eb78078e810cfeb498ff5c5fb1e22eb4ba736aaa89d85d0/fasthaversine-0.1.2.tar.gz" } ] }