BlinkTagInc/gtfs-to-geojson

stop_times.txt

Daveee404 opened this issue · 4 comments

Hello

There is a file in the source zip: stop_times.txt. It is 380mb.

If I start the process with: lines-and-stops, it stucks at: Starting "GeoJSON creation for..." (After 10 minutes)

If I remove the stop_times.txt it generates the output within 30secs.

I would recommend a config line where you can add, what times should be excluded from the source zip file.

There is a way to exclude specific files in the config:

{
"agencies": [
{
"agency_key": "myAgency",
"path": "/path/to/the/unzipped/gtfs/",
"exclude": [
"shapes",
"stop_times"
]
}
]
}

Try that out and let me know if you helps speed things up.

image

It does not work for me unfortunately:(