apps_download

Usage

usage: apps_download [-h] [-s SETTINGS]
                     [--log-level {OFF,DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                     [--trust-env] [--stack-trace] [-j] [-d DOWNLOAD_DIR]
                     [--no-progress]
                     [D [D ...]] {sources,results,run} ...

Positional Arguments

D

The selector specifying the data(s) to download. If no identifiers are given download all unretrieved available results. Valid data selectors are universal data identifiers in the form XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX, data name strings, the shortcut ‘all’ for all data, or one of the following states: [‘Nascent’, ‘Submitted’, ‘Verified’, ‘Approved’, ‘Waiting’, ‘Queued’, ‘Error’, ‘Processing’, ‘Done’, ‘Available’, ‘Retrieved’]

Named Arguments

-s, --settings

APPS configuration parameters, including access credentials. See the website, to download this file. Default: ~/.apps_settings

Default: “~/.apps_settings”

--log-level

Possible choices: OFF, DEBUG, INFO, WARNING, ERROR, CRITICAL

Set the logging level, OFF is silent and DEBUG is the highest verbosity. Default: OFF

Default: OFF

--trust-env

Trust environment settings for proxy configuration, default authentication and similar. Default: False

Default: False

--stack-trace

Allow exceptions to propagate out. Default: False

Default: False

-j, --json

Print all output in json format to facilitate machine parsing of command returns. If not enabled some commands will attempt to print status information in a more human friendly format. Default: False

Default: False

-d, --download-dir

The directory to save downloaded files to. Defaults to the current working directory.

--no-progress

Turn off the upload progress indicator.

Default: False

Sub-commands:

sources

Download sources.

apps_download sources [-h]
                      [-t {R,RINEX,P,Pressure,A,Attitude,C,Antenna Calibration}]
Named Arguments
-t, --type

Possible choices: R, RINEX, P, Pressure, A, Attitude, C, Antenna Calibration

The type of the sources to download. Default: RINEX

Default: []

results

Download results.

apps_download results [-h]
                      [-t {A,Archive,S,Summary,T,Time Dependent Parameters,P,Solution,G,Covariance,D,Detail,K,Keyhole Markup Language}]
Named Arguments
-t, --type

Possible choices: A, Archive, S, Summary, T, Time Dependent Parameters, P, Solution, G, Covariance, D, Detail, K, Keyhole Markup Language

The type of the files to download. Default: Archive

Default: []

run

Download the run directory archive.

apps_download run [-h]

Example

$ apps_download "Submission Name" results
$