{ "info": { "author": "Willena", "author_email": "contact@guillaumevillena.fr", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# Lambert-python\n\nA pure python module to convert from Lambert to WGS84 positioning system\nHighly inspired by https://github.com/yageek/lambert-java\nThank you Yannick Heinrich !\n\n## Install \n\nTo install this module just type\n```\npip install lambert\n```\n\n## Example\n\n```python\n\nfrom lambert import Lambert93, convertToWGS84Deg\n\nprint(str(Lambert93.n()))\npt = convertToWGS84Deg(780886, 6980743, Lambert93)\nprint(\"Point latitude:\" + str(pt.getY()) + \" longitude:\" + str(pt.getX()))\n```\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/willena/lambert-python", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lambert", "package_url": "https://pypi.org/project/lambert/", "platform": "", "project_url": "https://pypi.org/project/lambert/", "project_urls": { "Homepage": "https://github.com/willena/lambert-python" }, "release_url": "https://pypi.org/project/lambert/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Convert location units from WS84 to Lambert (I,II,III) and reverse", "version": "1.0.0" }, "last_serial": 5936067, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5bbe79266d48be2cd3e1b9636a8b994d", "sha256": "06267f56dc93bef06f506de83e5f23b4d50b39408cdf3f4b79ffc8dec77ff45b" }, "downloads": -1, "filename": "lambert-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5bbe79266d48be2cd3e1b9636a8b994d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4051, "upload_time": "2019-10-06T21:31:51", "url": "https://files.pythonhosted.org/packages/47/c3/f8d979127af7a87d58aa9ffb01d447740dbef1208c5c9f67db3a657178c3/lambert-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7eb76374c2096182e3a0fd009aedda09", "sha256": "8cb79ae089dc05b836a6cb4274672bca8f2c1dbedf9fa14f2642d9762f77056c" }, "downloads": -1, "filename": "lambert-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7eb76374c2096182e3a0fd009aedda09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3816, "upload_time": "2019-10-06T21:31:53", "url": "https://files.pythonhosted.org/packages/06/96/ccbff2d3360f4d11cefa336a4aa3a3bb8e9cf5df656812f6c1972658ff13/lambert-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5bbe79266d48be2cd3e1b9636a8b994d", "sha256": "06267f56dc93bef06f506de83e5f23b4d50b39408cdf3f4b79ffc8dec77ff45b" }, "downloads": -1, "filename": "lambert-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5bbe79266d48be2cd3e1b9636a8b994d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4051, "upload_time": "2019-10-06T21:31:51", "url": "https://files.pythonhosted.org/packages/47/c3/f8d979127af7a87d58aa9ffb01d447740dbef1208c5c9f67db3a657178c3/lambert-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7eb76374c2096182e3a0fd009aedda09", "sha256": "8cb79ae089dc05b836a6cb4274672bca8f2c1dbedf9fa14f2642d9762f77056c" }, "downloads": -1, "filename": "lambert-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7eb76374c2096182e3a0fd009aedda09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3816, "upload_time": "2019-10-06T21:31:53", "url": "https://files.pythonhosted.org/packages/06/96/ccbff2d3360f4d11cefa336a4aa3a3bb8e9cf5df656812f6c1972658ff13/lambert-1.0.0.tar.gz" } ] }