gtfstidy icon indicating copy to clipboard operation
gtfstidy copied to clipboard

A tool for checking, sanitizing and minimizing GTFS feeds.

Results 17 gtfstidy issues
Sort by recently updated
recently updated
newest added

Hi, thanks for making this wonderful tool. I'm not a go developer so I'm not familiar with the tool chain. Therefore I use OCI/Docker containers to run gtfstidy. @derhuerst has...

Even though the binaries work great as a low-effort way to run `gtfstidy` on some GTFS feeds, in some environments (e.g. CIs) using Docker is more straightforward. still missing: -...

The current specification allows arrival and departure times to be empty, as long as the trip has the first and last stop times specified, and timepoint could specify if times...

Because of the fix for #9, could you place a tag v0.3 ? I need this because I want to create a docker image with same version as the tags...

Hi, Would be it possible to stop gtfstidy from removing some custom column (not referenced in gtfs spec) e.g in stops.txt? Like if I would have column named "custom_id" in...

I'm using [`gtfs-hub`](https://github.com/mfdz/gtfs-hub) to transform the [DELFI](https://delfi.de) GTFS feed, and `gtfstidy` drops columns: ```shell cd gtfs-hub mkdir -p data/gtfs make data/gtfs/DELFI.tidied.gtfs # tidying DELFI.raw GTFS feed using Patrick Brosi's gtfstidy...

Hi, First of all, thanks for creating this great project! It has been of great help during my years of producing and aggregating GTFS feeds. I am currently administering a...

I don't know if this is a bug or if this is asking for an improvement Use the GTFS file at https://www.data.gouv.fr/fr/datasets/r/e2942b55-3623-4509-880c-8af3bdc0ff79 The agency.txt is ``` agency_id,agency_name,agency_url,agency_timezone,agency_phone,agency_lang,agency_fare_url,agency_email,agency_primary 11215498,Keolis Bassin de...

Hey @patrickbr, I've spotted a few typos in the README and went ahead to fix them. It's nothing major, just a little polish for clarity's sake. Best, Patrick