Metadata-Version: 2.1
Name: pdsc
Version: 1.4.1
Summary: Planetary Data System Coincidences
Home-page: https://github.com/JPLMLIA/pdsc
Author: Gary Doran
Author-email: Gary.B.Doran.Jr@jpl.nasa.gov
License: BSD compatable (see the LICENSE file)
Platform: unix
Provides: pdsc
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: Polygon3
Requires-Dist: progressbar
Requires-Dist: PyYAML
Requires-Dist: geographiclib
Requires-Dist: CherryPy
Requires-Dist: requests
Requires-Dist: future
Provides-Extra: devel
Requires-Dist: pytest ; extra == 'devel'
Requires-Dist: pytest-cov ; extra == 'devel'
Requires-Dist: mock ; extra == 'devel'
Requires-Dist: sphinx ; extra == 'devel'
Requires-Dist: sphinx-rtd-theme ; extra == 'devel'

PDSC: Planetary Data System Coincidences
========================================

The purpose of this package is to allow quick querying via Python of remote
sensing observations made of a particular location on the surface of a
planetary body, or overlapping with another observation from any supported
instrument.  Incidentally, `pdsc` also allows querying based on metadata and
transforming between pixel and world coordinate systems. Currently, only
several instruments from Mars orbiters are supported, but the system is
designed to be extensible to other instruments and bodies.

Please refer to the [documentation](https://jplmlia.github.io/pdsc/) for
instructions on installation, setup, and usage.

---

Copyright 2019, by the California Institute of Technology. ALL RIGHTS RESERVED.
United States Government Sponsorship acknowledged. Any commercial use must be
negotiated with the Office of Technology Transfer at the California Institute
of Technology.


