BayAreaMetro / bayarea_urbansim

Bay Area Version of the UrbanSim Model
http://bayareametro.github.io/bayarea_urbansim
13 stars 11 forks source link

add fix to interim zone output #344

Closed theocharides closed 10 months ago

theocharides commented 10 months ago

This adds a fix for creating the interim_zone_output output file. Previously there was an issue with zone_ids being lost on the households and jobs tables. This applies the same fix used in travel_model_summaries.py to join a zone_id from the parcel's table for use in these summaries.