Skip to content

Commit

Permalink
Add some documentation on feed names
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 28, 2024
1 parent d35dee5 commit 33174b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ If the feed is not known in Transitland, a http source can be used instead.
}
```

In both cases, the name needs to be unique in the file, except for if it is an GTFS-RT feed. These are realtime feeds that contain updates for a GTFS feed.
In order to know which one to apply the updates to, the names must match.

If the feed contains errors, you can try to add the `"fix": true` attribute, to try to automatically correct errors.

Once you create a pull request, fetching your feed will automatically be tested.
Expand Down

0 comments on commit 33174b8

Please sign in to comment.