Closed tripwright closed 5 months ago
Hi @tripwright . Could you please try building the network without the GTFS feeds in the data path, and then running the routing analysis with mode = "walk"
?
Hi @rafapereirabr, thanks for getting back to me promptly. Yes, I was able to build the network again w/o the GTFS feeds and successfully run the routing analysis with mode = "walk"
.
Based on all this info, it is quite clear that the issue lies in your GTFS feed, and not on r5r, OSM data or on your code.
Your GTFS feed might not be valid because of various types os errors. I'd strongly recommend using the feed validator from the gtfstools package.
Thank you. I'll be sure to check it out!
Hi there! I've been running travel time matrices for a number of U.S. cities and Boston is the only one to give me grief and this error. (Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException)
My code has been reproducible across several cities already, so I believe the issue lies in the GTFS file. I know the problem that mrosmann has had recently also dealt with Boston data...so maybe there's something going on there? I appreciate any guidance...TYIA!
Boston R5R CODE
Data: GTFS (from Boston MBTA): https://cdn.mbta.com/MBTA_GTFS.zip OSM (from BBBike): https://download.bbbike.org/osm/extract/planet_-71.497_42.109_c30a547a.osm.pbf BOS_neighborhoods.csv
Situation report here