-
Notifications
You must be signed in to change notification settings - Fork 16
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
Define time sets in separate table #5
Comments
Optional time_set_definitions file could be modeled on what GTFS does. Appropriate adjustments would then be made to the other files that use time-of-day information.
|
Suggest following modifications to your great suggestion, @ssmith55
|
timeday_set
as defined in the wiki make a lot of sense, but requires parsing in order to be legible or useful.e.g.
Monday-Friday 0700-0900 would be 01111100_0700_0900
Suggest an optional time_set_definitions file that would allow using legible names for timeday_set and have each of the information in the variable set name split out into a variable, i.e.
etc.
This will also make it easier to translate from GMNS to a static network variable that might vary over time, such as LANES_AM which could be a concatenation of the variable and the time period abbreviation.
The text was updated successfully, but these errors were encountered: