Skip to content

mesflores/capacity-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capacity

Basically this is the output of me being curious about what I could do with SimPy, Networkx, and the Los Angeles Metro Rail GTFS data (though this should be relatively generic).

Display

The first goal, was to cleanly display a network resulting from the GTFS data, i.e. station names and locations, connections between the stations, etc. The LA Metro data is of particular interest because it is:

  1. Relatively manageable because the rail and bus data are separated, making the Rail alone relatively small.
  2. There are still enough weird edge cases (shortruns, transfer stations, etc.)

Simulation

Read the GTFS schedules and output the stuff!

About

Transportation discrete event simulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages