gtfs-daytrip-com-3 — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-03T19:22:41Z,
for the dataset file:///shared/gtfs-daytrip-com-3_60a8f013.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


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

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 6
  • Shapes: 0
  • Stops: 6
  • Trips: 24

Specification Compliance report

52 notices reported (2 errors, 50 warnings, 0 infos)

Notice Code Severity Total
duplicate_key ERROR 1

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.
"stop_times.txt" 4 9 "trip_id,stop_sequence" "LIS_POR1,3"
stop_time_with_arrival_before_previous_departure_time ERROR 1

stop_time_with_arrival_before_previous_departure_time

Backwards time travel between stops in stop_times.txt

For a given trip_id, the arrival_time of (n+1)-th stoptime in sequence must not precede the departure_time of n-th stoptime in sequence in stop_times.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. prevCsvRowNumber (?) The row of the previous stop time. tripId (?) The trip_id associated to the faulty record. arrivalTime (?) Arrival time at the faulty record. departureTime (?) Departure time at the previous stop time.
9 4 "LIS_POR1" "08:35:00" "08:45:00"
expired_calendar WARNING 2

expired_calendar

Dataset should not contain date ranges for services that have already expired.

This warning takes into account the calendar_dates.txt file as well as the calendar.txt file.

You can see more about this notice here.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
2 "1"
3 "2"
missing_recommended_field WARNING 6

missing_recommended_field

A recommended field is missing.

The given field has no value in some input row, even though values are recommended.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) The name of the missing field.
"routes.txt" 3 "agency_id"
"routes.txt" 4 "agency_id"
"routes.txt" 5 "agency_id"
"routes.txt" 6 "agency_id"
"routes.txt" 7 "agency_id"
"routes.txt" 8 "agency_id"
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"
non_ascii_or_non_printable_char WARNING 34

non_ascii_or_non_printable_char

Non ascii or non printable char in ID field.

A value of a field with type ID contains non ASCII or non printable characters. This is not recommended.

You can see more about this notice here.

filename (?) Name of the faulty file. csvRowNumber (?) Row number of the faulty record. columnName (?) Name of the column where the error occurred. fieldValue (?) Faulty value.
"stop_times.txt" 2 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 5 "stop_id" "POR_Sé"
"stop_times.txt" 7 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 12 "stop_id" "POR_Sé"
"stop_times.txt" 14 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 17 "stop_id" "POR_Sé"
"stop_times.txt" 19 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 24 "stop_id" "POR_Sé"
"stop_times.txt" 26 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 29 "stop_id" "POR_Sé"
"stop_times.txt" 31 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 36 "stop_id" "POR_Sé"
"stop_times.txt" 38 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 41 "stop_id" "POR_Sé"
"stop_times.txt" 43 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 48 "stop_id" "POR_Sé"
"stop_times.txt" 51 "stop_id" "POR_Sé"
"stop_times.txt" 54 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 56 "stop_id" "POR_Sé"
"stop_times.txt" 61 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 63 "stop_id" "POR_Sé"
"stop_times.txt" 66 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 68 "stop_id" "POR_Sé"
"stop_times.txt" 73 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 75 "stop_id" "POR_Sé"
"stop_times.txt" 78 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 80 "stop_id" "POR_Sé"
"stop_times.txt" 85 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 87 "stop_id" "POR_Sé"
"stop_times.txt" 91 "stop_id" "LIS_Praça da Alegria"
"stop_times.txt" 93 "stop_id" "POR_Sé"
"stop_times.txt" 98 "stop_id" "LIS_Praça da Alegria"
"stops.txt" 2 "stop_id" "LIS_Praça da Alegria"
"stops.txt" 4 "stop_id" "POR_Sé"
route_short_name_too_long WARNING 6

route_short_name_too_long

Short name of a route is too long (more than 12 characters).

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`.
"LIS_POR" 3 "Daytrip Shuttle"
"POR_LIS" 4 "Daytrip Shuttle"
"LIS_COI" 5 "Daytrip Shuttle"
"COI_LIS" 6 "Daytrip Shuttle"
"POR_COI" 7 "Daytrip Shuttle"
"COI_POR" 8 "Daytrip Shuttle"
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20260403" "20240601" "20241031"