This is the first of a set of changes I have been working on.
This patch removes the internal CSV parsing and replaces it with Apache Commons CSV.
As a result, GTFSReadin has been simplified, and commas are now retained in CSV fields.
The route string is now created by joining a sorted TreeSet instead of looping.
This also adds a method to determine the transport modes present at the stop by examining it's related routes.
This is the first of a set of changes I have been working on.
This patch removes the internal CSV parsing and replaces it with Apache Commons CSV. As a result, GTFSReadin has been simplified, and commas are now retained in CSV fields.
The route string is now created by joining a sorted TreeSet instead of looping.
This also adds a method to determine the transport modes present at the stop by examining it's related routes.