Skip to content

Distance Time chart

Eddy Ionescu edited this page Jun 28, 2018 · 2 revisions

Requirements:

  • take in a trip file from S3
  • as time goes along, plot how far it is along route (distance travelled - along the route)
    • What we need is distance between two coordinates
    • We can get this by using turf.js and the GeoJSON (helper function - @EddyIonescu)

Another helper: figure out where (distance along route) each stop is

Clone this wiki locally