Questions tagged [travel-time]

This tag points to the questions about duration of travels (travel time studies) using google-api or other similar apis, O/D graphs, road networks, etc.

There are many ways to get/calculate travel time using online or offline databases. Using is the most popular one. Using online websites like Mapnificent.net or TravelTimePlatform.com may meet your need. Please check these resources before posting a question. Moreover, to use TravelTimePlatform api to get time related data refer to TravelTimePlatform Developer Guide.

21 questions
1
vote
0 answers

R Speed up Mapply function which finds travel time between two zip codes

I am using the gmapsdistance package to compute the travel time between two zip codes. It seems to work semi-well. There are still some errors with zip codes which are nearly identical and sometimes the function does not output the correct time. The…
mrsquid
  • 605
  • 2
  • 9
  • 24
0
votes
0 answers

Database for a travelling app in MongoDb that calulates the best route based on your itinerary locations

So i want to make an app for my University Thesis where the user can add different locations from one city. This app will calculate the best route based on distance and time (distance from one location to another, and time spend in traffic and in…
0
votes
1 answer

How to add costs to routes in Anylogic?

I am creating a model in Anylogic to simulate the container transportation between a port and the hinterland (in a GIS map). I have data on how many trucks are driving between each customer zone and the terminals. I want to add a possible hub in the…
0
votes
0 answers

travel time from google maps API does not vary with time of day

I used gmapdistance to calculate travel time between two points in New York at different times. Can someone please tell me why is the travel time same and is not varying with time of day? library(gmapsdistance) library(lubridate) # key is…
SiH
  • 1,378
  • 4
  • 18
0
votes
2 answers

react and google Directions API without map

I need the results from .route() in my internal app, not going into any map. I need the duration and distance between the origin and destination for further calculations in my app. So far I tried it with a callback func: function…
Marek123
  • 1,193
  • 7
  • 35
  • 75
-2
votes
2 answers

K-means how to determine most locations near specific latitudes and longitudes

I know the central latitude and longitude for each neighborhood in a city and I have a data set of restaurants with their latitudes and longitudes. I need to determine which neighborhood is the most dense using something like K-meaans. So let's…
Todd
  • 1
1
2