numerical-python-book-code
numerical-python-book-code copied to clipboard
Tokyo metro
Hi! Im trying to solve some algorithms on the tokyo metro. I was wondering if you had the full json dataset (stations, connections, travel time) or if you knew where I could find it.
Thanks a lot!
Hi and thanks for your question. Unfortunately I do not have a more complete data set for the Tokyo metro than the json file in this repository. I created this data set from the information on www.tokyometro.jp for the purpose of illustrating graph techniques, and I only included the information that was necessary for this examples. There is a lot of information on https://developer.tokyometroapp.jp/info if you are able to read or translate Japanese, but as far as I know not directly in the form of a json dataset. Sorry to not being able to give more specific answer to your questions.