arup-group / elara

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

Mode share benchmarks path #139

Closed syhwawa closed 3 years ago

syhwawa commented 3 years ago

I met an issue when running Elara with Benchmarking Handlers.

In elara_config, I set up the path for modeshare:

suffolk_modeshares = {modes = ["all"], benchmark_data_path = "/efs/population/v6_20210616_10perc/benchmarks/combined_pop_mode_share_20210816_10pct.csv"}

It can't point to the right file. I have tried the path starting with /mnt but not working as well.

fredshone commented 3 years ago

is this in your own box or aws batch or bitsim?

they have different mount points i think (actually, they do for NZ - but maybe not Suffolk)

syhwawa commented 3 years ago

I can see the file exits in efs and my own box. Btw, Where did put benchmarks for NZ project?

fredshone commented 3 years ago

this was caused by the local environment so closing. I think there is no reasonable scope for elara to help more with paths. It already supports relative and absolute paths.

Broadly speaking what we can progress is making sure the logging is useful and that path errors occur as early as possible - ideally in the handler init methods.