Command-Line Interface#

Adapt command-line interface.

Entry point: adapt

Usage:

adapt run-nexrad [config.yaml] --radar KLOT --mode realtime
adapt run-nexrad --radar KDIX --base-dir /data/radar --mode historical \
    --start-time 2025-03-05T15:00:00Z --end-time 2025-03-05T18:00:00Z

adapt config [output_path]          # generate config.yaml template
adapt dashboard [--repo /path]      # open GUI dashboard

The config file is optional. When omitted, ParamConfig expert defaults are used. Any value from the config file can be overridden with CLI flags.

adapt.cli.main()#

Top-level CLI dispatcher.

Return type:

None