RSGInc / micromobility_toolset

Micromobility Travel Modeling Toolkit
Other
3 stars 2 forks source link

Impact area #4

Closed blakerosenthal closed 4 years ago

blakerosenthal commented 4 years ago

This PR does a few useful things:

filtering 25 zones...
creating base network ...
creating build network ...
base and build links differ by 3 nodes.
base and build nodes differ by 3 nodes.
getting nearby TAZs from the build network...
loaded 12 zones

The network diffing step currently does not consider changes in the TAZ input file. The reasoning for this is that the code currently makes no use of the TAZ file except for the taz ID/node ID mapping. All other landuse attributes are ignored. When we add functionality to incorporate the landuse data then we'll want to diff the TAZ file for changes as well.

bstabler commented 4 years ago

@blakerosenthal - it runs fine for me. It looks like we need to update the ambag_bike_model.py docstrings since it is run differently than before? Thanks.

bstabler commented 4 years ago

A couple quick points:

bstabler commented 4 years ago

3