GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T16:51:44Z,
for the dataset file:///shared/pujol.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Busmaps.com
Publisher URL:
https://busmaps.com
Feed Email:
alex@busmaps.com
Feed Language:
Spanish
Feed Start Date:
2025-12-11
Feed End Date:
2026-01-01

Files included


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

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 10
  • Shapes: 28
  • Stops: 164
  • Trips: 409

Specification Compliance report

20 notices reported (0 errors, 20 warnings, 0 infos)

Notice Code Severity Total
feed_expiration_date30_days WARNING 1

feed_expiration_date30_days

Dataset should cover at least the next 30 days of service.

At any time, the GTFS dataset should cover at least the next 30 days of service, and ideally for as long as the operator is confident that the schedule will continue to be operated.

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 "20251212" "20260101" "20260111"
stop_too_far_from_shape WARNING 17

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.
345 "101227-0671_0010" "101227-671000100001" 4823 "101227-19456" "19 MAS Borinot (A)" [41.68584,2.7940499999999995] 245.6051442046938
345 "101227-0671_0010" "101227-671000100001" 4824 "101227-19457" "20 Lledoner (A)" [41.68584,2.7940499999999995] 551.9871952997792
345 "101227-0671_0010" "101227-671000100001" 4825 "101227-19458" "21 C/ DEL Pi" [41.68584,2.7940499999999995] 577.8594623302902
345 "101227-0671_0010" "101227-671000100001" 4826 "101227-19459" "22 C/ Noguera" [41.68584,2.7940499999999995] 765.5839198822518
345 "101227-0671_0010" "101227-671000100001" 4827 "101227-19460" "23 C/Cedre" [41.68584,2.7940499999999995] 826.4446766555211
345 "101227-0671_0010" "101227-671000100001" 4828 "101227-19461" "24 C/Faig" [41.68584,2.7940499999999995] 777.1080140954127
345 "101227-0671_0010" "101227-671000100001" 4829 "101227-19554" "C/ Sureda" [41.68584,2.7940499999999995] 817.3707918983749
345 "101227-0671_0010" "101227-671000100001" 4830 "101227-19462" "26 C/ Ametller" [41.68584,2.7940499999999995] 670.6485201741875
345 "101227-0671_0010" "101227-671000100001" 4831 "101227-19463" "27 Passatge Pi" [41.68584,2.7940499999999995] 569.1298070243139
345 "101227-0671_0010" "101227-671000100001" 4832 "101227-19464" "28 Lledoners (T)" [41.68584,2.7940499999999995] 554.906713745929
345 "101227-0671_0010" "101227-671000100001" 4833 "101227-19465" "29 MAS Borinot (T)" [41.68584,2.7940499999999995] 240.06795920251935
345 "101227-0671_0010" "101227-671000100001" 4836 "101227-19451" "9 1ER Barri (A)" [41.68581,2.79418] 369.8438720214781
345 "101227-0671_0010" "101227-671000100001" 4837 "101227-19452" "10 2ON Barri (A)" [41.68584,2.7941100000000003] 757.1912715181965
345 "101227-0671_0010" "101227-671000100001" 4838 "101227-19453" "11 3ER Barri" [41.68584,2.7941100000000003] 1415.7999382746382
345 "101227-0671_0010" "101227-671000100001" 4839 "101227-19454" "12 2ON Barri (T)" [41.68584,2.7941100000000003] 746.1161549881753
345 "101227-0671_0010" "101227-671000100001" 4840 "101227-19455" "13 1ER Barri (T)" [41.68581,2.79418] 227.40870204055085
345 "101227-0671_0010" "101227-671000100001" 4847 "101227-21597" "Plaza Solidaritat DIR Llor" [41.67764,2.78932] 203.98385020325122
stops_match_shape_out_of_order WARNING 2

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

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. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
123 "101227-0433_0010" "101227-433000100073" 1689 "101227-19321" "Plantera 1" [41.667611864539765,2.777794968301683] 1688 "101227-19476" "Terminal BUS Blanes (Ext)" [41.668412,2.78066]
337 "101227-0671_0020" "101227-671000200001" 4612 "101227-21603" "Pl.Catalunya 4 Pas" [41.66973,2.78779] 4611 "101227-19476" "Terminal BUS Blanes (Ext)" [41.66854,2.7805170000000006]