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() ArgumentParser[source]

Instantiate the command line argument parser.

s1etad.cli.main.main(*argv: str) int[source]

Implement the main CLI interface.

s1etad.cli.main.parse_args(args: Sequence[str] | None = None, namespace: Namespace | None = None, parser: ArgumentParser | None = None) Namespace[source]

Parse command line arguments.