{ "info": { "author": "Louise Ireland", "author_email": "louireland@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "coorblimey\n==========\n\n.. image:: https://codeclimate.com/github/lo-ise/coorblimey/badges/gpa.svg \n :target: https://codeclimate.com/github/lo-ise/coorblimey \n :alt: Code Climate \n \n.. image:: https://circleci.com/gh/lo-ise/coorblimey.png?style=shield \n :target: https://circleci.com/gh/lo-ise/coorblimey/tree/master \n\n\nWhat is it?\n-----------\n\ncoorblimey is an open source Python3 library to transform geocentric\ncoordinates to geographic, and vice versa.\n\nFormulas for the calculations have been taken from:\n\n*Datums and Map Projections: For Remote Sensing, GIS and Surveying,\nSecond Edition, by Jonathan IIiffe (Editor), Roger Lott.*\n\nResults were checked against `this handy\ntool `__.\n\nIn it's present state...\n------------------------\n\n... it only does the geocentric to geographic bit, and only has the\nability to do this with either GRS80 or WGS84 ellipsoids.\n\nIt outputs latitude, longitude and height above ellipsoid. The precision\nof this for latitude and longitude is 10 decimal places. For height, to\nthe millimetre. \n\n\nInstallation\n------------\n\nEasy hopefully, just...\n\n::\n\n pip install coorblimey\n\n \n\nUsage\n-----\n\nYou can either use this as a command line tool, or you can import it\ninto your python programs...\n\n**... as a command line tool**\n\n\n::\n\n coorblimey -t to_geographic -x 1418595 -y -689557 -z -6159338 -e GRS80\n\nThis will give:\n\n::\n\n Geographic coordinates (GRS80)\n lat: -75.7283616724, lon: -25.9236668699, h: 30.705\n\n\n**... in Python programs**\n\n\n\n.. code:: python\n\n from coorblimey.geocentrics import Geocentrics\n\n geo = Geocentrics(1418595, -689557, -6159338, ellipsoid='GRS80')\n latlongs = geo.make_geographic()\n\n``latlongs`` with be a list ``[lat, lon, z]``", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lo-ise/coorblimey", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "coorblimey", "package_url": "https://pypi.org/project/coorblimey/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/coorblimey/", "project_urls": { "Homepage": "https://github.com/lo-ise/coorblimey" }, "release_url": "https://pypi.org/project/coorblimey/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "coorblimey is an open source Python3 library to transform geocentric coordinates to geographic, and vice versa.", "version": "0.1.2" }, "last_serial": 1984141, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "db67af75078549736eb5070e3b794adc", "sha256": "a121b1a3c8f4dadb40e66d0b35da1a0f439cffaab538a3962b224790f2166eae" }, "downloads": -1, "filename": "coorblimey-0.1.tar.gz", "has_sig": false, "md5_digest": "db67af75078549736eb5070e3b794adc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3651, "upload_time": "2015-09-08T12:28:40", "url": "https://files.pythonhosted.org/packages/b6/da/618f658f11fa40ade0b8e8290a144a9766dc12506bb84291cf11ef5ca629/coorblimey-0.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f8fe7294dd58c446f4ecf111216a1479", "sha256": "70a94fb44fd2ea7b2bf15e50d5a5e8b383f66d91d3085d382889e0d6d0e27cc4" }, "downloads": -1, "filename": "coorblimey-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f8fe7294dd58c446f4ecf111216a1479", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3724, "upload_time": "2016-03-01T15:49:33", "url": "https://files.pythonhosted.org/packages/00/e9/25234b54fb4a16b61ec1304dce8ccae5cc9dff43bdaa94f27b23f419b16f/coorblimey-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f8fe7294dd58c446f4ecf111216a1479", "sha256": "70a94fb44fd2ea7b2bf15e50d5a5e8b383f66d91d3085d382889e0d6d0e27cc4" }, "downloads": -1, "filename": "coorblimey-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f8fe7294dd58c446f4ecf111216a1479", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3724, "upload_time": "2016-03-01T15:49:33", "url": "https://files.pythonhosted.org/packages/00/e9/25234b54fb4a16b61ec1304dce8ccae5cc9dff43bdaa94f27b23f419b16f/coorblimey-0.1.2.tar.gz" } ] }