Python package for OPUS-SetiAPI (NASA-PDS Rings Node)
With pip:
$ pip install opus-setiWith the source files:
$ git clone https://github.com/seignovert/python-opus-seti.git
$ cd opus-seti ; python setup.py installopus -h # For help
opus --planet Saturn --target pan
cassini-vims TITAN --limit 5>>>fromopusimportapi>>>api.data(planet='Saturn', target='pan', limit=10)
OPUSAPIDataobjects (with10elements):
-S_IMG_CO_ISS_1480614021_N-S_IMG_CO_ISS_1488190255_N-S_IMG_CO_ISS_1488273311_N-S_IMG_CO_ISS_1488368442_N-S_IMG_CO_ISS_1488485562_N-S_IMG_CO_ISS_1488551713_N-S_IMG_CO_ISS_1488711044_N-S_IMG_CO_ISS_1488745124_N-S_IMG_CO_ISS_1488812400_N-S_IMG_CO_ISS_1488826725_NMore examples are available in this Jupyter Notebook.
IMPORTANT: I have no current affiliation with NASA or SETI. The package is provided as is, use at your own risk.