-
Notifications
You must be signed in to change notification settings - Fork 0
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
Data to gather #4
Comments
Mode choice distribution per area is a bit difficult, because you have OD-pair. You could do origin or destination, but for now just collect it by hour. |
Was an especially though nut to crack, but we do now have Traffic volume and Average delay per hour, per area. Vehicles parked should be easy (or at least easier) now that we have (3d7f1a7). That's the last big one, and then we can run a base case and start experiments. Those together should deliver some beautiful spatial choropleth animations. CC @quaquel |
Parked cars are tracked continuously, simple implementation as expected: 813e598. Can be sampled as often as required. One thing is that our OD data is the aggregate of a day, and doesn't make a distinction between rush hours in different directions. So that does limit the usefulness of this a little. It could still emerge somewhat from population data though. If at one district very much people live, and at another many work, they will make their first trip to that direction. But it won't be the full effect. |
A short list of data to gather to answers research questions.
Global
Per hour
Per hour, per area
Per Agent
toruseo/UXsim#120 would help a lot with per-hour data gathering.
The text was updated successfully, but these errors were encountered: