You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: