{ "info": { "author": "Guillaume Schworer", "author_email": "guillaume.schworer@obspm.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Documentation :: Sphinx", "Topic :: Scientific/Engineering :: Astronomy", "Topic :: Scientific/Engineering :: Physics" ], "description": ".. astroobs\n\n:Name: astroobs\n:Website: https://github.com/ceyzeriat/astroobs\n:Author: Guillaume Schworer\n:Version: 1.4.4\n\nCheck the `astroobs.eu`_ website for a friendly web-interface of that library! (soon)\n\n.. _`astroobs.eu`: http://astroobs.eu/\n\nAstroobs provides astronomy ephemeris (airmass, azimuth, altitude, moon separation, etc) of a night sky target as a function of the date-time and the longitude/latitude of the observer.\nA list of international observatories is provided as well as a SIMBAD-querier to easily import targets.\nThis package is based on pyephem ephemeris calculations. The main difference with this latter package is that astroobs provides a very straight-forward library for the observer to get the critical information in order to plan an observation.\nIt also provides convenient turn-key tools to convert epochs and plot diagrams.\nIt is released under the GNU General Public License v3 or later (GPLv3+).\n\n.. code-block:: python\n\n import astroobs as obs\n\n o=obs.Observation('vlt', local_date=(2015, 1, 1), moonAvoidRadius=15, horizon_obs = 40)\n o.add_target('aldebaran')\n o.add_target('canopus')\n o.plot()\n\n.. image:: https://raw.githubusercontent.com/ceyzeriat/astroobs/master/img/obs_ex.png\n :align: center\n\n.. code-block:: python\n\n aldebaran = o.targets[0]\n aldebaran.whenobs(o, (2015,1,1), (2015, 2, 1))\n\n.. image:: https://raw.githubusercontent.com/ceyzeriat/astroobs/master/img/aldebaran_when.png\n :align: center\n\nDocumentation\n=============\n\nRefer to this page, http://pythonhosted.org/astroobs/astroobs.html\n\n\nRequirements\n============\n\nastroobs requires the following Python packages:\n\n* NumPy: for basic numerical routines\n* Astropy: for angle units\n* Astroquery: for querying Simbad\n* pyephem: for the calculations of ephemeris\n* matplotlib: for plotting (optional)\n* pytz: for timezones management\n* re, os, sys, datetime, time: for basic stuff\n\nastroobs is tested on Linux and Python 2.7 only, but should cross-plateform and python3 friendly without too many issues.\n\nInstallation\n============\n\nThe easiest and fastest way for you to get the package and run is to install astroobs through pip::\n\n $ pip install astroobs\n\nYou can also download astroobs source from GitHub and type::\n\n $ python setup.py install\n\nDependencies will not be installed automatically. Refer to the requirements section. If you have an anaconda distribution, you will only need to install astroquery and pyephem.\n\nContributing\n============\n\nCode writing\n------------\n\nCode contributions are welcome! Just send a pull request on GitHub and we will discuss it. In the `issue tracker`_ you may find pending tasks.\n\nBug reporting\n-------------\n\nIf you think you've found one please refer to the `issue tracker`_ on GitHub.\n\n.. _`issue tracker`: https://github.com/ceyzeriat/astroobs/issues\n\nAdditional options\n------------------\n\nYou can either send me an e-mail or add it to the issues/wishes list on GitHub.\n\nCiting\n======\n\nIf you use astroobs on your project, please\n`drop me a line `, you will get fixes and additional options earlier.\n\nLicense\n=======\n\nastroobs is released under the GNU General Public License v3 or later (GPLv3+). Please refer to the LICENSE file.\n\n\nChangelog\n---------\n\n1.4.4 (2016-08-06)\n++++++++++++++++++\n\n- Changed license to GNU\n- Updated documentation\n- Added show_all_obs() to show all available observatories\n- Automated the version management\n- Added disclaimer at import\n- Set default legend parameter to True in plot() and polar()\n- Fixed deprecation warning at display of Target\n\n1.0.0 (2016-05-03)\n++++++++++++++++++\n\n- Initial release.", "description_content_type": null, "docs_url": "https://pythonhosted.org/astroobs/", "download_url": "https://github.com/ceyzeriat/astroobs/tree/master/dist", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ceyzeriat/astroobs/", "keywords": "astronomy,ephemeris,pyephem,iobserve,observatory,telescope,observer,target,airmass", "license": "GNU General Public License v3 or later (GPLv3+)", "maintainer": null, "maintainer_email": null, "name": "astroobs", "package_url": "https://pypi.org/project/astroobs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/astroobs/", "project_urls": { "Download": "https://github.com/ceyzeriat/astroobs/tree/master/dist", "Homepage": "https://github.com/ceyzeriat/astroobs/" }, "release_url": "https://pypi.org/project/astroobs/1.4.5/", "requires_dist": null, "requires_python": null, "summary": "Provides astronomy ephemeris to plan telescope observations", "version": "1.4.5" }, "last_serial": 2265503, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "435497936a9fc9ad9363b383a5953280", "sha256": "cd4ad86197f36b9bf733486c61dd6699572d2f5ecaebc1cf71aef9e3f37427e2" }, "downloads": -1, "filename": "astroobs-1.2.tar.gz", "has_sig": false, "md5_digest": "435497936a9fc9ad9363b383a5953280", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16166, "upload_time": "2015-04-23T16:21:49", "url": "https://files.pythonhosted.org/packages/86/d6/4c8cc70e343a750dff17e48336689f5f5249e9284cecb5ba0cf478e515a2/astroobs-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "b721db27c9f8d425d1356f4eb367293c", "sha256": "11d6c59ede851ed855d79932102af23dd4941910681f4eb2d401cb53519cd8d1" }, "downloads": -1, "filename": "astroobs-1.3.tar.gz", "has_sig": false, "md5_digest": "b721db27c9f8d425d1356f4eb367293c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17794, "upload_time": "2015-05-17T17:19:50", "url": "https://files.pythonhosted.org/packages/cb/7d/0f365b70cf0881ff46c76ddbc9beeb5c98bd58e79da181805e3abe27b88b/astroobs-1.3.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "78a83c44c3638b32315f523886b84712", "sha256": "3b10ef52771f0b00e5cae4a413e939c7d1d5a1b53c949bb8e6f7dcc34f4a5c9c" }, "downloads": -1, "filename": "astroobs-1.3.1.tar.gz", "has_sig": false, "md5_digest": "78a83c44c3638b32315f523886b84712", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18540, "upload_time": "2015-05-17T22:45:34", "url": "https://files.pythonhosted.org/packages/06/ea/57ccc6bcd5fc6991dd4d6c53c81400308084ee60ae0765d455978a657b1f/astroobs-1.3.1.tar.gz" } ], "1.3.6": [ { "comment_text": "", "digests": { "md5": "13d8139400f34888489493fb952d44ed", "sha256": "586cbb5d420d171d5895d760727980a9150799a8b11ae442eb743086b7d5078c" }, "downloads": -1, "filename": "astroobs-1.3.6.tar.gz", "has_sig": false, "md5_digest": "13d8139400f34888489493fb952d44ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23075, "upload_time": "2015-05-23T15:44:08", "url": "https://files.pythonhosted.org/packages/04/87/d6f614ad80cc8af7733a76807e5317f5cac260973cab7c9e17e8dbcf78c6/astroobs-1.3.6.tar.gz" } ], "1.3.7": [ { "comment_text": "", "digests": { "md5": "5b6171459f3f0a91ef70ec3293357c25", "sha256": "65f911c4629db60bd22e63c0d4991b1cf4c74cb9661ad10e078f8e9ae2477dff" }, "downloads": -1, "filename": "astroobs-1.3.7.tar.gz", "has_sig": false, "md5_digest": "5b6171459f3f0a91ef70ec3293357c25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24865, "upload_time": "2015-06-17T11:43:45", "url": "https://files.pythonhosted.org/packages/28/7d/287bad1c89d5bf0e4e16e2b63a3fce9783d86d43cae31590dcb5ffec592c/astroobs-1.3.7.tar.gz" } ], "1.4.5": [ { "comment_text": "", "digests": { "md5": "0fb3e77cf8f502350deb413014cac4c6", "sha256": "913c7d5900038fe12906e02471b404f07bf9cfbf8b96fe022525df54dd9233f8" }, "downloads": -1, "filename": "astroobs-1.4.5.tar.gz", "has_sig": false, "md5_digest": "0fb3e77cf8f502350deb413014cac4c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28382, "upload_time": "2016-08-06T10:50:58", "url": "https://files.pythonhosted.org/packages/00/ce/8a8ec1b4a62e2d4a2e9eb5df3ce66dfb1143a43522b00a963d2c077e200c/astroobs-1.4.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0fb3e77cf8f502350deb413014cac4c6", "sha256": "913c7d5900038fe12906e02471b404f07bf9cfbf8b96fe022525df54dd9233f8" }, "downloads": -1, "filename": "astroobs-1.4.5.tar.gz", "has_sig": false, "md5_digest": "0fb3e77cf8f502350deb413014cac4c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28382, "upload_time": "2016-08-06T10:50:58", "url": "https://files.pythonhosted.org/packages/00/ce/8a8ec1b4a62e2d4a2e9eb5df3ce66dfb1143a43522b00a963d2c077e200c/astroobs-1.4.5.tar.gz" } ] }