psrc / soundcast

PSRC's Activity-Based Travel Model. Read the wiki here:
https://github.com/psrc/soundcast/wiki
34 stars 15 forks source link

Use lower case column names throughout #542

Open stefancoe opened 3 weeks ago

stefancoe commented 3 weeks ago

I think Daysim expects parcel file name to be lowercase. We switch between upper and lower case a lot. Let's be consistent and use lowercase.

stefancoe commented 3 weeks ago

In create_ixxi_work_trips.py here we convert input parcel file to uppercase and then write it to disk here. After this we often have to convert back to lowercase in subsequent code.