GithubHelp home page GithubHelp logo

motis-project / gtfs-static Goto Github PK

View Code? Open in Web Editor NEW

This project forked from realgoding/gtfs-static-2

0.0 1.0 0.0 0 B

"Praktikum Algorithmen" (TU Darmstadt, summer semester 2020)

License: MIT License

JavaScript 0.23% HTML 0.18% Vue 99.59%

gtfs-static's Introduction

gtfs-static

created as part of "Praktikum Algorithmen" (TU Darmstadt, summer semester 2020)

Notes

* All data will be reset on page reloading.
  So do not reload, if you don't want to reset everything - or just save your changes before.

* All realtime data will be reset after creating or loading a static dataset.
  So you have to save all changes before doing this over the menu, if you want to.

* The file 'public/gtfs-static.xml' will only be used to generate gtfs structures, when serving the project.
  In production mode a constant string created from it will be used instead - because of same-origin-policy.
  Keep that in mind, when changing this file. (see mounted function in 'src/App.vue' for more information)
  Solving the SOP problem, allows you to delete this string and always use the human readable file instead.
  
* Any trip update in a loaded realtime feed should have a non-empty start day inside the trip descriptor.
  Trip updates created by this app will always have this value - which is needed to compute times for the ui.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Google transit APIs

Screenshots

User interface: station

Screenshot

User interface: trip

Screenshot

User interface: entry picker

Screenshot

User interface: trip update

Screenshot

User interface: full file table

Screenshot

gtfs-static's People

Contributors

realgoding avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.