GTFS icon indicating copy to clipboard operation
GTFS copied to clipboard

Public transport data in GTFS format with schemas, a data package and tests

Results 9 GTFS issues
Sort by recently updated
recently updated
newest added

Added methods to validate the stop_times.txt

GoodTables only returns a limited number of errors so the test data will need to be split into smaller sets. Consider naming standard for test types: - type and format...

Automate tests to run every time the data or schemas change. See: - http://frictionlessdata.io/guides/validating-data/#continuous-data-integration - http://okfnlabs.org/blog/2016/05/17/automated-data-validation.html - http://okfnlabs.org/blog/2016/07/13/continuous-processing-with-data-packages.html

enhancement

Instead of just having a snapshot of the data, automate the download of data from data.qld.gov.au

enhancement

This [blog](http://okfnlabs.org/blog/2016/05/17/automated-data-validation.html) explains how to do continuous integration with Github or S3 as the data source. Explore if it is possible to do continuous integration with CKAN as the data...

question

To do: - [ ] agency - [ ] calendar - [ ] calendar_dates - [ ] feed_info - [ ] routes - [ ] shapes - [ ] stops...

up next

See [topic](https://discuss.okfn.org/t/can-you-add-code-descriptions-to-a-data-package/3532) in Frictionless data forum. Can't fix until json table schema specification supports this concept.

enhancement

GTFS spec says file must contain at least one of route_short_name or route_long_name. There is no obvious test for this in the json table schema. Required:false is set on both...

wontfix