This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var drivingSchedule = {}; | |
var turnNumber = 0; | |
var MIN_VISITS_PER_VEHICLE = 1; // to keep everyone busy | |
var OPTIMIZE_EVERY_X_TURNS = 5; | |
var turn = function(vehicles, people, buildings) { | |
'use strict'; | |
if(turnNumber % OPTIMIZE_EVERY_X_TURNS === 0 && turnNumber < 1000) { | |
// Parse data to be suitable for Routific's API |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'routific' | |
routific = Routific.new(API_KEY) | |
routific.setLocation("Funtastico", { | |
"name" => "12 Rokeby Road", | |
"lat" => -31.945864, | |
"lng" => 115.823981, | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /Project-OSRM/build# ./osrm-extract north-america-latest.osm.pbf | |
[info] Input file: north-america-latest.osm.pbf | |
[info] Profile: profile.lua | |
[info] Threads: 8 | |
[info] Using script profile.lua | |
[STXXL-MSG] STXXL v1.3.1 (release) | |
[STXXL-MSG] 1 disks are allocated, total space: 50000 MiB | |
[info] Using turn restrictions | |
[info] Found 3 exceptions to turn restriction | |
[info] motorcar |