apps_sources

Usage

usage: apps_sources [-h] [-s SETTINGS]
                    [--log-level {OFF,DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                    [--trust-env] [--stack-trace] [-j]
                    {delete,upload,list} ...

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

Action Types

action

Possible choices: delete, upload, list

Sub-commands:

delete

Delete the specified source or sources matching the given selectors.

apps_sources delete [-h] [-t {R,P,A,C} | -n NAME] [D]
Positional Arguments
D

The selectors matching the data items whose sources you would like to delete. 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’, ‘Verified’, ‘Waiting’, ‘Error’, ‘Done’, ‘Available’, ‘Retrieved’]

Named Arguments
-t, --type

Possible choices: R, P, A, C

The type of the source file(s) to delete. Must be one of: R: RINEX,P: Pressure,A: Attitude,C: Antenna Calibration

-n, --name

The name of the source(s) to delete.

upload

Upload new sources to the specified data submission.

apps_sources upload [-h] [-t {P,A,C}] [--no-progress] [D] F
Positional Arguments
D

The selectors matching the data items you would like to supply additional source data for. 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’, ‘Verified’, ‘Waiting’, ‘Error’]

F

The path of the source file to upload.

Named Arguments
-t, --type

Possible choices: P, A, C

The type of the source file to upload. Must be one of: P: Pressure,A: Attitude,C: Antenna Calibration

--no-progress

Turn off the upload progress indicator.

Default: False

list

List sources associated with the selected data and/or of the specified type and name.

apps_sources list [-h] [-t {R,P,A,C} | -n NAME] [D]
Positional Arguments
D

The selectors matching the data items you would like to list source information for. 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
-t, --type

Possible choices: R, P, A, C

The type of the source file(s) to list. Must be one of: R: RINEX,P: Pressure,A: Attitude,C: Antenna Calibration

-n, --name

The name of the source(s) to list.

Example

$ apps_sources
$