cli
los-estimator --help
options:
-h, --help show this help message and exit
--config_file CONFIG_FILE
Path to configuration file. Use only if you want to write the whole configuration
--overwrite_config_file OVERWRITE_CONFIG_FILE
Path to a configuration file. Just overwrite the parameters that you want to change.
Command-line interface for LOS Estimator.
- los_estimator.cli.main()
Main entry point for the LOS Estimator command-line interface.
Parses command-line arguments, loads configurations, and runs the complete LOS estimation analysis pipeline.
Exits with status code 1 if any errors occur during execution.
- los_estimator.cli.setup_parser()
Set up command-line argument parser for LOS Estimator.
Creates an argument parser with options for configuration files, visualization settings, and other runtime parameters.
- Returns:
Configured argument parser.
- Return type:
argparse.ArgumentParser