planarnetwork / raptor

Implementation of the Route Based Public Transit Algorithm (Raptor)
82 stars 13 forks source link

Readme examples don’t console.log #16

Closed rickvipond closed 1 year ago

rickvipond commented 1 year ago

Hi

i’ve installed on Node 20 and tried the readme examples but while it spins and seems to run, nothing console logs?

linusnorton commented 1 year ago

Are you able to attach the gtfs file you are using?

rickvipond commented 1 year ago

Yes

Just the most recent ATOC GTFS (from April 2021) on this page: https://transitfeeds.com/p/association-of-train-operating-companies/284, I can't find anything newer

Actual GTFS.zip link here:

linusnorton commented 1 year ago

I used to maintain that feed but couldn't continue unfortunately. I will test it out.

linusnorton commented 1 year ago

There was an issue with the dependency that loads the gtfs file. Updating has fixed it. I've done a number of small upgrades and corrected a few of the examples in the README.md. Version 2.2.3 should work although you might want a more up to date gtfs file.