Skip to content

Commit

Permalink
Change stops.txt presence because of demand responsive services (#472)
Browse files Browse the repository at this point in the history
* Change stops.txt presence because of DRT

* change condition wording for stops.txt
  • Loading branch information
tzujenchanmbd authored Aug 7, 2024
1 parent fd4c32f commit 4080084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtfs/spec/en/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This specification defines the following files:
| File Name | Presence | Description |
| ------ | ------ | ------ |
| [agency.txt](#agencytxt) | **Required** | Transit agencies with service represented in this dataset. |
| [stops.txt](#stopstxt) | **Required** | Stops where vehicles pick up or drop off riders. Also defines stations and station entrances. |
| [stops.txt](#stopstxt) | **Conditionally Required** | Stops where vehicles pick up or drop off riders. Also defines stations and station entrances. <br><br>Conditionally Required:<br> - Optional if demand-responsive zones are defined in [locations.geojson](#locationsgeojson). <br>- **Required** otherwise. |
| [routes.txt](#routestxt) | **Required** | Transit routes. A route is a group of trips that are displayed to riders as a single service. |
| [trips.txt](#tripstxt) | **Required** | Trips for each route. A trip is a sequence of two or more stops that occur during a specific time period. |
| [stop_times.txt](#stop_timestxt) | **Required** | Times that a vehicle arrives at and departs from stops for each trip. |
Expand Down Expand Up @@ -194,7 +194,7 @@ Primary key (`agency_id`)

### stops.txt

File: **Required**
File: **Conditionally Required**

Primary key (`stop_id`)

Expand Down

0 comments on commit 4080084

Please sign in to comment.