convert_lmm_to_csv - CLI interface

Convert a lmpy Matrix to a CSV file with numerical values.

convert_lmm_to_csv [-h] [--config_file CONFIG_FILE] [--log_filename LOG_FILENAME]
                   [--log_console] [-r REPORT_FILENAME]
                   in_lmm_filename out_csv_filename

convert_lmm_to_csv positional arguments

convert_lmm_to_csv optional arguments

  • -h, --help - show this help message and exit

  • --config_file CONFIG_FILE - Path to configuration file. (default: None)

  • --log_filename LOG_FILENAME, -l LOG_FILENAME - A file location to write logging data. (default: None)

  • --log_console - If provided, write log to console.

  • -r REPORT_FILENAME, --report_filename REPORT_FILENAME - File location to write the wrangler report. (default: None)