-
Notifications
You must be signed in to change notification settings - Fork 32
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
App for GTFS data #128
Comments
Hello, this is amazing, congratulations! A quick answer to your questions. We can later discuss details in different issues or pull requests.
Thank you for using the library, it is always very rewarding to see someone re-using our work, just publishing the source code is often not good enough. |
Awesome, thanks for the enthusiasm :) I think doing UI in rust is great since you can avoid all the complexity of modern web development, which seems to be the usual choice for UI. Especially for data visualization type work like this, where you might typically use Python, C++ (maybe only indirectly), and Javacript, Rust can replace all 3! Thanks for your response to my questions, I'm taking a break from the project for a while but will create some issues and PRs when I return to work on it. Using default values makes total sense, I hadn't thought about that! That probably explains most, possibly all, of the descrepancies I saw. |
I thought you might be interested in this GTFS viewer/editor app I made using gtfs-structure: https://github.com/spstreets/gtfs_manager.
There is more discussion in the below forums:
https://www.reddit.com/r/rust/comments/wy4col/druid_app_for_public_transport_data/
https://twitter.com/robinlovelace/status/1563099620926181376
https://xi.zulipchat.com/#narrow/stream/147932-chatter/topic/Public.20transport.20data.20viewer
I have a few questions and observations:
Finally, I want to say thank you for your work on gtfs-structure, it helped a lot and the app wouldn't be where it is today without it.
The text was updated successfully, but these errors were encountered: