UDST / urbanaccess

A tool for GTFS transit and OSM pedestrian network accessibility analysis by UrbanSim
https://udst.github.io/urbanaccess/index.html
GNU Affero General Public License v3.0
239 stars 57 forks source link

Top level agency ids propogated #37

Open kuanb opened 7 years ago

kuanb commented 7 years ago

Put an agency ID in the GTFS Collection data frame. It has then an additional .agency frame that would keep the hash.

So at the very beginning when we start working on a new GTFS feed, we are going to need to generate_name and it can take the agency.txt file and whatever we have there are try and generate unique names with hashes as well ( in case there is a naming collision ). With these results, we always will refer to the resultant names in the rest of the cleaning process.