Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTFS without Navitia #555

Open
michaelblyons opened this issue Jan 17, 2024 · 7 comments
Open

GTFS without Navitia #555

michaelblyons opened this issue Jan 17, 2024 · 7 comments

Comments

@michaelblyons
Copy link

michaelblyons commented Jan 17, 2024

For the uninitiated: how does Navitia convert GTFS to the format your project can ingest? Navitia seems error-prone and fickle (arbitrarily drops region support).

Would it be reasonable to do the GTFS conversion in this project, or is a separate service required?

@dgcampbe
Copy link

I am also interested in learning how to add new transportation services to Transportr. I think the documentation on contribute page is out of date. I was able to find what I believe are valid GTFS archives via https://database.mobilitydata.org/, but I don't know what to do now that I have them.

@dgcampbe
Copy link

Would this be a useful resource?
https://github.com/public-transport/transitous

@michaelblyons
Copy link
Author

michaelblyons commented Mar 21, 2024

Would this be a useful resource? https://github.com/public-transport/transitous

I hope so. It's the second link in my last message. 😉

@JaredTamana
Copy link

Nativita support is now fully dropped from this repo. I'm trying to read through the code to find a way to re-implement the lost regions, but there's no documentation. A contributions guide would be much appreciated. While Transitous looks promising, without an existing implementation to reference I'm afraid I'm not experienced enough to add it in as a whole new abstract.

@michaelblyons
Copy link
Author

Very distantly related: If you have a GTFS feed that you want to conflate with OSM's own data, https://github.com/Gabboxl/gtfs-osm-import may be useful. It requires human intervention, though.

@schildbach
Copy link
Owner

A contributions guide would be much appreciated.

If you look at the JavaDoc of NetworkProvider and at the referenced data classes that's more or less the API you'd need to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants