SANDAG / ABM

Sandag ABM
https://github.com/SANDAG/ABM/wiki
20 stars 21 forks source link

crossborder trips for person_id=0 #111

Closed anneku closed 4 months ago

anneku commented 5 months ago

In final_trips.csv for crossborder, there are trips for person_id=0, but no corresponding person in the final_persons.csv. Is there a reason that person_id=0 is not in the output final_persons.csv?

aletzdy commented 4 months ago

addressed in this commit.

it looks like asim does not write out rows with index = 0, so the commit makes sure the indices start from 1 as opposed to 0.

bhargavasana commented 4 months ago

the commit 04f7b234c4a24daf3fe44b887b28f7a7940b0889 fixes this