File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed
Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,26 @@ output_tables:
200200 tables :
201201 - checkpoints
202202 - accessibility
203- - land_use
204- - households
205- - persons
206- - tours
207- - trips
203+ - tablename : land_use
204+ decode_columns :
205+ zone_id : land_use.zone_id
206+ - tablename : households
207+ decode_columns :
208+ home_zone_id : land_use.zone_id
209+ - tablename : persons
210+ decode_columns :
211+ home_zone_id : land_use.zone_id
212+ school_zone_id : nonnegative | land_use.zone_id
213+ workplace_zone_id : nonnegative | land_use.zone_id
214+ - tablename : tours
215+ decode_columns :
216+ origin : land_use.zone_id
217+ destination : land_use.zone_id
218+ - tablename : trips
219+ decode_columns :
220+ origin : land_use.zone_id
221+ destination : land_use.zone_id
222+ parking_zone_id : nonnegative | land_use.zone_id
208223 - joint_tour_participants
209224
210225# trace_od: [100,10]
You can’t perform that action at this time.
0 commit comments