Skip to content

Commit

Permalink
fixed doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-git committed Aug 22, 2024
1 parent fe08573 commit 59e7bbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lasso/emme.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ def prepare_table_for_drive_network(
parameters -- emmebanke creation paramerters parameters
maximum_ft -- maximum Facility type to include
regenerate_connectors -- Bool: option to regenerate connectors after the relevent links have been dropped
taz_zone_shapefile_path -- path to shapefiles containing taz zones for centroid connectors
maz_zone_shapefile_path -- path to shapefiles containing maz zones for centroid connectors
Return:
dictionary of model network settings
Expand Down Expand Up @@ -415,6 +417,7 @@ def prepare_table_for_drive_network(
input_maz_polygon_file=maz_zone_shapefile_path,
)


model_tables["connector_table"] = ranch_roadway.links_df[
(ranch_roadway.links_df.A.isin(parameters.taz_N_list)) |
(ranch_roadway.links_df.B.isin(parameters.taz_N_list))
Expand Down

0 comments on commit 59e7bbd

Please sign in to comment.