I am creating a routefinder that will use either A* or dijikstra that will only work for public transport in my local area. However I have now ran into a problem where I have no idea where to get a graph for only public transport.
I have tried reading through the google maps API to see if i could create the graph myself but no luck.