transit-operational-data-standard

The Transit Operational Data Standard is an open standard for representing the transit schedules used by drivers, dispatchers, and planners to carry out transit operations.

https://github.com/mobilitydata/transit-operational-data-standard

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

The Transit Operational Data Standard is an open standard for representing the transit schedules used by drivers, dispatchers, and planners to carry out transit operations.

Basic Info
  • Host: GitHub
  • Owner: MobilityData
  • License: other
  • Language: CSS
  • Default Branch: main
  • Homepage: https://tods-transit.org
  • Size: 1.26 MB
Statistics
  • Stars: 37
  • Watchers: 14
  • Forks: 8
  • Open Issues: 19
  • Releases: 0
Created over 4 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Transit Operational Data Standard

The Transit Operational Data Standard (TODS) is an open standard for describing how to operate scheduled transit operations which can be used to port scheduled operations between software products (e.g. scheduling systems and CAD/AVL systems), agencies, and more. TODS leverages the existing General Transit Feed Specification (GTFS) and extends it to include information about personnel and non-revenue service.

Complete documentation published at: https://tods.mobilitydata.org

License to Use

The TODS Specification is licensed under the Apache License 2.0 (code) and Creative Commons Attribution 4.0 (sample data, specification, and documentation) as defined in file.

Citation

If you use the Transit Operational Data Standard in a report or article, please cite it as follows:

Transit Operational Data Standard Working Group. 2022. Transit Operational Data Standard. Transit Operational Data Standard Board of Directors. https://tods.mobilitydata.org.

Additional citation styles can be found in CITATION.

Building the site locally

  1. In Terminal, change the directory to one where you wish to build the site.
  2. Ensure you have an up-to-date version of pip:
    • Linux: pip install pip or pip install --upgrade pip
    • macOS: pip3 install pip or pip3 install --upgrade pip
  3. Clone this repository:
    • git clone https://github.com/MobilityData/operational-data-standard
  4. Change the directory to the cloned repository, and create & enable a Python virtual environment:
    • python3 -m venv venv
    • source venv/bin/activate
  5. Have requirements.txt installed:
    • Linux: pip install --force-reinstall -r requirements.txt
    • macOS: pip3 install --force-reinstall -r requirements.txt
  6. To run the site locally (command defined in MakeFile):
    • make serve
    • Then you can reach the site at this address: http://127.0.0.1:8000/
    • To shut down MKdocs from serving the site: make killserve
  7. To build the site locally only (command defined in MakeFile):
    • make build
  8. Deactivate the Python virtual environment when done:
    • deactivate

Owner

  • Name: MobilityData IO
  • Login: MobilityData
  • Kind: organization
  • Email: hello@mobilitydata.org
  • Location: Canada

Better transportation through data

Citation (CITATION)

# Citation for Operational Data Standard

## APA

Operational Data Standard Working Group. (2022). Transit Operational Data Standard. Operational Data Standard Board of Directors. Retrieved from https://ods.calitp.org

## MLA

Operational Data Standard Working Group. Transit Operational Data Standard. Operational Data Standard Board of Directors, 2022, https://ods.calitp.org.

## Chicago

Operational Data Standard Working Group. 2022. Transit Operational Data Standard. Operational Data Standard Board of Directors. https://ods.calitp.org.

GitHub Events

Total
  • Watch event: 3
  • Delete event: 8
  • Member event: 3
  • Issue comment event: 20
  • Push event: 13
  • Pull request review event: 9
  • Pull request event: 19
  • Create event: 9
Last Year
  • Watch event: 3
  • Delete event: 8
  • Member event: 3
  • Issue comment event: 20
  • Push event: 13
  • Pull request review event: 9
  • Pull request event: 19
  • Create event: 9

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 16
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 months
  • Total issue authors: 0
  • Total pull request authors: 6
  • Average comments per issue: 0
  • Average comments per pull request: 3.13
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 0
  • Pull requests: 15
  • Average time to close issues: N/A
  • Average time to close pull requests: 27 days
  • Issue authors: 0
  • Pull request authors: 5
  • Average comments per issue: 0
  • Average comments per pull request: 2.27
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 5
Top Authors
Issue Authors
Pull Request Authors
  • fredericsimard (5)
  • dependabot[bot] (3)
  • mobilitydataio (2)
  • safrazier17 (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (3) python (3) documentation (1) enhancement (1)

Dependencies

docs/requirements.txt pypi
  • fontawesome_markdown *
  • mkdocs *
  • mkdocs-awesome-pages-plugin *
  • mkdocs-macros-plugin *
  • mkdocs-material *
  • mkdocstrings *
.github/workflows/lint.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
  • pre-commit/action v2.0.0 composite
.github/workflows/mkdocs-pr-preview.yml actions
  • actions/checkout v3 composite
  • actions/github-script v3 composite
  • actions/setup-python v2 composite
.github/workflows/mkdocs.yml actions
  • actions/checkout v2 composite
  • mhausenblas/mkdocs-deploy-gh-pages master composite
.devcontainer/Dockerfile docker
  • python 3.11 build