-
Notifications
You must be signed in to change notification settings - Fork 80
Debug mode #159
-
Hi guys, quick question, I'm having problems "ingesting" a GTFS file.
I would like to have more details about this. Is there any way to run docker-valhalla in verbose mode? |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment · 9 replies
-
No, currently not... have you made sure your OSM extract covers your entire GTFS feed geographically? It's a common issue when building tiles with transit (see valhalla/valhalla#4238) |
Beta Was this translation helpful? Give feedback.
All reactions
-
seems like OOM to me, try with less threads |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Thanks @nilsnolde. It was indeed a memory problem. I recently switched to macOS and didn't know there was a memory limit for the Docker engine. I started again on a Linux computer and got another error. I don't think it's the RAM this time. I removed around 7000 lines like this one:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
This indeed looks like it's related to the geographical coverage I described above, are you absolutely sure the OSM extract is large enough? |
Beta Was this translation helpful? Give feedback.
All reactions
-
@chrstnbwnkl yes, that was it, thank you. In the end I edited my GTFS to exclude stations outside the OSM area. Unfortunately, it always ends up in another error:
It looks like: valhalla/valhalla#4745 I'm going to edit the GTFS and go by dichotomy. I'll get to the end by keeping only the subway lines. There's just one thing that worries me. I haven't managed to get an isochrone of public transit. Is it really doable or I missed something? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yeah, indeed sounds like that. This is certainly not an issue with this docker image anymore, feel free to continue the discussion upstream. Regarding isochrones: it should work, but please open an issue upstream if it's not working as expected, especially if you can post an example that's easily reproducible. There recently was a discussion about that but there wasn't enough information to confirm it's actually a bug in Valhalla (valhalla/valhalla#4768) |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
No, currently not... have you made sure your OSM extract covers your entire GTFS feed geographically? It's a common issue when building tiles with transit (see valhalla/valhalla#4238)