Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kotrc/GTFS-route-shapes Loading
base: master
Choose a base ref
...
head repository: nickubels/GTFS-route-shapes Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 25, 2018

  1. Added a virtual environment to the gitignore

    Also added a requirements file for pip3
    nickubels committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    cfb88f1 View commit details
    Browse the repository at this point in the history
  2. Made loading of data and joining faster and more efficient

    This is done by only loading the neccessary columns and then removing duplicate trips before joining them.
    nickubels committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    05c61dc View commit details
    Browse the repository at this point in the history
  3. Removed column drop step

    No longer needed since we only load in the neccessary columns
    nickubels committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e472189 View commit details
    Browse the repository at this point in the history
  4. Typo fix

    nickubels committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    fbfad0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec16cd6 View commit details
    Browse the repository at this point in the history
  6. Readme

    nickubels committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    991b9c2 View commit details
    Browse the repository at this point in the history
  7. Moved the heavy lifting to a function

    To be able to multiprocess
    nickubels committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    8df4980 View commit details
    Browse the repository at this point in the history
Loading