Urban-Analytics-Technology-Platform / od2net

https://od2net.org
Apache License 2.0
31 stars 9 forks source link

Observations on reproducing outputs #5

Closed Robinlovelace closed 1 year ago

Robinlovelace commented 1 year ago

Just a heads-up after reproducing some of the code in the README, managed to get this map which I'm happy with :tada:

image

FYI anyone running this on Ubuntu, you may need to update your node version. This is what worked for me after reading this.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
nvm list-remote
nvm install v18.12.0
nvm use v18.12.0
Robinlovelace commented 1 year ago

Headline: you need a reasonably up-to-date version of nodejs. Worth adding that to the README?

dabreegster commented 1 year ago

Note the origin/destination layers shown are currently hardcoded paths to Cornwall. Change the symlinks in viewer/assets if needed. This is temporary.

Robinlovelace commented 1 year ago

Follow-up, got the routes displayed now also!

image