Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MTC Parameters #1

Open
wants to merge 329 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
329 commits
Select commit Hold shift + click to select a range
9e7958f
update parameters and roadway
DavidOry Aug 11, 2020
d7d688b
add mrcc_id and ROUTE_SYS (functional class from mrcc) to metcouncil …
i-am-sijia Aug 13, 2020
5407ce1
update highway asgngrp crosswal
DavidOry Aug 18, 2020
6dbcbe0
add ML lanes variable to net_to_dbf
DavidOry Aug 18, 2020
d5513e6
write shape file - use shape_id to join true shapes to links
i-am-sijia Aug 18, 2020
ab59509
including shape_id in default
DavidOry Aug 19, 2020
1378faf
fill na for new shapes so that they can be added to shapes_metcouncil_df
i-am-sijia Aug 19, 2020
9819215
add managed lane example
DavidOry Aug 19, 2020
d62e52b
join true shapes to links_metcouncil_df, get rid of shapes_metcouncil_df
i-am-sijia Aug 19, 2020
2a01239
Merge branch 'develop' of https://github.com/wsp-sag/client_met_counc…
i-am-sijia Aug 19, 2020
d4173ff
share new managed lane notebook bug
DavidOry Aug 19, 2020
d24366d
update managed lane example
DavidOry Aug 20, 2020
3a7eb3a
updates to transit.py
DavidOry Aug 25, 2020
d6b2dce
add attribute lookups
DavidOry Aug 25, 2020
e60283c
add lane computations, update and add attribute lookups
DavidOry Aug 26, 2020
a07e62e
parameters dictionary bug
DavidOry Sep 1, 2020
01da8df
correct method name, fix apply bug
DavidOry Sep 1, 2020
f87725d
adding wisconsin DOT mrcc variable to output
DavidOry Sep 2, 2020
0232d4c
modify assign group and roadway approach
DavidOry Sep 8, 2020
e7c2adf
fix join bug
DavidOry Sep 9, 2020
4096d63
widot join bugs
DavidOry Sep 12, 2020
0c92757
transit coding example
DavidOry Sep 15, 2020
4e73910
Hacky fix for program type line being optional
e-lo Sep 15, 2020
1e926c2
Non hacky fix
e-lo Sep 15, 2020
394e438
add node example line file
DavidOry Sep 15, 2020
05efe63
Add bug and feature templates
e-lo Sep 16, 2020
7b445c1
More robust log file concatenation
e-lo Sep 16, 2020
8a4f8e1
Create feature_request.md
e-lo Sep 16, 2020
62819d1
Add files via upload
RachelWikenMC Sep 17, 2020
d3057b0
Merge branch 'master' into develop
DavidOry Sep 17, 2020
d5b17dd
downtown area type fix
DavidOry Sep 18, 2020
0feac77
add lanes detail
DavidOry Sep 23, 2020
3bfb4ee
add lanes logic
DavidOry Sep 30, 2020
cea514f
remove temp test mark
DavidOry Sep 30, 2020
22c23d9
add simple lanes lookup make script
DavidOry Sep 30, 2020
8889b02
number of lanes bug fix
DavidOry Sep 30, 2020
134b3ad
lanes bug fix
DavidOry Oct 1, 2020
980ded7
start on #111
DavidOry Oct 1, 2020
6714ad1
finish metcouncil prototype #111
DavidOry Oct 1, 2020
d552c5e
mtc lasso lanes
i-am-sijia Oct 9, 2020
004ce01
mtc lasso facility type
i-am-sijia Oct 9, 2020
96cef81
mtc module
i-am-sijia Oct 9, 2020
b9cf8a3
update lanes algorithm
DavidOry Oct 12, 2020
1d78f06
make base network with numlanes, ft, etc.
i-am-sijia Oct 19, 2020
9574015
remove lanes calculations
DavidOry Oct 19, 2020
9be69d9
remove calculate lanes from roadway
DavidOry Oct 19, 2020
0a30bfe
refactor number of lanes computation
DavidOry Oct 20, 2020
d64f311
apply project cards, write MTC format
i-am-sijia Oct 21, 2020
bef6467
revert to lanes
i-am-sijia Oct 21, 2020
7a76374
move assign group and roadway class, and centroid connector function …
DavidOry Oct 21, 2020
f920013
commit tomtom lanes data (was ignored)
i-am-sijia Oct 22, 2020
dd85127
write out useclass by tod
i-am-sijia Oct 22, 2020
c90ff68
remove NAME and ROADWAY from cube
i-am-sijia Oct 23, 2020
dd02ac5
fix bug in calculate centroid connect
DavidOry Oct 23, 2020
d94c6fe
update requirements
DavidOry Oct 26, 2020
822f520
refactor MTC module
DavidOry Oct 26, 2020
e6a860a
move roadway_standard_to_mtc_network to lasso
i-am-sijia Oct 27, 2020
56cf2e5
update lasso
i-am-sijia Oct 28, 2020
a67c25c
update mtc transit module
i-am-sijia Oct 29, 2020
036f5ca
legacy .lin - N instead of NODES
i-am-sijia Oct 29, 2020
eadcfdb
add operator, faresystem
i-am-sijia Oct 30, 2020
3a839a7
fix pad call
DavidOry Oct 30, 2020
8819158
remove FARESYSTEM for routes with FARESYSTEM=0
i-am-sijia Oct 30, 2020
ac52b93
use 99 (missing) as operator code for MV routes
i-am-sijia Oct 30, 2020
d5c5587
replace dashes in SHORTNAME with underscores
i-am-sijia Nov 2, 2020
71f4722
SHORTNAME: replace spaces with underscores; LONGNAME: concat 30 char
i-am-sijia Nov 2, 2020
18c6199
LINE NAME: concat 30 chars; SHORTNAME: replace spaces with .
i-am-sijia Nov 2, 2020
9dd1320
align truncation with Cube spec
DavidOry Nov 3, 2020
3efb2e0
create taps (translated from existing reference script, to be cont'd)
i-am-sijia Nov 6, 2020
0a0ad20
Merge branch 'mtc_parameters' of https://github.com/BayAreaMetro/Lass…
i-am-sijia Nov 6, 2020
f7596c2
Parameterizes methods based on wrangler updates
e-lo Nov 14, 2020
a3a3b2c
Merge branch 'generic_agency' into mtc_parameters
e-lo Nov 14, 2020
3d9a88c
tap methods and express bus method
i-am-sijia Dec 9, 2020
67d9f24
Merge branch 'mtc_parameters' of https://github.com/BayAreaMetro/Lass…
i-am-sijia Dec 9, 2020
bfd7b9d
temporary workaround to bypass agency inconsistencies
i-am-sijia Dec 10, 2020
6d2d333
temporary workaround to bypass agency inconsistencies
i-am-sijia Dec 10, 2020
9af0cad
temporary workaround
i-am-sijia Dec 11, 2020
2c3510f
export distance to cube network
i-am-sijia Dec 15, 2020
f2adb93
add shape id to transit line NAME
i-am-sijia Dec 29, 2020
a1e8bb6
unique line NAME; replace comma from LONGNAME; start FAREZONE method
i-am-sijia Jan 6, 2021
2975495
USERA1 use gtfs name when agency_id is missing
i-am-sijia Jan 8, 2021
15a1204
FT=8 for ML access/egress links
i-am-sijia Jan 21, 2021
55cbb29
drop duplicate tap-stop connectors
i-am-sijia Jan 26, 2021
f5791e9
union city test network
i-am-sijia Jan 26, 2021
19ad3ae
union city transit.lin
i-am-sijia Jan 27, 2021
420b3f9
add ohio mug demo files
DavidOry Feb 3, 2021
e1392b9
farezone, faresystem, fare matrix, .far file
i-am-sijia Feb 11, 2021
6e19dbc
gtfs issue: routes with more than one fare_id, e.g. VTA gtfs
i-am-sijia Feb 12, 2021
b264218
a few updates - still working on fare
i-am-sijia Feb 23, 2021
daa85e4
update fare methods
i-am-sijia Feb 26, 2021
9156de1
update lookup
i-am-sijia Feb 26, 2021
d01b4f4
correct path
i-am-sijia Mar 2, 2021
1b1ee8c
Cube transit route NAMEs too long for `tri-delta-transit` routes
i-am-sijia Mar 2, 2021
62101bb
pass parameters as an argument when create cube transit from .lin
i-am-sijia Mar 2, 2021
de77b84
add quotes around `SHORTNAME`
i-am-sijia Mar 2, 2021
9f8cece
update cube transit class
i-am-sijia Mar 2, 2021
e0ba63d
update conditions in calculate_distance
i-am-sijia Mar 3, 2021
7187ae5
write out NNTIME from gtfs to CUBE line
i-am-sijia Mar 3, 2021
8522bef
updates to Ohio example
DavidOry Mar 8, 2021
218011b
handle `nntime` anomalies
i-am-sijia Mar 8, 2021
2d6cdc0
pass parameters as an argument when create cube transit from .lin
i-am-sijia Mar 2, 2021
1d0b60f
merge cherry pick conflict
i-am-sijia Mar 3, 2021
0e0de0d
Merge pull request #116 from BayAreaMetro/partial-change
i-am-sijia Mar 8, 2021
7cbf0b3
update transit line NAME to include the actual `shape_id`
i-am-sijia Mar 9, 2021
d582a84
use `FREE` in .far when price = 0
i-am-sijia Mar 9, 2021
e3fddd6
update transfer fare in .far
i-am-sijia Mar 10, 2021
72c8c56
centroidconnect default to False in calculate distance
DavidOry Mar 10, 2021
0844464
remove quotes within `LONGNAME`
i-am-sijia Mar 10, 2021
39f79eb
update creating project card from cube log file
i-am-sijia Mar 11, 2021
ed80a2c
project card change error
DavidOry Mar 11, 2021
993ecc0
adding st_paul log example
DavidOry Mar 12, 2021
440a08e
update calculate number of lanes method
DavidOry Mar 12, 2021
505002e
do not write out changes in split-properties format for non-ml projec…
i-am-sijia Mar 15, 2021
d68e766
example yml and notebook #117
i-am-sijia Mar 16, 2021
fc51e00
update MUG notebook
DavidOry Mar 16, 2021
0acdac3
add NNTIME for ferries
i-am-sijia Mar 17, 2021
41abcb3
remove NNTIME=0
i-am-sijia Mar 17, 2021
25226e2
small changes
i-am-sijia Mar 25, 2021
768930c
separate marin transit from gg transit operator code
i-am-sijia Mar 25, 2021
7795c1b
`CNTYPE` for bus-only links
i-am-sijia Mar 31, 2021
346d926
add `ACCESS` #120; `NNTIME` correction for circular route
i-am-sijia Apr 2, 2021
792d81e
write out `shape_id` in transit project card
i-am-sijia Apr 5, 2021
03f2531
update assignable and centroid connectors
i-am-sijia Apr 9, 2021
26bea18
update NNTIME calculation (when time is missing for the first few stops)
i-am-sijia Apr 9, 2021
62f4f56
metcouncil .lin file update
i-am-sijia Apr 14, 2021
c29d78d
update project.py when only node changes are made #123
i-am-sijia Apr 15, 2021
d8e37e5
cherry-pick merge upstream/develop/39f79eb
i-am-sijia Mar 11, 2021
12044df
do not write out changes in split-properties format for non-ml projec…
i-am-sijia Mar 15, 2021
b78b042
update project.py when only node changes are made #123
i-am-sijia Apr 15, 2021
47cc167
update nntime code
i-am-sijia Apr 20, 2021
f3d104e
add vehicle type in transit line and pts
i-am-sijia Apr 22, 2021
9dbe1ea
updates: tap connectors for new stop nodes, centroid connectors, assi…
i-am-sijia May 5, 2021
8f63f5a
deflate transit fares to 2010 dollars
i-am-sijia May 18, 2021
df60035
write out `tap_id` as a roadway node attribute
i-am-sijia May 18, 2021
6765be4
add express bus definitions for Soltrains and VINE
i-am-sijia May 19, 2021
9ea4bb9
version 11 changes
i-am-sijia Jul 1, 2021
298a3a2
expand changeable attributes
i-am-sijia Jul 1, 2021
1c02de3
default lanes to 0 (it should already be so, but just to be safe)
i-am-sijia Jul 19, 2021
1fad75a
temp solve pickle and pandas (>=1.3) conflict
i-am-sijia Jul 20, 2021
997b559
optionally write out drive-only shapefiles
i-am-sijia Jul 20, 2021
b0b9b36
update documentation
i-am-sijia Jul 20, 2021
4a8fba3
fix bug in add_counts
i-am-sijia Aug 5, 2021
fd328eb
make TriDelta route 300 express bus (version 12)
i-am-sijia Aug 5, 2021
eeab0fa
Addresses #128
DavidOry Aug 16, 2021
80511c0
modify write_roadway_as_fixed_width to not use tokens #128
i-am-sijia Aug 18, 2021
17d28fb
version 12: make tri-delta route 300 as express bus
i-am-sijia Sep 11, 2021
72584b5
version 12: update farezone calculation
i-am-sijia Sep 11, 2021
89d5be1
version 12: cube net - remove ML_lanes, add name
i-am-sijia Sep 11, 2021
683e041
version 12: small change
i-am-sijia Sep 11, 2021
e1f8ba6
first check-in emme.py and tests
i-am-sijia Sep 13, 2021
0f10797
write out all 4 types of emme networks, passed tests
i-am-sijia Sep 20, 2021
1fc3d7b
method for shorten OSM name
i-am-sijia Sep 27, 2021
1812815
add missing county values
i-am-sijia Sep 27, 2021
6c87de2
mute error msg when bus_only is not in the network
i-am-sijia Sep 27, 2021
51b63a9
lasso emme: union city test data (from version 12)
i-am-sijia Sep 29, 2021
37e27b1
lasos emme: update scripts
i-am-sijia Sep 29, 2021
89542f5
lasso emme: notebook for lasso emme example
i-am-sijia Sep 29, 2021
8346e56
lasso emme: update tests
i-am-sijia Sep 30, 2021
93b88a6
lasso emme: split active mode network along the Bay
i-am-sijia Sep 30, 2021
a908afa
version 12: update tap links A/B node IDs due to changes in rail node…
i-am-sijia Sep 30, 2021
c3a9a62
lasso emme: combine taz and maz drive networks
i-am-sijia Sep 30, 2021
26a94ef
lasso emme: write network in mtc's projection, add projection info
i-am-sijia Oct 13, 2021
e8c1d7d
update name method for non-English characters
i-am-sijia Nov 19, 2021
b6e944a
update requirement
i-am-sijia Jan 20, 2022
6ab5078
update mtc.py (no changes in functionality)
i-am-sijia Jan 20, 2022
1335375
create emme taz-scale transit network
i-am-sijia Jan 20, 2022
326385f
create project cards from Emme ems
i-am-sijia Jan 20, 2022
6b077ad
Add functionality to run cube script to create network from text
lmz Jan 21, 2022
02b28a1
Update write_cube_fare_files() to take transfer fare dataframe as arg
lmz Jan 21, 2022
48cc9c0
Update import; previous version errors
lmz Jan 26, 2022
cf41504
Add output_dir arg to write_roadway_as_fixedwidth()
lmz Jan 26, 2022
1645dc4
Extend write_roadway_as_shp() to output geopackage of model network
lmz Jan 27, 2022
06797ab
Temp fixes to make GeoPackage work
lmz Jan 28, 2022
c2a51a0
add `b` to drive and bus link mode in emme transit
i-am-sijia Feb 14, 2022
23d7154
make emme transit project card more compact
i-am-sijia Feb 15, 2022
039b3df
update transit change condition
i-am-sijia Feb 15, 2022
3eedf19
tests for emme project card
i-am-sijia Feb 15, 2022
9dd484a
#131 exclude records that first get added then edited from compatibil…
i-am-sijia Feb 19, 2022
c5a65e3
Add functionality to export cube network to geopackage
lmz Feb 25, 2022
6022a00
Add trip summary details
lmz Feb 28, 2022
e9cdb0f
Fix error from previous commit; this line shouldn't have been dropped
lmz Feb 28, 2022
225c5c3
adding lane heuristic number to the model network
FlaviaTsang Mar 1, 2022
3fe2855
deal with case when base_transit_network is not provided
yuqiww Mar 10, 2022
91e2aea
add documentation to fare methods in mtc.py
yuqiww Mar 11, 2022
49e67bd
update union city files names
i-am-sijia Mar 14, 2022
c627e16
PRE_COMMIT_ALLOW_NO_CONFIG=1 git
e-lo Mar 17, 2022
554ce0b
Merge pull request #133 from wsp-sag/fix-write-out-type-conversion
DavidOry Mar 21, 2022
52f529f
Add sphinx doc generation to workflow
lmz Mar 22, 2022
c24f6ac
Move sphinx.yaml to correct location
lmz Mar 22, 2022
7da90a7
Try to clone and install network_wrangler, generic_agency branch
lmz Mar 22, 2022
b94f5b5
Fix syntax errror
lmz Mar 22, 2022
c061c94
Debug failed network_wrangler install
lmz Mar 22, 2022
1c35ffb
Try cloning network wrangler into special dir
lmz Mar 22, 2022
a8d287a
Fix link
lmz Mar 22, 2022
e488899
Update conf.py footer
lmz Mar 22, 2022
32b32dd
Merge branch 'bart' into mtc_parameters
i-am-sijia Apr 11, 2022
fd8bf93
Merge pull request #140 from BayAreaMetro/mtc_parameters
i-am-sijia Apr 11, 2022
5ebc746
add nonmotor skim creation function
ychtw May 9, 2022
0a0d865
changes customized to BART transit network build
yueshuaing May 18, 2022
59048cc
update nonmotor skim creation function
ychtw Jun 23, 2022
e720348
updates customized to version 12 network
yueshuaing Jul 7, 2022
94d5965
change output proj
ychtw Aug 4, 2022
d396f19
add non-BART parking
yueshuaing Aug 17, 2022
36713a6
update pnr_stations and transitSeatCap
yueshuaing Aug 30, 2022
82ebff0
create pnr dummy node
yueshuaing Sep 23, 2022
11b584f
fix indent
i-am-sijia Sep 23, 2022
758755b
correct bugs introduced by previous merge
i-am-sijia Sep 23, 2022
d3688b9
Revert "Merge branch 'bart' into mtc_parameters"
i-am-sijia Sep 23, 2022
ea3afce
Merge branch 'bart' into bart_transit_dev
yueshuaing Sep 26, 2022
3f14bf0
add knr only connectors
yueshuaing Sep 28, 2022
fc883d5
update fare system and deflation rate
yueshuaing Nov 3, 2022
4b911be
remove drive zone connectors, use new zone system
yueshuaing Nov 18, 2022
3c3ebfd
Update emme.py
yueshuaing Nov 22, 2022
3e4d7c2
sort nodes before creating emme net
ychtw Nov 28, 2022
399fd73
Update emme.py
yueshuaing Nov 30, 2022
01438b0
add pedestrian and bike links within 1 mile buffer of rail stations
yueshuaing Jan 4, 2023
66aeed3
add step to recalculate link length
ychtw Mar 16, 2023
956be5f
convert model_node_id to integer
yueshuaing Mar 21, 2023
3d58aef
fix bugs in PNR dummy trip creation
yueshuaing Mar 31, 2023
e96b095
Merge pull request #144 from wsp-sag/bart_transit_dev
i-am-sijia Jun 12, 2023
fe957a6
fix the projection for emme network
i-am-sijia Jun 13, 2023
0e8f675
Merge branch 'mtc_parameters_bart_feats' into bart
i-am-sijia Jul 11, 2023
54f311d
Merge pull request #4 from BayAreaMetro/bart
i-am-sijia Jul 12, 2023
32a082e
need model_node_id in emme.py
i-am-sijia Jul 13, 2023
7bc2762
updated filter
lachlan-git Aug 1, 2024
a48942e
taz_network outputs
lachlan-git Aug 1, 2024
00e872d
mid updating emme
lachlan-git Aug 2, 2024
6eea715
all code changes need to be tested on another machine
lachlan-git Aug 2, 2024
f908e0a
updated
lachlan-git Aug 14, 2024
2f8d594
fixed sign
lachlan-git Aug 14, 2024
d2cfeb0
fixed ft comments
lachlan-git Aug 14, 2024
b5f6b92
copy to stop side effects
lachlan-git Aug 14, 2024
ea103f0
refacored function
lachlan-git Aug 14, 2024
586c1a1
updated docstring
lachlan-git Aug 14, 2024
6a1a83c
maz node connectors re-added
lachlan-git Aug 14, 2024
840fa7c
removed duplicated drop connector code
lachlan-git Aug 14, 2024
c437733
fixed typo
lachlan-git Aug 14, 2024
df424f9
fixed docstring
lachlan-git Aug 14, 2024
d017d70
maz treated as regular drive
lachlan-git Aug 14, 2024
eb010eb
Minor Issue with Network regen
lachlan-git Aug 20, 2024
fe08573
updated doc string
lachlan-git Aug 21, 2024
59e7bbd
fixed doc string
lachlan-git Aug 22, 2024
06ebf5b
Updatede Doc Strings
lachlan-git Aug 22, 2024
7de1ac7
raise not implimented error on regenerate connectors
lachlan-git Aug 30, 2024
b8b893e
fixed bus logic
lachlan-git Sep 4, 2024
fb3fabc
updated final comments
lachlan-git Sep 4, 2024
dfcf88e
updated maz connectors to only include drive access==1
lachlan-git Sep 9, 2024
b032853
osm lanes fix inherited from AlaCC
i-am-sijia Sep 20, 2024
04f465f
Merge pull request #6 from BayAreaMetro/remove_assignable
i-am-sijia Sep 25, 2024
18a05eb
Merge pull request #7 from BayAreaMetro/mtc_parameters_bart_feats
i-am-sijia Sep 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 27 additions & 18 deletions lasso/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@ class Parameters:
Default:
::
{
"AM": ("6:00", "9:00"),
"MD": ("9:00", "16:00"),
"PM": ("16:00", "19:00"),
"NT": ("19:00", "6:00"),
"EA": ("3:00", "6:00"),
"AM": ("6:00, "10:00"),
"MD": ("10:00", "15:00"),
"PM": ("15:00", "19:00"),
"NT": ("19:00", "3:00"),
}
cube_time_periods (dict): Maps cube time period numbers used in
transit line files to the time period abbreviations in time_period_to_time
dictionary.
Default:
::
{"1": "AM", "2": "MD"}
{"1": "EA", "2": "AM", "3": "MD", "4": "PM", "5": "EV"}
categories (dict): Maps demand category abbreviations to a list of
network categories they are allowed to use.
Default:
Expand All @@ -66,20 +67,26 @@ class Parameters:
"v": "ttime_assert",
"time_periods": self.time_periods_to_time,
},
"lanes": {"v": "lanes", "time_periods": self.time_periods_to_time},
"lanes": {
"v": "lanes",
"time_periods": self.time_periods_to_time
},
"price": {
"v": "price",
"time_periods": self.time_periods_to_time,
"categories": self.categories,
},
"access": {"v": "access", "time_periods": self.time_periods_to_time},
"access": {
"v": "access",
"time_periods": self.time_periods_to_time
},
}
county_shape (str): File location of shapefile defining counties.
Default:
::
r"metcouncil_data/county/cb_2017_us_county_5m.shp"
r"mtc_data/county/county.shp"

county_variable_shp (str): Property defining the county n ame in
county_variable_shp (str): Property defining the county name in
the county_shape file.
Default:
::
Expand All @@ -88,13 +95,15 @@ class Parameters:
Default:
::
[
"ANOKA",
"DAKOTA",
"HENNEPIN",
"RAMSEY",
"SCOTT",
"WASHINGTON",
"CARVER",
"San Francisco",
"San Mateo",
"Santa Clara",
"Alameda",
"Contra Costa",
"Solano",
"Napa",
"Sonoma",
"Marin"
]

taz_shape (str):
Expand Down Expand Up @@ -272,7 +281,7 @@ class Parameters:
output_epsg (int): EPSG type of geographic projection for output
shapefiles. Default:
::
26915
102646
net_to_dbf (str): Lookup of network variables to DBF compliant
lengths. Default:
::
Expand Down Expand Up @@ -621,7 +630,7 @@ def __init__(self, **kwargs):
self.scratch_location, "make_complete_network_from_fixed_width_file.s"
)
self.output_dir = os.path.join(self.scratch_location)
self.output_epsg = 26915
self.output_epsg = 102646
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lmz, re: https://app.asana.com/0/12291104512575/1184154758453347/f

The parameters.py file in Lasso has all the messy bits in it, including the output projection of the travel model network. We'll edit this file as we go.


"""
Create all the possible headway variable combinations based on the cube time periods setting
Expand Down
1 change: 1 addition & 0 deletions mtc_data/county/county.cpg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UTF-8
Binary file added mtc_data/county/county.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions mtc_data/county/county.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
Binary file added mtc_data/county/county.sbn
Binary file not shown.
Binary file added mtc_data/county/county.sbx
Binary file not shown.
Binary file added mtc_data/county/county.shp
Binary file not shown.
Loading