s1etad.cli.main module

Simple CLI tool to access S1-ETAD products.

The tool provides a set of sub-commands to perform basic tasks involving S1-ETAD products.

s1etad.cli.main.get_parser()[source]

Instantiate the command line argument parser.

s1etad.cli.main.main(*argv)[source]

Implement the main CLI interface.

s1etad.cli.main.parse_args(args=None, namespace=None, parser=None)[source]

Parse command line arguments.