Skip to content

Commit 3fc699e

Browse files
committed
Add Jupyter Notebook examples
1 parent 63c464c commit 3fc699e

9 files changed

Lines changed: 807 additions & 9 deletions

File tree

README.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ OPUS
1414
.. |Python| image:: https://img.shields.io/pypi/pyversions/opus-seti.svg?label=Python
1515
.. |License| image:: https://img.shields.io/pypi/l/opus-seti.svg?label=License
1616

17-
*Python package for OPUS_ (NASA-PDS/Seti) search tool API*
17+
*Python package for OPUS-Seti_ API_ (`NASA-PDS Rings Node`_)*
1818

19-
.. _OPUS: https://https://tools.pds-rings.seti.org/opus
19+
.. _OPUS-Seti: https://tools.pds-rings.seti.org/opus/
20+
.. _API: https://tools.pds-rings.seti.org/opus/api/
21+
.. _NASA-PDS Rings Node: https://pds-rings.seti.org/
2022

2123
Install
2224
-------
@@ -44,7 +46,21 @@ Usage
4446
4547
>>> from opus import api
4648
47-
>>> api.data(planet='Saturn', target='pan')
49+
>>> api.data(planet='Saturn', target='pan', limit=10)
50+
OPUS API Data objects (with 10 elements):
51+
- S_IMG_CO_ISS_1480614021_N
52+
- S_IMG_CO_ISS_1488190255_N
53+
- S_IMG_CO_ISS_1488273311_N
54+
- S_IMG_CO_ISS_1488368442_N
55+
- S_IMG_CO_ISS_1488485562_N
56+
- S_IMG_CO_ISS_1488551713_N
57+
- S_IMG_CO_ISS_1488711044_N
58+
- S_IMG_CO_ISS_1488745124_N
59+
- S_IMG_CO_ISS_1488812400_N
60+
- S_IMG_CO_ISS_1488826725_N
61+
62+
A complete example of the API entry points is available in this
63+
`Jupyter Notebook<https://nbviewer.jupyter.org/github/seignovert/python-opus-seti/blob/master/examples.ipynb>`_
4864

4965
Note
5066
----

0 commit comments

Comments
 (0)