batch_file.yaml is often read by parsing a specific line. This means that, when a line is added or removed, every script that reads the file needs to be updated, too.
List of scripts that read batch_file.yaml this way:
Using a YAML parser will allow the file to be read without depending on line position. This may be a good reason to start to translating these batch scripts to Python.
batch_file.yamlis often read by parsing a specific line. This means that, when a line is added or removed, every script that reads the file needs to be updated, too.List of scripts that read
batch_file.yamlthis way:build_scenario_networks.batSubmit_Full_Regional_Model_SOLA.battrip_gen.batcreate_transit_demand.batrun_transit_assignment.batUsing a YAML parser will allow the file to be read without depending on line position. This may be a good reason to start to translating these batch scripts to Python.