transportes-san-gabriel — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-03-23T17:25:29Z,
for the dataset file:///shared/transportes-san-gabriel_8432909a.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
TCU Tropicalización de la Tecnología
Feed Email:
fabian.abarca@ucr.ac.cr
Feed Language:
Spanish
Feed Start Date:
2021-07-26
Feed End Date:
2021-12-31

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. fare_attributes.txt
  5. fare_rules.txt
  6. feed_info.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 3
  • Shapes: 9
  • Stops: 234
  • Trips: 215

Specification Compliance report

30 notices reported (21 errors, 8 warnings, 1 infos)

Notice Code Severity Total
duplicate_key ERROR 21

duplicate_key

Duplicated entity.

The values of the given key and rows are duplicates.

You can see more about this notice here.

filename (?) The name of the faulty file oldCsvRowNumber (?) The row of the first occurrence. newCsvRowNumber (?) The row of the other occurrence. fieldName1 (?) Composite key's first field name. fieldValue1 (?) Composite key's first value.
"fare_rules.txt" 2 30 "fare_id,route_id,origin_id,destination_id" "SGAB_minima,SGAB,SGAB_A,SGAB_A"
"fare_rules.txt" 9 37 "fare_id,route_id,origin_id,destination_id" "SGAB_minima,SGAB,SGAB_B,SGAB_B"
"fare_rules.txt" 15 43 "fare_id,route_id,origin_id,destination_id" "SGAB_minima,SGAB,SGAB_C,SGAB_C"
"fare_rules.txt" 20 48 "fare_id,route_id,origin_id,destination_id" "SGAB_minima,SGAB,SGAB_D,SGAB_D"
"fare_rules.txt" 24 52 "fare_id,route_id,origin_id,destination_id" "SGAB_minima,SGAB,RUTA_E,RUTA_E"
"fare_rules.txt" 27 55 "fare_id,route_id,origin_id,destination_id" "SGAB_minima,SGAB,RUTA_F,RUTA_F"
"fare_rules.txt" 29 57 "fare_id,route_id,origin_id,destination_id" "SGAB_media,SGAB,RUTA_G,RUTA_G"
"fare_rules.txt" 58 86 "fare_id,route_id,origin_id,destination_id" "ACOS_minima,ACOS,ACOS_A,ACOS_A"
"fare_rules.txt" 65 93 "fare_id,route_id,origin_id,destination_id" "ACOS_minima,ACOS,ACOS_B,ACOS_B"
"fare_rules.txt" 71 99 "fare_id,route_id,origin_id,destination_id" "ACOS_minima,ACOS,ACOS_C,ACOS_C"
"fare_rules.txt" 76 104 "fare_id,route_id,origin_id,destination_id" "ACOS_minima,ACOS,ACOS_D,ACOS_D"
"fare_rules.txt" 80 108 "fare_id,route_id,origin_id,destination_id" "ACOS_minima,ACOS,RUTA_E,RUTA_E"
"fare_rules.txt" 83 111 "fare_id,route_id,origin_id,destination_id" "ACOS_minima,ACOS,RUTA_F,RUTA_F"
"fare_rules.txt" 85 113 "fare_id,route_id,origin_id,destination_id" "ACOS_media,ACOS,RUTA_G,RUTA_G"
"fare_rules.txt" 114 142 "fare_id,route_id,origin_id,destination_id" "TURR_completa,TURR,ACOS_A,ACOS_A"
"fare_rules.txt" 121 149 "fare_id,route_id,origin_id,destination_id" "TURR_completa,TURR,ACOS_B,ACOS_B"
"fare_rules.txt" 127 155 "fare_id,route_id,origin_id,destination_id" "TURR_completa,TURR,ACOS_C,ACOS_C"
"fare_rules.txt" 132 160 "fare_id,route_id,origin_id,destination_id" "TURR_completa,TURR,ACOS_D,ACOS_D"
"fare_rules.txt" 136 164 "fare_id,route_id,origin_id,destination_id" "TURR_completa,TURR,RUTA_E,RUTA_E"
"fare_rules.txt" 139 167 "fare_id,route_id,origin_id,destination_id" "TURR_completa,TURR,RUTA_F,RUTA_F"
"fare_rules.txt" 141 169 "fare_id,route_id,origin_id,destination_id" "TURR_completa,TURR,RUTA_G,RUTA_G"
feed_expiration_date7_days WARNING 1

feed_expiration_date7_days

Dataset should be valid for at least the next 7 days.

The dataset expiration date defined in feed_info.txt is in seven days or less. At any time, the published GTFS dataset should be valid for at least the next 7 days.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. currentDate (?) Current date (YYYYMMDD format). feedEndDate (?) Feed end date (YYYYMMDD format). suggestedExpirationDate (?) Suggested expiration date (YYYYMMDD format).
2 "20260323" "20211231" "20260330"
route_long_name_contains_short_name WARNING 3

route_long_name_contains_short_name

Long name should not contain short name for a single route.

In routes.txt, route_long_name should not contain the value for route_short_name, because when both are provided, they are often combined by transit applications. Note that only one of the two fields is required. If there is no short name used for a route, use route_long_name only.

Good examples:

route_short_name/route_long_name Dataset
"N"/"Judah" Muni San Fransisco
"6"/"ML King Jr Blvd" Trimet Portland Streetcar
"55"/"Boulevard Saint Laurent" STM Montreal
"1"/"Rangiora/Cashmere" Metro Christchurch

Bad examples:

route_short_name/route_long_name
"604"/"604"
"14"/"Route 14"
"2"/"Route 2: Bellows Falls In-Town"

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`. routeLongName (?) The faulty record's `route_long_name`.
"ACOS" 2 "Acosta" "Acosta - San José"
"TURR" 3 "Turrujal" "Turrujal - San José"
"SGAB" 4 "San Gabriel" "San Gabriel - San José"
stop_too_far_from_shape WARNING 3

stop_too_far_from_shape

Stop too far from trip shape.

Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of stop locations which a trip serves. This potentially indicates a problem with the location of the stop or the path of the shape.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
172 "hacia_turrujal" "hacia_turrujal_entresemana_06:40:00" 13366 "SJ_1_38" "Antiguo Restaurante El Palenque (abajo)" [9.835174020000002,-84.10261968] 189.74274269692378
18 "hacia_sangabriel" "hacia_sangabriel_entresemana_05:30:00" 1240 "SJ_1_38" "Antiguo Restaurante El Palenque (abajo)" [9.835174020000002,-84.10261968] 189.74274269692378
92 "hacia_sanluis" "hacia_sanluis_entresemana_05:30:00" 6799 "SJ_1_38" "Antiguo Restaurante El Palenque (abajo)" [9.835174020000002,-84.10261968] 189.74274269692378
unused_shape WARNING 1

unused_shape

Shape is not used in GTFS file trips.txt.

All records defined by GTFS shapes.txt should be used in trips.txt.

You can see more about this notice here.

shapeId (?) The faulty record's id. csvRowNumber (?) The row number of the faulty record.
"hacia_jorco" 2626
unknown_column INFO 1

unknown_column

A column name is unknown.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the unknown column. index (?) The index of the faulty column.
"calendar_dates.txt" "holiday_name" 4