Dear All,
I'm new in this forum, but I've been using the software for quite a time. I'm trying to calculate traveltime with stata. I already read the thread here https://www.statalist.org/forums/for...time3-geocode3

However I cannot install the osrmtime by follwing the paper from Huber & Rust (2016) and I do not understand why. I add I already tried with traveltime command, but apparently this does not work anymore because of API licensing and sort.

traveltime3, start_x(_destination_latitude) start_y(_destination_longitude) end_x(lat2) end_y(long2)
But I got this error
file
http://maps.google.com/maps?f=d&outp...2695,50.778228
> 75976563&daddr=.,.&dirflg= not found

Therefore I tried to install osrmtime using the procedure in the paper (https://journals.sagepub.com/doi/pdf...867X1601600209)

First I typed:

net install osrmtime, from("https://ift.tt/2t2BhDm
> wl-moeller/medien/osrmtime")

This is the error I get.

file http://www.uni-regensburg.de/wirtsch...medien/osrmtim
> e/stata.toc not found
server says file permanently redirected to https://www.uni-regensburg.de/wirtschaftswi
> ssenschaften/vwl-moeller/medien/osrmtime/stata.toc


What should I do to calculate traveltime in stata at this point?
Thanks for your help