RSGInc / micromobility_toolset

Micromobility Travel Modeling Toolkit
Other
3 stars 2 forks source link

Example data #16

Closed blakerosenthal closed 3 years ago

blakerosenthal commented 3 years ago

Rebuilt the example data with a smaller network.

Decided to choose a ~3 mile radius around downtown, which reduces the full dataset by about 95%.

This results in 463 zones (originally ~15000). generate_demand and assign_demand run in about 30 seconds with a max_dist of 7.5 miles, including building the network.

@bstabler Any downsides to chopping a section out of the network like this? is there a better way to do it?

closes https://github.com/RSGInc/micromobility_toolset/issues/10