arup-group / elara

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

forces link ids to str #206

Closed fredshone closed 2 years ago

fredshone commented 2 years ago

minor change to fix tiny string bug encountered on run.

linkCounterComparison was 'temporarily' forcing links ids from integer to strings to make joins but later failing to write results with integer ids:

image

This is now fixed by forcing all link ids to strings early on in the class.