-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
build_scenario_networks.batSubmit_Full_Regional_Model_SOLA.battrip_gen.batcreate_transit_demand.batrun_transit_assignment.bat
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request