Menu

Commit [r20054]  Maximize  Restore  History

Several major edits:

- Updated EMME2MatsimConverter to allow filtering by mode.
- Reorganized several demand classes into the new package demand.modechoice:
- NewAgentPtPlan
- NewPopulation
- PrepareModeChoicePlan
- Updated demand.CreatePlansFromTrips. My sort function wasn't working properly; I've edited the Trips class so that it inherits the Comparable interface.
- Updated TableReader with new functionality to ignore records with trailing blanks. The previous behaviour threw an IndexOutOfBoundsException. Also, new comments!
- Reorganized several transitnetworkutils classes into a new package gtfsutils:
- GTFSController
- LinkStopsToNearestNode
- MapGTFSStopsToRoutes
- SplitGTFSbyMode
- Created the class GTFSUtils.CreateGTFSFrequencies. This class edits the Toronto GTFS files to include a frequencies.txt file (and updates the trips.txt and stop_times.txt files)

pkucirek 2012-06-25

changed /playgrounds/trunk/toronto/src/main/java/playground/toronto/Emme2MatsimConverter.java
changed /playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/CreatePlansFromTrips.java
renamed /playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/NewAgentPtPlan.java -> /playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/modechoice/NewAgentPtPlan.java
renamed /playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/NewPopulation.java -> /playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/modechoice/NewPopulation.java
renamed /playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/PrepareModeChoicePlans.java -> /playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/modechoice/PrepareModeChoicePlans.java
changed /playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/util/TableReader.java
added /playgrounds/trunk/toronto/src/main/java/playground/toronto/gtfsutils
added /playgrounds/trunk/toronto/src/main/java/playground/toronto/gtfsutils/CreateGTFSFrequencies.java
renamed /playgrounds/trunk/toronto/src/main/java/playground/toronto/transitnetworkutils/GTFSController.java -> /playgrounds/trunk/toronto/src/main/java/playground/toronto/gtfsutils/GTFSController.java
renamed /playgrounds/trunk/toronto/src/main/java/playground/toronto/transitnetworkutils/LinkStopsToNearestNode.java -> /playgrounds/trunk/toronto/src/main/java/playground/toronto/gtfsutils/LinkStopsToNearestNode.java
renamed /playgrounds/trunk/toronto/src/main/java/playground/toronto/transitnetworkutils/MapGTFSStopsToRoutes.java -> /playgrounds/trunk/toronto/src/main/java/playground/toronto/gtfsutils/MapGTFSStopsToRoutes.java
renamed /playgrounds/trunk/toronto/src/main/java/playground/toronto/transitnetworkutils/SplitGTFSbyMode.java -> /playgrounds/trunk/toronto/src/main/java/playground/toronto/gtfsutils/SplitGTFSbyMode.java
/playgrounds/trunk/toronto/src/main/java/playground/toronto/Emme2MatsimConverter.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/CreatePlansFromTrips.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/toronto/src/main/java/playground/toronto/demand/util/TableReader.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/toronto/src/main/java/playground/toronto/gtfsutils/CreateGTFSFrequencies.java Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB