-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r5r not building network.dat file; unable to detect error but believe coming from GTFS files #412
Comments
Hi @tripwright , thanks for the detailed issue and apologies for my slow response. @mvpsaraiva and I are still trying to detect the source of the problem. In the meantime, could you please try building the network using only the OSM on a side note, the log of the verbose code included this message that you might wan't to pay attention to:
|
Hi @rafapereirabr, thanks for the response...no worries! And thank you for the LinkedIn comment the other day too. I was successful in building the network using just the OSM Regarding your other comment, yes, I noticed that time zone error too. How does one make sure they are aligned? I looked for an argument to specify a time zone but didn't find one. I presume the "agency time zone" is pulled from the GTFS files and the "TransportNetwork time zone" from the OSM |
I'm glad to hear it works with the OSM data only. This is a sign the cause of the bug is in the GTFS data or in how R5 is dealing with them. We're making progress in our investigation and I hope we have some updates soon. As for the time zone question, I understand you're right. R5 gets the "agency time zone" from the GTFS files and the "TransportNetwork time zone" from the OSM file. In this case, the two time zones are different and this seems to be causing the error. Perhaps one more of your GTFS feeds are in the |
Awesome! Thanks for the clarification about the time zones. I just went through all 52 GTFS files for the LA Metro area and found a pesky one (Gardena GTrans) where the time zone was set to |
Hi @tripwright , thanks for sharing the data. I managed to build the transport network (the |
@rafapereirabr I'm glad to hear that, but I still have no luck. I just tried it three separate times to no avail. Here's what the verbose text looks like when it breaks verbose3.txt. I'm using the same data attached above with the GTFS file with the fixed time zone. Any idea what could be causing it to break on my end? I'm using a device with 64 GiB of memory, so I don't suspect that to be the issue. |
Hmmm. Strange. Because it works fine for me on a Windows machine. I noticed you're using a MacOS with an arm64 processor, which seems to have a compatibility issues with Java. See this issue. Can you please try running the code with these data on another machine ? |
Yes, so initially I was using my personal MacBook, but the memory on the machine was not sufficient to run the code. I ended up switching to a Linux machine, running the code remotely with AWS. The error that I’ve shared with you has occurred on both the MacOS machine and Linux machine. As well, I’ve been able to successfully build |
Hmm. Strange. You said you can build the But as I said, I get the code to run correctly with all the data files you shared. I cannot reproduce your new error on my windows machine |
Yes, that's right. The |
Brief description of the problem:
Hi there! I want to preface that I'm aware others have been experiencing issues with
r5r
returningbut no
network.dat
file exists in the r5r data path directory.I've gone through multiple threads on this Issues page to try and diagnose my code issue with no luck. I'm working with the Los Angeles metropolitan area (12238.08 km²), which is much smaller than the R5
bbox
limit of the limit of 975000 km².I do believe this issue to be coming from my GTFS files because the network does build when I remove the GTFS files from my r5r data path. I'm working with 52 (I know, quite a lot) GTFS files, and I have run each one through the Canonical GTFS Schedule Validator from MobilityData, making sure that the calendar dates were valid (many were not, and I corrected those issues when applicable).
I'm attaching a copy of the verbose text from when I run
setup_r5
in hopes of getting some clarity as to what may be causing the code to break. I'm not able to make out any obvious errors from the verbose code, and therefore, am looking to you experts.End of
verbose = T
outputAny tips or thoughts as to what may be occuring or what potential errors/warnings I should be looking for in my GTFS files would be greatly appreciated.
Reproducible code:
Data
Situation report:
The text was updated successfully, but these errors were encountered: