From 68eabe3b11cd0abd19f74650e57797d31eb4b598 Mon Sep 17 00:00:00 2001
From: Tzu-Jen Chan <126435471+tzujenchanmbd@users.noreply.github.com>
Date: Tue, 4 Jun 2024 14:23:31 -0400
Subject: [PATCH 1/2] Change stops.txt presence because of DRT
---
gtfs/spec/en/reference.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md
index 09488f37..83f49e82 100644
--- a/gtfs/spec/en/reference.md
+++ b/gtfs/spec/en/reference.md
@@ -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.
Conditionally Required:
- **Required** if [locations.geojson](#locationsgeojson) does not exist.
- Optional 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. |
@@ -194,7 +194,7 @@ Primary key (`agency_id`)
### stops.txt
-File: **Required**
+File: **Conditionally Required**
Primary key (`stop_id`)
From 85f6d08c7ef9489220e86ce4fe9e995fcf7bbe96 Mon Sep 17 00:00:00 2001
From: Tzu-Jen Chan <126435471+tzujenchanmbd@users.noreply.github.com>
Date: Wed, 24 Jul 2024 13:41:49 -0400
Subject: [PATCH 2/2] change condition wording for stops.txt
---
gtfs/spec/en/reference.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md
index 83f49e82..773373d0 100644
--- a/gtfs/spec/en/reference.md
+++ b/gtfs/spec/en/reference.md
@@ -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) | **Conditionally Required** | Stops where vehicles pick up or drop off riders. Also defines stations and station entrances.
Conditionally Required:
- **Required** if [locations.geojson](#locationsgeojson) does not exist.
- Optional otherwise. |
+| [stops.txt](#stopstxt) | **Conditionally Required** | Stops where vehicles pick up or drop off riders. Also defines stations and station entrances.
Conditionally Required:
- Optional if demand-responsive zones are defined in [locations.geojson](#locationsgeojson).
- **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. |