BayAreaMetro / travel-model-two-networks

Networks for travel model two.
http://bayareametro.github.io/travel-model-two/input/#roadway-network
3 stars 2 forks source link

Tidy up Task 12 Deliverables #18

Closed DavidOry closed 3 years ago

DavidOry commented 3 years ago

@DavidOry I updated MTC lasso CUBE transit, it can write out CUBE line file now.

@i-am-sijia operator needs to be an integer, rather than a string. Can you please update the cross walk to give the operator the index code? See page 38 of the PRD for the codes.

DavidOry commented 3 years ago

@i-am-sijia Can you please remove FARESYSTEM for routes with FARESYSTEM=0?

DavidOry commented 3 years ago

@i-am-sijia A few routes have 'operator=0', which is throwing an error. Can you please check these? If the table is missing some operators, please move to 99 for now and add to the table for us to add.

i-am-sijia commented 3 years ago

A few routes have 'operator=0', which is throwing an error. Can you please check these? If the table is missing some operators, please move to 99 for now and add to the table for us to add.

Yes, the operator code is missing for Mountain View. Sorry, I should have asked what value to use, but instead I assumed we could use 0. Added comment in PRD.

DavidOry commented 3 years ago

@i-am-sijia SHORTNAME cannot include -. Can you replace the dashes with underscores _?

DavidOry commented 3 years ago

Two more problems, @i-am-sijia:

  1. SHORTNAME cannot include spaces. Can you please replace with underscores?
  2. LONGNAME cannot be longer than 30 characters. Can you please truncate?
i-am-sijia commented 3 years ago

SHORTNAME cannot include spaces. Can you please replace with underscores?

@DavidOry "South SF - SF Ferry" becomes "South_SF___SF_Ferry", is it OK? Or we can remove spaces instead.

DavidOry commented 3 years ago

@i-am-sijia: Last one (I hope): LINE NAME also needs to be 30 chars.

DavidOry commented 3 years ago

SHORTNAME cannot include spaces. Can you please replace with underscores?

@DavidOry "South SF - SF Ferry" becomes "South_SF___SF_Ferry", is it OK? Or we can remove spaces instead.

It would be better if we could have something where we can go back and forth. Perhaps "_" for dashes "." for spaces? Let's give that a try.