diff --git a/docs/en/documentation/schedule/change-history/revision-history.md b/docs/en/documentation/schedule/change-history/revision-history.md index d326107a0..9bb8cbb5d 100644 --- a/docs/en/documentation/schedule/change-history/revision-history.md +++ b/docs/en/documentation/schedule/change-history/revision-history.md @@ -2,6 +2,9 @@ ### Revision History +#### June 2025 +* Added `cars_allowed` field to `trips.txt`. See [discussion](https://github.com/google/transit/pull/547). + #### April 2025 * Added clarification to allow value 1 for `continuous_pickup/continuous_drop_off` for DRT services. See [discussion](https://github.com/google/transit/pull/558). diff --git a/docs/en/documentation/schedule/reference.md b/docs/en/documentation/schedule/reference.md index 161890995..dfab777b5 100644 --- a/docs/en/documentation/schedule/reference.md +++ b/docs/en/documentation/schedule/reference.md @@ -1,6 +1,6 @@ ## General Transit Feed Specification Reference -**Revised May 6, 2025. See [Revision History](../change-history/revision-history) for more details.** +**Revised July 9, 2025. See [Revision History](../change-history/revision-history) for more details.** This document defines the format and structure of the files that comprise a GTFS dataset. @@ -263,6 +263,7 @@ Primary key (`trip_id`) | `shape_id` | Foreign ID referencing `shapes.shape_id` | **Conditionally Required** | Identifies a geospatial shape describing the vehicle travel path for a trip.

Conditionally Required:
- **Required** if the trip has a continuous pickup or drop-off behavior defined either in [routes.txt](#routestxt) or in [stop_times.txt](#stop_timestxt).
- Optional otherwise. | | `wheelchair_accessible` | Enum | Optional | Indicates wheelchair accessibility. Valid options are:

`0` or empty - No accessibility information for the trip.
`1` - Vehicle being used on this particular trip can accommodate at least one rider in a wheelchair.
`2` - No riders in wheelchairs can be accommodated on this trip. | | `bikes_allowed` | Enum | Optional | Indicates whether bikes are allowed. Valid options are:

`0` or empty - No bike information for the trip.
`1` - Vehicle being used on this particular trip can accommodate at least one bicycle.
`2` - No bicycles are allowed on this trip. | +| `cars_allowed` | Enum | Optional | Indicates whether cars are allowed. Valid options are:

`0` or empty - No car information for the trip.
`1` - Vehicle being used on this particular trip can accommodate at least one car.
`2` - No cars are allowed on this trip. | #### Example: Blocks and service day diff --git a/docs/es/documentation/schedule/change-history/revision-history.md b/docs/es/documentation/schedule/change-history/revision-history.md index f86bd27bc..84d1806bf 100644 --- a/docs/es/documentation/schedule/change-history/revision-history.md +++ b/docs/es/documentation/schedule/change-history/revision-history.md @@ -2,6 +2,9 @@ ### Historial de revisiones +#### Junio ​​de 2025 +* Se agregó el campo `cars_allowed` a `trips.txt`. Ver [discusión](https://github.com/google/transit/pull/547). + #### Abril de 2025 * Se agregó una aclaración para permitir el valor 1 en `continuous_pickup/continuous_drop_off` para servicios sobre demanda. Ver [discusión](https://github.com/google/transit/pull/558). diff --git a/docs/es/documentation/schedule/reference.md b/docs/es/documentation/schedule/reference.md index 748783b79..5f2ed8c59 100644 --- a/docs/es/documentation/schedule/reference.md +++ b/docs/es/documentation/schedule/reference.md @@ -1,6 +1,6 @@ ## Referencia de General Transit Feed Specification - **Revisado el 6 de mayo de 2025. Consulte [Historial de revisiones](../change-history/revision-history) para obtener más detalles.** + **Revisado el 9 de julio de 2025. Consulte [Historial de revisiones](../change-history/revision-history) para obtener más detalles.** Este documento define el formato y la estructura de los archivos que componen un conjunto de datos GTFS. @@ -262,6 +262,7 @@ La **clave principal** de un conjunto de datos es el campo o combinación de cam | `shape_id` | ID extranjera que hace referencia a `shapes.shape_id` | **Condicionalmente Obligatorio** | Identifica una forma geoespacial que describe la ruta del vehículo para un viaje.

Condicionalmente Obligatorio:
- **Obligatorio** si el viaje tiene un comportamiento continuo de inicio o regreso definido en [routes.txt](#routestxt) o en [stop_times.txt](#stop_timestxt).
- Opcional en caso contrario. | | `wheelchair_accessible` | Enumeración | Opcional | Indica accesibilidad para sillas de ruedas. Las opciones válidas son:

`0` o vacío: no hay información de accesibilidad para el viaje.
`1` : el vehículo que se utiliza en este viaje en particular tiene capacidad para al menos un pasajero en silla de ruedas.
`2` - No se pueden acomodar pasajeros en sillas de ruedas en este viaje. | | `bikes_allowed` | Enumeración | Opcional | Indica si se permiten bicicletas. Las opciones válidas son:

`0` o vacío: no hay información de bicicleta para el viaje.
`1` : el vehículo que se utiliza en este viaje en particular tiene capacidad para al menos una bicicleta.
`2` - No se permiten bicicletas en este viaje. | + | `cars_allowed` | Enumeración | Opcional | Indica si se permiten coches. Las opciones válidas son:

`0` o vacío- No hay información del vehículo para el viaje.
`1` - El vehículo utilizado en este viaje en particular puede acomodar al menos un automóvil.
`2` - No se permiten coches en este viaje. | #### Ejemplo: Bloques y día de servicio diff --git a/docs/fr/documentation/schedule/change-history/revision-history.md b/docs/fr/documentation/schedule/change-history/revision-history.md index b1183f67d..d30772bc0 100644 --- a/docs/fr/documentation/schedule/change-history/revision-history.md +++ b/docs/fr/documentation/schedule/change-history/revision-history.md @@ -2,6 +2,9 @@ ### Historique des révisions +#### Juin 2025 +* Ajout du champ `cars_allowed` dans `trips.txt`. Voir [discussion](https://github.com/google/transit/pull/547). + #### Avril 2025 * Ajout d'une clarification pour autoriser la valeur 1 pour `continuous_pickup/continuous_drop_off` pour les services DRT. Voir [discussion](https://github.com/google/transit/pull/558). diff --git a/docs/fr/documentation/schedule/reference.md b/docs/fr/documentation/schedule/reference.md index 6a5f6fe1b..8556e9344 100644 --- a/docs/fr/documentation/schedule/reference.md +++ b/docs/fr/documentation/schedule/reference.md @@ -1,6 +1,6 @@ ## Référence de General Transit Feed Specification - **Révisé le 6 mai 2025. Voir [Historique des révisions](../change-history/revision-history) pour plus de détails.** + **Révisé le 9 julliet 2025. Voir [Historique des révisions](../change-history/revision-history) pour plus de détails.** Ce document définit le format et la structure de les fichiers qui composent un jeu de données GTFS. @@ -263,6 +263,7 @@ | `shape_id` | ID étranger faisant référence à `shapes.shape_id` | **Requis sous condition** | Identifie une forme géospatiale décrivant le trajet du véhicule pour un voyage.

Requis sous condition:
- **Requis** si le trajet a un comportement de prise en charge ou de dépose continu défini soit dans [routes.txt](#routestxt) soit dans [stop_times.txt](#stop_timestxt).
- Optionnel sinon. | | `wheelchair_accessible` | Énumération | Optionnel | Indique l’accessibilité en fauteuil roulant. Les options valides sont :

`0` ou vide- Aucune information d’accessibilité pour le voyage.
`1` - Le véhicule utilisé lors de ce voyage particulier peut accueillir au moins un passager en fauteuil roulant.
`2` - Aucun passager en fauteuil roulant ne peut être accueilli lors de ce voyage. | | `bikes_allowed` | Énumération | Optionnel | Indique si les vélos sont autorisés. Les options valides sont :

`0` ou vide- Aucune information sur le vélo pour le trajet.
`1` - Le véhicule utilisé lors de ce voyage particulier peut accueillir au moins un vélo.
`2` - Aucun vélo n’est autorisé lors de ce voyage. | + | `cars_allowed` | Énumération | Optionnel | Indique si les voitures sont autorisées. Les options valides sont :

`0` ou vide - Aucune information sur la voiture pour le trajet.
`1` - Le véhicule utilisé pour ce voyage particulier peut accueillir au moins une voiture.
`2` - Aucune voiture n’est autorisée sur ce trajet. | #### Exemple : Blocs et jour de service diff --git a/docs/ja/documentation/schedule/change-history/revision-history.md b/docs/ja/documentation/schedule/change-history/revision-history.md index 83fe44144..846814cbd 100644 --- a/docs/ja/documentation/schedule/change-history/revision-history.md +++ b/docs/ja/documentation/schedule/change-history/revision-history.md @@ -2,6 +2,9 @@ ### 改訂履歴 +#### 2025年6月 +* `trips.txt`に `cars_allowed` フィールドを追加しました。[ディスカッション](https://github.com/google/transit/pull/547)をご覧ください。 + #### 2025年4月 * DRTサービスの `continuous_pickup/continuous_drop_off` の値に1を指定できるように明確化しました。[ディスカッション](https://github.com/google/transit/pull/558) を参照してください。 diff --git a/docs/ja/documentation/schedule/reference.md b/docs/ja/documentation/schedule/reference.md index e63aa0cf4..ec9c7d9a8 100644 --- a/docs/ja/documentation/schedule/reference.md +++ b/docs/ja/documentation/schedule/reference.md @@ -1,11 +1,11 @@ -[改訂履歴]--- +--- title: GTFS scheduleリファレンス ドキュメント description: GTFS scheduleの詳細を確認し、リファレンス ドキュメントを参照してください。 --- ##General Transit Feed Specificationリファレンス -**2025年5月6日に改訂されました。詳細については、[改訂履歴](../change-history/revision-history) を参照してください。** +**2025年7月9日に改訂されました。詳細については、[改訂履歴](../change-history/revision-history) を参照してください。** このドキュメントでは、GTFS データセットを構成するファイルの形式と構造を定義します。 @@ -266,6 +266,7 @@ _例: `trip_id` フィールドと `stop_sequence` フィールドは、[stop_ti | `shape_id` | `shapes.shape_id` を参照する外部 ID | **条件付きで必須** | 便の車両移動経路を示す地理空間形状を識別します。

条件付きで必須:
- 便に [routes.txt](#routestxt) または [stop_times.txt](#stop_timestxt) のいずれかで定義された連続的な乗車または降車動作がある場合は **必須** です。
- それ以外の場合は任意です。| | `wheelchair_accessible` | 列挙型 | 任意 | 車椅子でのアクセス可能性を示します。有効なオプションは次のとおりです:

`0` または空 - 便のアクセシビリティ情報がありません。
`1` - この特定の便で使用される車両には、少なくとも 1 人の車椅子のライダーを収容できます。
`2` - この便では、車椅子のライダーを収容できません。| | `bikes_allowed` | Enum | 任意 | 自転車が許可されているかどうかを示します。有効なオプションは次のとおりです:

`0` または空 - 便の自転車情報がありません。
`1` - この特定の便で使用される車両には、少なくとも 1 台の自転車を収容できます。
`2` - この便では、自転車は許可されていません。| +| `cars_allowed` | 列挙型 |任意| 車が許可されているかどうかを示します。有効なオプションは次のとおりです。

`0` または空 - 旅行の車両情報がありません。
`1` - この特定の旅行で使用される車両には、少なくとも 1 台の車を収容できます。
`2` - このルートでは車の乗り入れは禁止されています。| #### 例: ブロックとサービス日