diff --git a/Tutorial #4 - Create Your Own.ipynb b/Tutorial #4 - Create Your Own.ipynb index bb23ecc..546256f 100644 --- a/Tutorial #4 - Create Your Own.ipynb +++ b/Tutorial #4 - Create Your Own.ipynb @@ -34,11 +34,12 @@ }, "outputs": [], "source": [ - "GTFS_LINK = r\"http://admin.gotransitnc.org/sites/default/files/developergtfs/GoRaleigh_GTFS_0.zip\"\n", + "GTFS_LINK = r\"http://admin.gotransitnc.org/sites/default/files/developergtfs/GoRaleigh_GTFS_0.zip\"\n", "\n", - "BASE_DIR = r\"C:\\Users\\lzorn\\Documents\\fast-trips-tutorial\"\n", - "NEW_FOLDER = \"GoRaleigh_GTFS\"\n", - "GTFS_LOC = os.path.join(BASE_DIR,NEW_FOLDER)" + "### REPLACE THIS WITH YOUR OWN DIRECTORY\n", + "BASE_DIR = r\"YOUR PATH TO THE TUTORIAL DIRECTORY\"\n", + "NEW_FOLDER = \"GoRaleigh_GTFS\"\n", + "GTFS_LOC = os.path.join(BASE_DIR,NEW_FOLDER)" ] }, { @@ -301,8 +302,8 @@ }, "outputs": [], "source": [ - "ORIGIN_STOP = \"776415\"\n", - "DESTINATION_STOP = \"777546\"\n", + "ORIGIN_STOP = \"776182\"\n", + "DESTINATION_STOP = \"776185\"\n", "\n", "with open(os.path.join(OUTPUT_DIR,'walk_access_ft.txt'),'wb') as f:\n", " f.write(\"taz,stop_id,direction,dist\\n\")\n", @@ -480,7 +481,7 @@ "all_lines = Bar(final_vehicles_df, \"route_id\", values='boards', stack='trip_id',title=\"Boardings by Route\",legend=False,\n", " xlabel=\"Route ID\", ylabel=\"Boardings\",tooltips=tooltips)\n", "\n", - "ridership = show(all_lines, notebook_handle=True)" + "show(all_lines, notebook_handle=True)" ] }, { diff --git a/tta/input/demand-bigger/config_ft.txt b/tta/input/demand-bigger/config_ft.txt index 5cfde42..5cd2341 100644 --- a/tta/input/demand-bigger/config_ft.txt +++ b/tta/input/demand-bigger/config_ft.txt @@ -1,6 +1,7 @@ # configuration for fasttrips [fasttrips] simulation = True +network_build_date = 05/24/2017 output_passenger_trajectories = True create_skims = False prepend_route_id_to_trip_id = True diff --git a/tta/input/demand-single/config_ft.txt b/tta/input/demand-single/config_ft.txt index a449740..96dc6c5 100644 --- a/tta/input/demand-single/config_ft.txt +++ b/tta/input/demand-single/config_ft.txt @@ -1,6 +1,7 @@ # configuration for fasttrips [fasttrips] max_iterations = 1 +network_build_date = 05/24/2017 simulation = True output_passenger_trajectories = True create_skims = False diff --git a/tta/input/network-added-route/calendar.txt b/tta/input/network-added-route/calendar.txt index c29a22d..abe171c 100644 --- a/tta/input/network-added-route/calendar.txt +++ b/tta/input/network-added-route/calendar.txt @@ -1,2 +1,2 @@ service_id,monday ,tuesday,wednesday,thursday,friday,saturday,sunday,start_date,end_date -TTA,1,1,1,1,1,1,1,20150101,20151231 +TTA,1,1,1,1,1,1,1,20170101,20171231 diff --git a/tta/input/network-simple/calendar.txt b/tta/input/network-simple/calendar.txt index c29a22d..abe171c 100644 --- a/tta/input/network-simple/calendar.txt +++ b/tta/input/network-simple/calendar.txt @@ -1,2 +1,2 @@ service_id,monday ,tuesday,wednesday,thursday,friday,saturday,sunday,start_date,end_date -TTA,1,1,1,1,1,1,1,20150101,20151231 +TTA,1,1,1,1,1,1,1,20170101,20171231