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
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
Metadata Files
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
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
- In Terminal, change the directory to one where you wish to build the site.
- Ensure you have an up-to-date version of pip:
- Linux:
pip install piporpip install --upgrade pip - macOS:
pip3 install piporpip3 install --upgrade pip
- Linux:
- Clone this repository:
git clone https://github.com/MobilityData/operational-data-standard
- Change the directory to the cloned repository, and create & enable a Python virtual environment:
python3 -m venv venvsource venv/bin/activate
- Have
requirements.txtinstalled:- Linux:
pip install --force-reinstall -r requirements.txt - macOS:
pip3 install --force-reinstall -r requirements.txt
- Linux:
- 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
- To build the site locally only (command defined in
MakeFile):make build
- Deactivate the Python virtual environment when done:
deactivate
Owner
- Name: MobilityData IO
- Login: MobilityData
- Kind: organization
- Email: hello@mobilitydata.org
- Location: Canada
- Website: https://mobilitydata.org/
- Repositories: 32
- Profile: https://github.com/MobilityData
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
- fontawesome_markdown *
- mkdocs *
- mkdocs-awesome-pages-plugin *
- mkdocs-macros-plugin *
- mkdocs-material *
- mkdocstrings *
- 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
- actions/checkout v3 composite
- actions/github-script v3 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- mhausenblas/mkdocs-deploy-gh-pages master composite
- python 3.11 build