Metadata-Version: 2.1
Name: wis
Version: 1.0.0
Summary: wis.py gives satellite positions at requested times. It manages kernel downloads. It requires astropy and spicepy. 
Home-page: https://github.com/matthewjohnpayne/wis
Author: Matthew John Payne
Author-email: matthewjohnpayne@gmail.com
License: MIT license
Keywords: wis
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: numpy
Requires-Dist: pytest
Requires-Dist: spiceypy
Requires-Dist: bs4
Requires-Dist: wget
Requires-Dist: astropy
Requires-Dist: requests

==================
MPC wis.py Project
==================


.. image:: https://img.shields.io/pypi/v/wis.svg
        :target: https://pypi.python.org/pypi/wis

.. image:: https://img.shields.io/travis/matthewjohnpayne/wis.svg
        :target: https://travis-ci.org/matthewjohnpayne/wis

.. image:: https://readthedocs.org/projects/wis/badge/?version=latest
        :target: https://wis.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


wis.py tells you the position of a satellite (e.g. in heliocentric coordinates).

wis.py uses JPL spice kernels, so you need spicypy.

wis.py goes and gets the spice-kernels if you don't have them.


wis.py is essentially a means to automate the retrieval of
useful spice-kernels. 
All of the positional calculations are handled using spice/spiceypy.

wis.py does *not* know about *all* satellites.

So far it only knows about:
* TESS
* K2
* CASSINI

wis.py is very light & wispy ...

wis 
* ~ Where Is Satellite
* ~ Where Is Satellite-spice-kernel


* Free software: MIT license
* Documentation: https://wis.readthedocs.io. or  or https://mpcutilities.readthedocs.io. ??? 


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

1.0.0 (2019-04-06)
------------------
* First release on PyPI.


