google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
680 stars 253 forks source link

Feature Request: merge two files for the same service period #154

Open bdferris opened 10 years ago

bdferris commented 10 years ago

From devin.br...@gmail.com on March 17, 2009 13:29:50

Feature Request The merge tool allows users to merge two files with disjoint service periods.  I request to also allow the merge tool to merge two files with the same service periods.

Reasoning For larger systems, many different services must be merged together (bus, light rail, commuter rail) or different systems for a large metropolitan organization (i.e. many small city systems).  Sometimes, these systems have different effective dates on schedules, requiring an update of only one part of the feed.  Creating the feeds separately and joining them together would aid in creating the combined feed, especially when one service changes and others don't.

Original issue: http://code.google.com/p/googletransitdatafeed/issues/detail?id=154

bdferris commented 10 years ago

From tom.brow...@gmail.com on September 21, 2009 15:31:12

(No comment was entered for this change.)

Labels: Type-Enhancement Language-Python App-Merge Priority-Medium Difficulty-Easy

bdferris commented 10 years ago

From tom.brow...@gmail.com on November 16, 2009 08:54:06

Issue 183 has been merged into this issue.