Skip to content

Commit

Permalink
Merge branch 'ABM2_TRUNK' of https://github.com/SANDAG/ABM.git into A…
Browse files Browse the repository at this point in the history
…BM2_TRUNK
  • Loading branch information
wusun2 committed Aug 31, 2021
2 parents 295b6e9 + 99091b7 commit 327c458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion db/sql/createReferenceDimensionTables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CREATE TABLE [dimension].[geography] (
[taz_13_shape] geometry NULL, -- model geographies are given geometries
[luz_13] nvarchar(20) NOT NULL,
[cicpa_2016] nvarchar(20) NOT NULL,
[cicpa_2016_name] nvarchar(50) NOT NULL,
[cicpa_2016_name] nvarchar(100) NOT NULL,
[cocpa_2016] nvarchar(20) NOT NULL,
[cocpa_2016_name] nvarchar(50) NOT NULL,
[jurisdiction_2016] nvarchar(20) NOT NULL,
Expand Down
2 changes: 1 addition & 1 deletion src/main/emme/init_emme_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def init_emme_project(root, title, emmeversion):
'transit_vehicles': 200,
'transit_lines': 450,
'transit_segments': 40000,
'extra_attribute_values': 18000000,
'extra_attribute_values': 28000000,

'functions': 99,
'operators': 5000
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/copy_networks.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if "%1"=="" goto usage
if "%2"=="" goto usage

set FILE_LIST=hwycov.e00 trcov.e00 turns.csv trlink.csv trrt.csv trstop.csv tap.elev tap.ptype timexfer_EA.csv timexfer_AM.csv timexfer_MD.csv timexfer_PM.csv timexfer_EV.csv special_fares.txt linktypeturns.dbf tapcov.dbf tapcov.shp tapcov.shx tapcov.shp.xml mobilityhubtaps.csv mobilityHubMGRAs.csv SANDAG_Bike_Net.sbn SANDAG_Bike_Net.sbx SANDAG_Bike_Net.dbf SANDAG_Bike_Net.shp SANDAG_Bike_Net.shx SANDAG_Bike_Net.prj SANDAG_Bike_Node.sbn SANDAG_Bike_Node.sbx SANDAG_Bike_Node.dbf SANDAG_Bike_Node.shp SANDAG_Bike_Node.shx SANDAG_Bike_Node.prj
set FILE_LIST=hwycov.e00 trcov.e00 turns.csv trlink.csv trrt.csv trstop.csv tap.elev tap.ptype timexfer_EA.csv timexfer_AM.csv timexfer_MD.csv timexfer_PM.csv timexfer_EV.csv special_fares.txt linktypeturns.dbf tapcov.dbf tapcov.shp tapcov.shx tapcov.shp.xml mobilityhubtaps.csv mobilityHubMGRAs.csv SANDAG_Bike_Net.sbn SANDAG_Bike_Net.sbx SANDAG_Bike_Net.dbf SANDAG_Bike_Net.shp SANDAG_Bike_Net.shx SANDAG_Bike_Net.prj SANDAG_Bike_Node.sbn SANDAG_Bike_Node.sbx SANDAG_Bike_Node.dbf SANDAG_Bike_Node.shp SANDAG_Bike_Node.shx SANDAG_Bike_Node.prj rtcov.shp rtcov.shx rtcov.dbf rtcov.shp.xml

@echo %FILE_LIST%

Expand Down

0 comments on commit 327c458

Please sign in to comment.