-
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
Error using setup_r5() #389
Comments
Are you able to give a bit more detail on r5r's output and your data sources? (I'm not aware of a UK, or rather GB, GTFS dataset for rail for example.) For context, I use r5r to do analysis on a bit of Britain: (And have built a pretty shoddy R package to help handle some of the pre-processing.) |
Yes. Apologies for the ambiguity. Rail timetable data are downloaded from ATOC as .cif files, which I then convert to GTFS using UK2GTFS. Bus timetables are downloaded from the DfT Bus Open Data Service. Regarding the error (with
Note that I cannot find the |
Could you please try building the network without thr GTFS files in the directory? |
Heads up @rafapereirabr, this seems to be related to the Manually compiling an R5 JAR with this limit increased and providing it to |
Hi @dfsnow ! Nice to hear from you , and thanks for the heads up! At least until recently, R5 (and hence r5r) would throw this error message below in case the
As far as I understand from R5 code, this limit and error message are still simplemented (see here). So if the problem really were the spatial extent of the data, this woul dhave been the error message. Maybe I'm missing something here. |
Hi! Oddly, that error does get thrown in |
I just tested |
Hi,
I downloaded the OSM network for the UK from Geofabrik (.pbf), all the UK bus/tram GTFS timetables (.zip), and the UK inter-city rail GTFS timetables (.zip). All files are in the same folder. No elevation map at this stage. I am using Java 21.0.3 and R 4.4.0. When I run:
the multimodal network (.dat) cannot be built. I get the following error:
Do you think that some data preprocessing is required?
The text was updated successfully, but these errors were encountered: