ipeaGIT / gtfs2gps

Convert GTFS data into a data.table with GPS-like records in R
https://ipeagit.github.io/gtfs2gps/
Other
71 stars 10 forks source link

function to split a GTFS file #163

Closed pedro-andrade-inpe closed 2 years ago

pedro-andrade-inpe commented 4 years ago

Some GTFS files might be larger than the available memory. Implement a function to split a GTFS file into several smaller GTFS files by separating their shape ids.

rafapereirabr commented 3 years ago

The gtfs2gps package already can handle really large GTFS feeds when the user sets the filepath in the gtfs2gps() function [*]. So I'm not sure we need this function.

[*] We should probably make this clearer in the documenation. Something like: "Setting a filepath allows the user to process a large GTFS feed and save a larger than memory GPS-like table."