baybus — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-03-23T16:49:17Z,
for the dataset file:///shared/baybus_d8b75398.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
MapaNica.net
Publisher URL:
https://mapanica.net
Feed Email:
N/A
Feed Language:
Spanish
Feed Start Date:
2021-01-01
Feed End Date:
2023-01-31

Files included


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

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 5
  • Shapes: 12
  • Stops: 431
  • Trips: 152

Specification Compliance report

6441 notices reported (0 errors, 6372 warnings, 69 infos)

Notice Code Severity Total
expired_calendar WARNING 1

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 "Mo-Su"
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" "20230131" "20260330"
missing_bike_allowance WARNING 30

missing_bike_allowance

Ferry trips should include bike allowance information.

All ferry trips should have a valid value in the bikes_allowed field in trips.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. routeId (?) The faulty record's route id. tripId (?) The faulty record's trip id.
16 "F-SJR-MOY" "20"
17 "F-SJR-MOY" "21"
18 "F-SJR-MOY" "22"
19 "F-SJR-MOY" "23"
22 "F-SJR-MOY" "0"
23 "F-SJR-MOY" "4"
24 "F-SJR-MOY" "8"
63 "F-SJR-MOY" "3"
64 "F-SJR-MOY" "7"
95 "F-SJR-MOY" "2"
96 "F-SJR-MOY" "6"
107 "F-SJR-MOY" "11"
108 "F-SJR-MOY" "10"
109 "F-SJR-MOY" "13"
110 "F-SJR-MOY" "12"
111 "F-SJR-MOY" "15"
112 "F-SJR-MOY" "14"
113 "F-SJR-MOY" "17"
114 "F-SJR-MOY" "16"
115 "F-SJR-MOY" "19"
116 "F-SJR-MOY" "18"
131 "F-SJR-MOY" "1"
132 "F-SJR-MOY" "5"
133 "F-SJR-MOY" "9"
119 "F-SJR-SJS" "151"
120 "F-SJR-SJS" "150"
134 "F-SJR-SJS" "146"
135 "F-SJR-SJS" "147"
142 "F-SJR-SJS" "148"
143 "F-SJR-SJS" "149"
missing_feed_contact_email_and_url WARNING 1

missing_feed_contact_email_and_url

Best Practices for feed_info.txt suggest providing at least one of feed_contact_email and feed_contact_url.

You can see more about this notice here.

csvRowNumber (?) The row number of the validated record.
2
missing_timepoint_value WARNING 6333

missing_timepoint_value

stop_times.timepoint value is missing for a record.

When at least one of stop_times.arrival_time or stop_times.departure_time are provided, stop_times.timepoint should be defined

You can see more about this notice here.

Only the first 50 of 6333 affected records are displayed below.

csvRowNumber (?) The row number of the faulty record. tripId (?) The faulty record's `stop_times.trip_id`. stopSequence (?) The faulty record's `stop_times.stop_sequence`.
2 "133" 1
3 "133" 2
4 "133" 3
5 "133" 4
6 "133" 5
7 "133" 6
8 "133" 7
9 "133" 8
10 "133" 9
11 "133" 10
12 "133" 11
13 "133" 12
14 "133" 13
15 "133" 14
16 "133" 15
17 "133" 16
18 "133" 17
19 "133" 18
20 "133" 19
21 "133" 20
22 "133" 21
23 "133" 22
24 "133" 23
25 "133" 24
26 "133" 25
27 "133" 26
28 "133" 27
29 "133" 28
30 "133" 29
31 "133" 30
32 "133" 31
33 "133" 32
34 "133" 33
35 "133" 34
36 "133" 35
37 "133" 36
38 "133" 37
39 "133" 38
40 "133" 39
41 "133" 40
42 "133" 41
43 "133" 42
44 "133" 43
45 "133" 44
46 "133" 45
47 "133" 46
48 "133" 47
49 "133" 48
50 "133" 49
51 "133" 50
mixed_case_recommended_field WARNING 5

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.
"routes.txt" "route_short_name" "F-SJR-MOY" 2
"routes.txt" "route_short_name" "R-LEO-PEN" 3
"routes.txt" "route_short_name" "E-MAN-EST" 4
"routes.txt" "route_short_name" "R-MAN-EST" 5
"routes.txt" "route_short_name" "F-SJR-SJS" 6
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.
"20260323" "20210101" "20230131"
unused_station INFO 69

unused_station

Unused station.

A stop has location_type STATION (1) but does not appear in any stop's parent_station.

You can see more about this notice here.

Only the first 50 of 69 affected records are displayed below.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
173 "relation/6473028" "Movistar"
56 "relation/6472867" "KM 10 1/2 Carretera Masaya"
131 "relation/6472625" "El Quetzal"
120 "relation/7703779" "Terminal Mercado"
119 "relation/7703778" "Cementerio"
168 "relation/6473446" "KM 9 Carretera Masaya / Tercera entrada a Santo Domingo"
239 "relation/7703847" "Calle Nueva"
241 "relation/7703843" "Rotonda de Catarina"
240 "relation/7703842" "Entrada a Niquinohomo"
210 "relation/7615035" "Terminal de Buses"
425 "relation/7713408" "Terminal Condega"
424 "relation/7713407" "Condega Centro"
172 "relation/7703839" "Parada sin nombre"
343 "relation/6472762" "Galerías Santo Domingo Este"
243 "relation/7703841" "Camino al Pochote"
238 "relation/7753298" "Terminal Torrez Moreno"
242 "relation/7703840" "Niquinohomo Centro"
20 "relation/7631255" "Rancho Don Luis"
100 "relation/7665428" "Terminal Managua"
135 "relation/7637633" "El Portillo / Empalme Quebrada de Agua"
137 "relation/7637634" "San Nicolás - Escuelas"
136 "relation/7637635" "San Nicolás"
141 "relation/7665424" "KM 13 Carretera Masaya"
319 "relation/7665423" "Rotonda a Ticuantepe"
90 "relation/7665426" "Villas del Prado"
96 "relation/7665420" "KM 17 Carretera Masaya / Tip Top"
95 "relation/7665421" "KM 16 Carretera Masaya / Los Silones"
115 "relation/7704322" "Villa San Jeronimo"
335 "relation/7704325" "Carretera a la Laguna de Apoyo"
211 "relation/7713420" "Entrada al Rosario"
336 "relation/6472789" "Hospital Roberto Calderón"
310 "relation/7704309" "Mercado Huembes"
348 "relation/7637905" "La Laguna"
382 "relation/7703854" "Parada sin nombre"
347 "relation/7637906" "Los Plancitos"
381 "relation/7703853" "Diriomo Gasolinera"
311 "relation/7704307" "Entrada a Santo Domingo"
346 "relation/7637907" "Parada sin nombre"
345 "relation/7637908" "Las Camaras"
94 "relation/7753312" "Parada sin nombre"
4 "relation/7704311" "Los Laureles"
22 "relation/7753311" "Chagüitillo"
149 "relation/7753310" "Las Palomas"
73 "relation/7753314" "Rostimac"
93 "relation/7753313" "Entrada norte a Sébaco"
280 "relation/7713415" "Entrada a la Sirena"
282 "relation/7713412" "Piedra Larga"
281 "relation/7713417" "Campus Médico"
351 "relation/7665409" "Empalme Laguna de Apoyo"
192 "relation/6472672" "KM 12 Carretera Masaya / La Base"