ITSLeeds / UK2GTFS

Convert UK transport data (TransXchange / ATOC CIF) to GTFS format in R
https://itsleeds.github.io/UK2GTFS/
GNU General Public License v3.0
37 stars 13 forks source link

Should deal with files from the SFTP server #18

Closed tg137 closed 3 years ago

tg137 commented 4 years ago

The document on the RDG website about timetable data references a Data Transformation and Distribution Service (DTD). See section 7 of this document.

The data that comes from the SFTP server is in a slightly different format than that being downloaded directly from the RDG site itself.

It causes the following specific issues with UK2GTFS:

Let me know if you want me to get an example ZIP to you from the SFTP server (although it's a really useful service to sign up for regardless!).

mem48 commented 4 years ago

I'll look into this as it doesn't sound too hard to fix and would add useful functionality. If you wanted to make a pull request that would be very helpful.

mem48 commented 4 years ago

@tg137 I've looked at the document, I don't think the SFTP server is publically accessible. If you can upload an example file I will have a look, but I can't promise onging support for a private dataset.

tg137 commented 4 years ago

Hi @mem48, thanks for taking a look, understand you not wanting to provide ongoing support for this. I've been meaning to take a look at doing a PR but been snowed under recently.

Thanks a lot for adding nr2gtfs, extremely useful.

mem48 commented 4 years ago

I'm trying to get the package cleaned up for peer review and a CRAN release, and its difficult for reviewers to test things that they can't access.

A PR sounds the best solution, the changes you suggest are minor and would make the package more usable for more people.

Out of interest are there any other differences to the sftp version that make you want to use it?