mark padgham

Results 619 comments of mark padgham

Thank you very much @abyrd for these detailed and helpful considerations. I'll respond in more detail in a couple of weeks (currently on leave), and feed a lot of that...

Great idea, and relatively straightforward to implement. Refer also #66 and discussions there.

Great catch, thanks!! I'll fix asap

@polettif those commits fix the main issue, but note the following still occurs with your test feed: ``` r library (gtfsrouter) filename A gtfs object with the following tables and...

Thanks, then I'll re-open as a prompt to investigate further ...

Thanks for the Q and reprex @luukvdmeer, and nice to have you chiming in here. It should be possible to route without a `transfers.txt` file, even though results may likely...

The demo code in #24 from @stmarcin shows the possibility of constructing a workable `"transfers.txt"` file where none exists. The ability to do this should be incorporated as part of...

Below is some first-cut full code for creating a `"transfers.txt"` file. The inefficiencies mentioned above have been overcome, but this still takes a long time to calculate (like several tens...

Thanks for the feedback @tbuckl and @polettif. It shall be done! I'll likely implement a default with some kind of `network_distances = FALSE`, to enable the full network distances when...

That commit implements a new `gtfs_transfer_table()` function which works like this: ``` r library (gtfsrouter) library (dodgr) if (!file.exists ("warsaw-gtfs.zip")) download.file("https://mkuran.pl/feed/ztm/ztm-latest.zip", "warsaw-gtfs.zip") gtfs ▶ Unzipping GTFS archive #> ✔ Unzipped...