Skip to content

Commit

Permalink
clean up of network summary, adding county geography, using calculati…
Browse files Browse the repository at this point in the history
…ons based on link-level results
  • Loading branch information
bricegnichols committed Aug 29, 2018
1 parent 6ce95ea commit 263355f
Show file tree
Hide file tree
Showing 7 changed files with 878 additions and 1,133 deletions.
3 changes: 2 additions & 1 deletion emme_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@

# in the junctions shapefile in the inputs/networks folder, this is the
# minimum scene_node value where facility type = 99
min_hov_node = {'2014' : 199203, '2025' : 199026, '2040' : 199205, '2040' : 199205}
min_hov_node = {'2014' : 199203, '2025' : 199026, '2040' : 199205, '2050' : 199205}

###################################
################################### SKIMS AND PATHS ####################################
log_file_name = 'outputs/logs/skims_log.txt'
Expand Down
2 changes: 1 addition & 1 deletion scripts/bikes/bike_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def main():
calc_bike_weight(my_project, link_df)

# Assign all AM trips (unable to assign trips without transit networks)
for tod in bike_assignment_tod:
for tod in transit_skim_tod:
print 'assigning bike trips for: ' + str(tod)
bike_assignment(my_project, tod)

Expand Down

0 comments on commit 263355f

Please sign in to comment.