Follow this link to skip to the main content

Automatic Precise Positioning Service

Python API

The APPS Python API serves to simplify automation of submission of data to, and fetching of positioning from APPS. To use the API, you must point it to your settings file that contains your authentication credentials and other configuration parameters.

Installation

To install the api via pip:

pip3 install https://apps.jpl.nasa.gov/static/lib/gdgps_apps-1.1.0b0.tar.gz

Documentation

Detailed source level documentation of the API can be found here

Basic Usage

Once APPS is installed, you can upload files easily:

apps_upload *.rnx.bz2

And do many other apps related operations using the apps_* commands.