VROOM-Project / vroom-scripts

BSD 2-Clause "Simplified" License
34 stars 20 forks source link

Script add_ors_matrix.py not working #57

Open smil78 opened 1 week ago

smil78 commented 1 week ago

Trying to execute add_ors_matrix.py returns error: ImportError: cannot import name 'add_matrix' from 'utils.matrix'

Changing 'add_matrix' into 'add_matrices' (which is used in add_osrm_matrix.py) rise more errors.

jcoupey commented 1 week ago

Yes, this has been discussed previously here: https://github.com/VROOM-Project/vroom/issues/1099#issuecomment-2082388214

The ORS script needs an update, you're very welcome to submit a PR with correction if you can.