package
0.32.3
Repository: https://github.com/nextmv-io/sdk.git
Documentation: pkg.go.dev

# README

Nextmv measure matrix input generation for the routing template

measure-matrix serves as an input generator for the routing-matrix-input app. The generated input data includes matrices for distance and travel time using OSRM. You can simply exchange the client for one of our other matrix providers: Routingkit, Google and Here.

To run both apps combined, you should look at two things:

  • add the OSRM server to main.go (or use a different provider of your choice)
  • use locations in the input data in main.go that can be consumed by your OSRM server.

Run the command below to see if everything works as expected:

nextmv sdk run .

One file should have been created: routing-input.json. This file can be used as a direct input for the routing-matrix-input app.

Next steps