Open amirhesam1995 opened 3 years ago
In the first part of public-transport-city.ipynb, where all the imports occur, you should replace vincenty with geodesic. See this stack overflow post.
public-transport-city.ipynb
vincenty
geodesic
ok! If you do a pull request, I'll accept it!
In the first part of
public-transport-city.ipynb
, where all the imports occur, you should replacevincenty
withgeodesic
. See this stack overflow post.