busses.csv

busses.csv

This file contains information about all the buses in the fleet. Because we recognize that many school systems do not have this information digitized and easily available, this file is optional and will not affect others if not uploaded. Additionally, Transportant staff will be registering buses during the install process.
This file does not support full imports. This is to protect against removing buses and their associated device installations by accident. Any buses added here will have to be removed manually on the dashboard.

Fields

bus_number

The bus number. Can be either a number or text. This is the number visible on the exterior of the bus that will be shown to mobile app users. This will also be used for substitute bus notifications to students and parents.

make

Manufacturer of the bus (e.g. Collins, Bluebird, Thomas, etc.).

model

Model of the bus.

capacity

Number of passengers the bus can transport.

year

Year of the bus.

description

Human friendly brief description, especially to disambiguate this bus from others.

Example CSV

  1. bus_number,make,model,capacity,year,description
  2. 3F,blue bird,Type A,60,2015,3F
  3. 2A,blue bird,Type A,60,2015,2A

Example Spreadsheet

bus_number
make
model
capacity
year
description
3F
blue bird
Type A
60
2015
3F
2A
blue bird
Type A
60
2015
2A

    • Related Articles

    • routes.csv

      This file contains all the bus routes. Each row is a route (or run, depending on your system). Fields id Unique id for the route. Can be either text or a number. description Human friendly description of the route. start_time Time of day when the ...
    • ridership.csv

      This file associates students defined in students.csv to the stops defined in stops.csv, and to the routes defined in routes.csv. Fields student_id Student id as per students.csv. stop_id Stop id as per stops.csv. route_id Route id as per routes.csv. ...
    • fobs.csv

      This file associates each student defined in students.csv with the number of his or her fob or other bus pass. Fields student_id student id as per students.csv. fob_number The number associated with the fob or other bus pass. Example CSV ...
    • tags.csv

      This file associates tags to students, guardians, routes, stops, buses, or schools. Tags can be any sequence of characters, including emojis. Fields category The name of the category this tag will apply to. Has to be one of student, guardian, route, ...
    • stops.csv

      This file contains all stops for all routes in the system. Each row is a stop. Stops can be used on multiple routes, so each stop should only have one row in this file. If no latitude or longitude are provided, the system will attempt to resolve the ...