{ "info": { "author": "flimpie", "author_email": "python-packaging@hillebrand.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# python-rijksdriehoek\n\nConverts Rijksdriehoek coordinates to WGS'84, and vice versa.\n\nExample usage:\n\n``\nfrom rijksdriehoek import rijksdriehoek\nrd = rijksdriehoek.Rijksdriehoek()\nprint(\"Original coordinates in WGS'84: {},{}\".format(str(52.3761973), str(4.8936216)))\nrd.from_wgs(52.3761973, 4.8936216)\nprint(\"Rijksdriehoek: {},{}\".format(str(rd.rd_x), str(rd.rd_y)))\nlat, lon = rd.to_wgs()\nprint(\"WGS'84 coordinates converted from RD: {},{}\".format(str(lat), str(lon)))\n``\n\nPlease be aware that every conversion from WGS->RD->WGS has shown to introduce a inaccuracy of up to 0.0000001 degrees. Please take that into consideration when deciding whether this tool is useful for usage in your project.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitea.hillebrand.io/Flippylosaurus/python-rijksdriehoek", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "rijksdriehoek", "package_url": "https://pypi.org/project/rijksdriehoek/", "platform": "", "project_url": "https://pypi.org/project/rijksdriehoek/", "project_urls": { "Homepage": "https://gitea.hillebrand.io/Flippylosaurus/python-rijksdriehoek" }, "release_url": "https://pypi.org/project/rijksdriehoek/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A Rijksdriehoek (EPSG:28992) to WGS'84 conversion utility", "version": "0.0.1" }, "last_serial": 4146627, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "50bf04013c8ce45b4f530a86268a3338", "sha256": "69bcf05fe6ac96b433ae40dcb3718ea2bf041b052089ccb70e7109efc613cf3b" }, "downloads": -1, "filename": "rijksdriehoek-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "50bf04013c8ce45b4f530a86268a3338", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4020, "upload_time": "2018-08-07T23:27:03", "url": "https://files.pythonhosted.org/packages/72/6c/97259cbe652ee630adb6ecd1e6f611088f8b0f39ee8960080d89e85324d2/rijksdriehoek-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9cd43660e5dd5c5200ba2a3a78a5c66a", "sha256": "a3800b6831cba22599f13419fa1d38d8647f9d1109f266cd2a94c6746170557a" }, "downloads": -1, "filename": "rijksdriehoek-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9cd43660e5dd5c5200ba2a3a78a5c66a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2243, "upload_time": "2018-08-07T23:27:05", "url": "https://files.pythonhosted.org/packages/96/ee/988cb6cbd7fc970f71664f3faf04d70ef6c3a8957ab2c3da23bd8336a126/rijksdriehoek-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "50bf04013c8ce45b4f530a86268a3338", "sha256": "69bcf05fe6ac96b433ae40dcb3718ea2bf041b052089ccb70e7109efc613cf3b" }, "downloads": -1, "filename": "rijksdriehoek-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "50bf04013c8ce45b4f530a86268a3338", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4020, "upload_time": "2018-08-07T23:27:03", "url": "https://files.pythonhosted.org/packages/72/6c/97259cbe652ee630adb6ecd1e6f611088f8b0f39ee8960080d89e85324d2/rijksdriehoek-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9cd43660e5dd5c5200ba2a3a78a5c66a", "sha256": "a3800b6831cba22599f13419fa1d38d8647f9d1109f266cd2a94c6746170557a" }, "downloads": -1, "filename": "rijksdriehoek-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9cd43660e5dd5c5200ba2a3a78a5c66a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2243, "upload_time": "2018-08-07T23:27:05", "url": "https://files.pythonhosted.org/packages/96/ee/988cb6cbd7fc970f71664f3faf04d70ef6c3a8957ab2c3da23bd8336a126/rijksdriehoek-0.0.1.tar.gz" } ] }