jrjohansson / numerical-python-book-code

159 stars 133 forks source link

Tokyo metro #1

Open tamycova opened 8 years ago

tamycova commented 8 years ago

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!

jrjohansson commented 8 years ago

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.