GTFS Schedule Validation Report

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

Use this report alongside our documentation.

Summary

Agencies included


  • Empresa Municipal de Transports Urbans de Palma de Mallorca

Feed Info


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

Files included


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

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 41
  • Shapes: 99
  • Stops: 869
  • Trips: 226

Specification Compliance report

17 notices reported (0 errors, 17 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 "20251205" "20251231" "20260104"
mixed_case_recommended_field WARNING 4

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"stops.txt" "stop_name" "665-camí 140 50" 496
"stops.txt" "stop_name" "666-camí 140" 497
"stops.txt" "stop_name" "670-camí 140" 500
"stops.txt" "stop_name" "671-camí 140 50" 501
stop_too_far_from_shape WARNING 11

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.
81 "101255-L014I03S1" "101255-L014I03S1LAB" 1935 "101255-1987" "1987-Hospital Son Llàtzer-CS de Son Ferriol" [39.57074267661361,2.7031932264607383] 453.77393293128137
196 "101255-L036I02S2" "101255-L036I02S2LAB" 4460 "101255-137" "137-Base militar" [39.585103,2.6179879999999995] 1414.895184981816
196 "101255-L036I02S2" "101255-L036I02S2LAB" 4461 "101255-1348" "1348-camí de Gènova" [39.585076,2.618104] 1338.9517795947636
196 "101255-L036I02S2" "101255-L036I02S2LAB" 4462 "101255-865" "865-sa Teulera" [39.585076,2.618104] 1349.7579454342463
196 "101255-L036I02S2" "101255-L036I02S2LAB" 4463 "101255-1107" "1107-camí de Gènova - Illes Balears" [39.585077000000005,2.618349] 1435.5054444659625
196 "101255-L036I02S2" "101255-L036I02S2LAB" 4464 "101255-1106" "1106-camí de Gènova - Illes Balears" [39.585077000000005,2.618349] 1420.3832852565936
196 "101255-L036I02S2" "101255-L036I02S2LAB" 4465 "101255-165" "165-sa Teulera" [39.585076,2.618104] 1316.111238898859
196 "101255-L036I02S2" "101255-L036I02S2LAB" 4466 "101255-136" "136-camí de Gènova" [39.585103,2.6179879999999995] 1319.6683218593002
184 "101255-L034I01S2" "101255-L034I01S2LAB" 4190 "101255-1985" "1985-Aeroport arribades" [39.54688212086397,2.7309919794351947] 107.38970582697485
183 "101255-L034I01S1" "101255-L034I01S1LAB" 4133 "101255-1985" "1985-Aeroport arribades" [39.546895,2.7288449999999997] 106.27107999129046
183 "101255-L034I01S1" "101255-L034I01S1LAB" 4138 "101255-1338" "1338-Polígon de Son Morro" [39.571934573819455,2.6882750296841444] 119.34660280812928
stops_match_shape_out_of_order WARNING 1

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.
164 "101255-L030I01S2" "101255-L030I01S2LAB" 3664 "101255-449" "449-Àrea d'intercanvi Palau de Congressos" [39.56413951093588,2.6611637219190345] 3663 "101255-1345" "1345-Mèxic - Ciutat de Querétaro" [39.56618655317062,2.665278902758229]