1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
test for narrative generation; fixes to narrative generator More... about 16 years ago
handle case of calendar.txt not being there (this is allowed by the spec if calendar_dates.txt handles all cases More... about 16 years ago
use less ram More... about 16 years ago
override corect method More... about 16 years ago
rm cruft More... about 16 years ago
use existing graph vertices where possible More... about 16 years ago
stops must be loaded before stop times More... about 16 years ago
add linkage between transit network and road network More... about 16 years ago
replace Exceptions with RuntimeExceptions More... about 16 years ago
add support for transfers More... about 16 years ago
initial work on narrative generation More... about 16 years ago
add routes to gtfs loader More... about 16 years ago
rm unused imports More... about 16 years ago
add loader for Shapefiles (as converted from LION data, for now) More... about 16 years ago
better toString method for Street More... about 16 years ago
add dependencies for geotools More... about 16 years ago
add bike option More... about 16 years ago
intern strings from GTFS, for improved memory performance More... about 16 years ago
add link to install instructions to README More... about 16 years ago
Fix TestKao by creating a new feed before loading it into the graph (this test was erroring with a null pointer exception because the stopTable iterator had run its course from the first part of the test and thus no stops were actually being loaded, causing the second part of the test to fail) More... about 16 years ago
Simplified GTFSTime More... about 16 years ago
Database serialization works for StopTime More... about 16 years ago
add StopTimeTable class; actually use StopTable iterator here and there. More... about 16 years ago
Split Feed functionality out of PackagedFeed, which now _only_ represents a packaged feed. More... about 16 years ago
Table made into a proper Iterable, and code uses that iterable More... about 16 years ago
Renamed Feed to PackagedFeed, because it's really a class that represents a feed in its zipped, serialized form. More... about 16 years ago
Integrate the new TableHeader into things. More... about 16 years ago
Abstracted table headers into their own class TableHeader More... about 16 years ago
add xerial sqlite JDBC driver More... about 16 years ago
maven configuration file More... about 16 years ago