Search the Community
Showing results for tags 'python'.
-
The PDS Geosciences Node has created a Jupyter Notebook (jupyterNotebookViewIMG.zip) to provide users with an option for viewing a browse representation of a PDS3 or PDS4 image and saving it as a PNG file using Python code. A Jupyter Notebook is an open source web application interface for creating and sharing code examples and documentation. The patterns provided in the Jupyter Notebook can be used as a sample for your own code when working with PDS images in Python. More about the Jupyter Notebook can be found here: https://pds-geosciences.wustl.edu/tools/pds_image_jupyternb.html
-
Version 1.0.0
3717 downloads
Attached are three simple Python examples of querying the ODE REST interface. odeProductCount_Python27.py - A Python 2.7 example of querying the ODE REST interface for the count of products of particular product type. The results are written to the command prompt interface. odeProductCount_Python36.py - A Python 3.6 example of querying the ODE REST interface for the count of products of particular product type. The results are written to the command prompt interface. odeREST_FileDownload.py - A Python 3.6 example of querying ODE for products of a particular mission/instrument/product type. The product files of the first 10 query results will be downloaded to the local machine.