{ "info": { "author": "Sean Herron", "author_email": "seanherron@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===========\nOrbit\n===========\n\nOrbit provides an easy way to get a number of values, such as current latitude and longitude, from objects in space. Currently, any object with a corresponding Two Line Element (TLE) can be tracked. A list of supported objects is available from Celestrack at . Usage looks like:\n\n from orbit import satellite\n \n # 25544 is the idenfier for the International Space Station\n # See http://www.celestrak.com/NORAD/elements/master.asp for an index\n # of identifiers.\n \n iss = satellite(25544)\n \n # Get the current lat/long of the satellite\n iss_current_latitude = iss.lat()\n iss_current_longitude = iss.long()\n \n # Get the proper name of the satellite\n iss_name = iss.name()\n \n # Get the elsat classificiation of the satellite\n iss_elsat_classification = iss.elsat_classification()\n \n # Get the year the satellite launched\n iss_launch_year = iss.launch_year()\n \n # Get the current TLE for the satellite\n iss_tle = iss.tle()\n \n # Get the current elevation of the satellite\n iss_elevation = iss.elevation()\n \n # True if the satellite is currently in the earth's shadow\n iss_eclipsed = iss.eclipsed()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/seanherron/orbit", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "orbit", "package_url": "https://pypi.org/project/orbit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/orbit/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/seanherron/orbit" }, "release_url": "https://pypi.org/project/orbit/0.2/", "requires_dist": null, "requires_python": null, "summary": "Gives current information about orbital objects of interest", "version": "0.2" }, "last_serial": 1034558, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "db1f602166b8f913daaab8af7d4eddae", "sha256": "f31f62045f71c81a26537824dcc249bde96ac5ccb06c3dd55b044944573b7a1b" }, "downloads": -1, "filename": "orbit-0.1.tar.gz", "has_sig": false, "md5_digest": "db1f602166b8f913daaab8af7d4eddae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1575, "upload_time": "2014-03-19T04:44:34", "url": "https://files.pythonhosted.org/packages/29/21/2d9cbfe73d32447ccb9342f89a14ec65257762674d1006972f44f3a93edc/orbit-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "92ace79d79ba3cc7696439d32dc90a7b", "sha256": "d21f280d38a5a461faace2bb27ff4dd2da0de5f894da9f245b21fa9a99c01d24" }, "downloads": -1, "filename": "orbit-0.2.tar.gz", "has_sig": false, "md5_digest": "92ace79d79ba3cc7696439d32dc90a7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2228, "upload_time": "2014-03-19T05:53:55", "url": "https://files.pythonhosted.org/packages/0a/27/7178cc94cbfd0e2627081bbae0af394a21cb1feaf0688e0412c3f3d40949/orbit-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92ace79d79ba3cc7696439d32dc90a7b", "sha256": "d21f280d38a5a461faace2bb27ff4dd2da0de5f894da9f245b21fa9a99c01d24" }, "downloads": -1, "filename": "orbit-0.2.tar.gz", "has_sig": false, "md5_digest": "92ace79d79ba3cc7696439d32dc90a7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2228, "upload_time": "2014-03-19T05:53:55", "url": "https://files.pythonhosted.org/packages/0a/27/7178cc94cbfd0e2627081bbae0af394a21cb1feaf0688e0412c3f3d40949/orbit-0.2.tar.gz" } ] }