arup-group / elara

Command line utility for processing MATSim events output files.
MIT License
13 stars 4 forks source link

adds output dir to override output path #38

Closed fredshone closed 4 years ago

fredshone commented 4 years ago

when using override (for example in bitsim) the override outpath maintains the previous final directory.

For example: origin config output path = "~/some/long/path/elara_out" override output path = "/mnt/efs/project/path/iteration" new output path = "/mnt/efs/project/path/iteration/elara_out"

This makes elara outputs in bitsim use an output dir without hardcoding.