tscore-utc / scenarios

Beam Scenarios for the T-Score project
Apache License 2.0
1 stars 0 forks source link

Provide MTC networks #9

Open gregerhardt opened 3 years ago

gregerhardt commented 3 years ago

We will use road and transit networks that MTC has been working on and cleaning with their WSP project. Please provide these so we can convert to MATSim format.

gregmacfarlane commented 3 years ago

@jawadmhoque said these were in his posession. There is now code that will create a MATSim network from input link and node tables. Try it out!

FlaviaTsang commented 3 years ago

Hi Greg and team!

The interim TM2 networks are here: https://github.com/BayAreaMetro/travel-model-two-networks/tree/master/data/processed/version_03. Please note that these network files are still work-in-progress and are not fully QA-ed. We wanted to share this interim version with you, so you can start setting up the process to convert the "WSP standard format" to MATSim. We'll share the QA-ed version later this year.

You’ll find highway, transit, centroid connectors, taps and tap connectors all in there. Some notes on file naming below:

Highway: -v03_link/node/shape.zip

Transit: -agency.txt -frequencies.txt -link.feather -link.zip -node.zip -routes.txt -shape.zip -shapes.txt -stop_times.txt -stops.txt -trips.txt

Centroid connectors: -cc_link.pickle -cc_shape.pickle -centroid_node.pickle

TAPs and TAP connectors: -tap_link.pickle -tap_node.pickle -tap_shape.pickle

Please feel free to let us know if you have any questions.