{ "info": { "author": "saikiran ch", "author_email": "saikiranchavan@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "LocationIQ Python geocoder\n--------------------------\nPython client library for LocationIQ Gecoding Services\n\nUsage\n-----\nLocationIQ python client library can be installed using pip:\n \n $ pip install locationiq\n\nLoad the locationiq geocoding module using the below line:\n \n from locationiq.geocoder import LocationIQ\n \nNow create a instance of the geocoder module, pass the LocationIQ `API Token` as the parameter to module's constructor.\n\n geocoder = LocationIQ(key)\n \n\nForward Geocoding\n-----------------\n\nTo convert the street addresses into geographic coordinataes (latitude and longitude)\n\n geocoder.geocode('Charminar Hyderabad')\n \nReverse Geocoding\n-----------------\n\nTo convert geographic coordinates into street addresses \n\n geocoder.reverse_geocoder(17.3850, 78.4867)\n\n\nExceptions\n----------\n\nif there is any error, below exceptions will be raised.\n * ``LocationIqNoPlacesFound`` if there are no matching results \n * ``LocationIqInvalidKey`` If the provided api_key is invalid.\n * ``LocationIqInvalidRequest`` If you go past your rate limit.\n * ``LocationIqRequestLimitExeceeded`` If you go past ratelimits.\n * ``LocationIqServerError`` occurs basically when there's server error\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/skthon/locationiq-geocoder-python", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "locationiq", "package_url": "https://pypi.org/project/locationiq/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/locationiq/", "project_urls": { "Homepage": "https://github.com/skthon/locationiq-geocoder-python" }, "release_url": "https://pypi.org/project/locationiq/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Python client library for LocationIQ Gecoding Services", "version": "0.0.2" }, "last_serial": 4122965, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e165c04d8d4697e71c033fec7f879fb1", "sha256": "f732bc7d5c0eec0595af34b608ae981ee0a74e15e6f4736f59088b5e94553be0" }, "downloads": -1, "filename": "locationiq-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e165c04d8d4697e71c033fec7f879fb1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5996, "upload_time": "2018-08-01T02:59:21", "url": "https://files.pythonhosted.org/packages/06/f9/12188df1f8cacd6fde08c53b4aaa69151e2445815124744c206b70fd433b/locationiq-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "afa4bd1c40db3357051449cee051d646", "sha256": "1a2db66181558660189b70d9c4df3d3ad52af3c7a7f44c50035ed9fe4ee35efc" }, "downloads": -1, "filename": "locationiq-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "afa4bd1c40db3357051449cee051d646", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6472, "upload_time": "2018-08-01T02:59:22", "url": "https://files.pythonhosted.org/packages/2d/26/337179fbc8e5180ce85c7fbc859d64e4f1b1ffec4d3cad9561a154d086be/locationiq-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0280b6a8eb4e06563bd2b09027223ed", "sha256": "103da77b76f08cfd0d86ae9f94e1c87c839da538488f02106382058618f7778f" }, "downloads": -1, "filename": "locationiq-0.0.2.tar.gz", "has_sig": false, "md5_digest": "e0280b6a8eb4e06563bd2b09027223ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3780, "upload_time": "2018-05-05T03:01:01", "url": "https://files.pythonhosted.org/packages/f9/17/2bd7bb6d310f9d573f794a147431f64ccf37b5af5c442d6328ccef83d9ad/locationiq-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "afa4bd1c40db3357051449cee051d646", "sha256": "1a2db66181558660189b70d9c4df3d3ad52af3c7a7f44c50035ed9fe4ee35efc" }, "downloads": -1, "filename": "locationiq-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "afa4bd1c40db3357051449cee051d646", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6472, "upload_time": "2018-08-01T02:59:22", "url": "https://files.pythonhosted.org/packages/2d/26/337179fbc8e5180ce85c7fbc859d64e4f1b1ffec4d3cad9561a154d086be/locationiq-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0280b6a8eb4e06563bd2b09027223ed", "sha256": "103da77b76f08cfd0d86ae9f94e1c87c839da538488f02106382058618f7778f" }, "downloads": -1, "filename": "locationiq-0.0.2.tar.gz", "has_sig": false, "md5_digest": "e0280b6a8eb4e06563bd2b09027223ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3780, "upload_time": "2018-05-05T03:01:01", "url": "https://files.pythonhosted.org/packages/f9/17/2bd7bb6d310f9d573f794a147431f64ccf37b5af5c442d6328ccef83d9ad/locationiq-0.0.2.tar.gz" } ] }