Skip to content

Instantly share code, notes, and snippets.

@augustl
Created May 26, 2016 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save augustl/c319e32118a223962a4835d0f1734606 to your computer and use it in GitHub Desktop.
Save augustl/c319e32118a223962a4835d0f1734606 to your computer and use it in GitHub Desktop.
mori.map((it) => {
let stopTimings = mori.nth(it, 0);
let scheduledStop = mori.nth(it, 1);
let vehicleStop = mori.nth(it, 2);
// ...
}, mori.partition(3, mori.interleave(timings, vehicleOrderSchedule, vehicleTripStretch)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment