From 27bebeab8b83a39d9bad7b86b77bf087b9212e97 Mon Sep 17 00:00:00 2001 From: Laurie Merrell Date: Fri, 29 May 2026 13:29:33 -0500 Subject: [PATCH 1/6] docs: minor edits to why-tides --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6eb1296..dadf3b90 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ TIDES is the Transit Integrated Data Exchange Specification and is your key to a ## Why TIDES? -TIDES is a data specification for transit operations data including vehicle location data, passenger count data, and fare transaction data. +TIDES is a data specification for transit operations data including vehicle locations, passenger counts, and fare transactions. -- For **transit agencies**, TIDES simplifies data access and offers industry best practice tools to improve data quality, integrate data sources, and create the reports and tools you need to plan and manage service. -- For **consultants, researchers, and partners**, TIDES simplifies access to agency data and allows creation of standard reports and tools across agencies and data sets. +- For **transit agencies**, TIDES simplifies and unifies your historical operational data, allowing you to improve data quality, integrate data sources, and create the reports and tools you need to plan and manage service, including use cases like National Transit Database reporting and on-time performance analysis. +- For **consultants, researchers, and partners**, TIDES simplifies access to transit operational data and allows creation of standard reports and tools across agencies and data sets. +- For **national, state, and regional bodies**, TIDES enables collecting granular, standardized data from transit providers throughout your jurisdiction, streamlining reporting and unlocking new analysis capabilities without burdensome overhead. - For **ITS system vendors**, TIDES makes it easier to give your customers access to their data and allows them to use the data in more ways. TIDES frees your transit data and gives you more options to turn operations data into information on ridership, passenger loads, fare revenue, vehicle speed and delay, service reliability, and more! From 402e0661939587b921859324b5cefe571d1adcff Mon Sep 17 00:00:00 2001 From: Laurie Merrell Date: Fri, 29 May 2026 15:00:49 -0500 Subject: [PATCH 2/6] docs: separate homepage content from github readme --- docs/index.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e31d914c..07385226 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,30 @@ -{{ include_file('README.md', downshift_h1= False) }} +# TIDES + +TIDES (Transit Integrated Data Exchange Specification) is your key to accessing, managing, and using transit operations data. + +## Why TIDES? + +TIDES is a data specification for transit operations data including vehicle locations, passenger counts, and fare transactions. + +- For **transit agencies**, TIDES simplifies and unifies your historical operational data, allowing you to improve data quality, integrate data sources, and create the reports and tools you need to plan and manage service, including use cases like National Transit Database reporting and on-time performance analysis. +- For **consultants, researchers, and partners**, TIDES simplifies access to transit operational data and allows creation of standard reports and tools across agencies and data sets. +- For **national, state, and regional bodies**, TIDES enables collecting granular, standardized data from transit providers throughout your jurisdiction, streamlining reporting and unlocking new analysis capabilities without burdensome overhead. +- For **ITS system vendors**, TIDES makes it easier to give your customers access to their data and allows them to use the data in more ways. + +TIDES frees your transit data and gives you more options to turn operations data into information on ridership, passenger loads, fare revenue, vehicle speed and delay, service reliability, and more! + +TIDES is open-source, free for use, and is [community governed](governance.md), developed and supported. + +## Specification Information + +For full TIDES specification documentation, see [Architecture](architecture.md), with detailed table schemas under [Data Table Schemas](tables.md). + +## Getting Started and Resources + +[Getting Started](getting-started.md) has information for organizations or individuals seeking to start a new TIDES implementation. See [Resources](resources.md) for implementation guidance, information on existing implementations, sample data, and more. + +## Acknowledgment + +The data schemas and tools documented here are based on the results of research conducted by the Transportation Research Board (TRB) of the National Academies of Science, Engineering, and Medicine (NASEM) under the Transit Cooperative Research Program (TCRP). This research is available at [the National Academies website](https://nap.nationalacademies.org/catalog/26674/improving-access-and-management-of-public-transit-its-data). + +Note that neither the TIDES Project nor the TIDES-transit repository are associated with TCRP, TRB, or the Academies. The use of the TCRP research results in this repository do not reflect any explicit or implicit endorsement of or participation in this work by the Academies. In addition, the opinions and conclusions expressed or implied in the research are those of the contractor. They are not necessarily those of the Transportation Research Board, the Academies, or the program sponsors. \ No newline at end of file From 63915df93e66c843609b0189056663af09006a5c Mon Sep 17 00:00:00 2001 From: Laurie Merrell Date: Fri, 29 May 2026 15:03:15 -0500 Subject: [PATCH 3/6] docs: redirect sample data link to resources-sample data --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1de1b810..81a9b0be 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -86,7 +86,7 @@ nav: - Architecture: architecture.md - Table Schemas: tables.md - Data Package: datapackage.md - - Sample Data: samples.md + - Sample Data: resources#sample-data - Contributing: - Development: development.md - Documentation: documentation.md From 20f477e4cb99752286f0b366860fb04a14be180a Mon Sep 17 00:00:00 2001 From: Laurie Merrell Date: Fri, 29 May 2026 15:15:04 -0500 Subject: [PATCH 4/6] docs: change README to point to website for sample data --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dadf3b90..a21b7fd0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Directories with TIDES data must contain metadata in a [`datapackage.json`][tide ## Sample Data -[Sample data][samples] can be found in the `/samples` directory, with one directory for each sample. +See also [TIDES Resources page](https://tides-transit.org/main/resources/#sample-data) for sample data. There is also a framework for adding [sample data][samples] in the `/samples` directory, with one directory for each sample. ### Template From 912b9d1ce8a03745acd206c8cf3a06ebb2d73c8d Mon Sep 17 00:00:00 2001 From: Laurie Merrell Date: Fri, 29 May 2026 15:15:57 -0500 Subject: [PATCH 5/6] docs: add the --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 07385226..8d9a1bdd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # TIDES -TIDES (Transit Integrated Data Exchange Specification) is your key to accessing, managing, and using transit operations data. +TIDES (the Transit Integrated Data Exchange Specification) is your key to accessing, managing, and using transit operations data. ## Why TIDES? From 946374b790f7c140c36651a8ea31211825490b51 Mon Sep 17 00:00:00 2001 From: Laurie Merrell Date: Fri, 29 May 2026 15:17:41 -0500 Subject: [PATCH 6/6] docs: add the --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a21b7fd0..b55ffd8f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Directories with TIDES data must contain metadata in a [`datapackage.json`][tide ## Sample Data -See also [TIDES Resources page](https://tides-transit.org/main/resources/#sample-data) for sample data. There is also a framework for adding [sample data][samples] in the `/samples` directory, with one directory for each sample. +See the [TIDES Resources page](https://tides-transit.org/main/resources/#sample-data) for sample data. There is also a framework for adding [sample data][samples] in the `/samples` directory, with one directory for each sample. ### Template