AequilibraE / aequilibrae

aequilibrae - Python package for transportation modeling
https://www.aequilibrae.com
Other
166 stars 38 forks source link

Rename fare_zone_id column in fare_zone table #539

Open r-akemii opened 3 months ago

r-akemii commented 3 months ago

The transit database table fare_zones has a column named _fare_zoneid which can confuse the user as it connects the data from _zoneid in the stops.txt file with the project TAZs.

image

The proposal is to rename _fare_zoneid to _zoneid.