From efe72799ada983ac5e5cd9fd48e7c032a72a0e62 Mon Sep 17 00:00:00 2001 From: Andrew Tang Date: Sat, 9 Dec 2017 10:56:33 +1000 Subject: [PATCH 1/4] Update README.md Grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a393a..0ced35f 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ usage: gtsql -p [-u ] -d ## Notes 1. If your GTFS static feed contains custom fields not defined in the [GTFS specification](http://gtfs.org/reference/) they will be ignored when the files are parsed. To include them in the database, add the custom field to ```resources/GTFS_Specification.json``` following the conventions of the other fields. -2. If the feed you are working with uses ```calendar_dates.txt``` instead of ```calendar.txt``` update ```resources/GTFS_Specification.json``` to reflect this in all foreign key references to ```calendar```. \ No newline at end of file +2. If the feed you are working with uses ```calendar_dates.txt``` instead of ```calendar.txt```, update ```resources/GTFS_Specification.json``` to reflect this in all foreign key references to ```calendar```. From fb24dc01d17b2181db183387d6f6f2619809458e Mon Sep 17 00:00:00 2001 From: Andrew Tang Date: Sat, 9 Dec 2017 10:58:13 +1000 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ced35f..6372cc8 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ usage: gtsql -p [-u ] -d ``` ## Notes -1. If your GTFS static feed contains custom fields not defined in the [GTFS specification](http://gtfs.org/reference/) they will be ignored when the files are parsed. To include them in the database, add the custom field to ```resources/GTFS_Specification.json``` following the conventions of the other fields. -2. If the feed you are working with uses ```calendar_dates.txt``` instead of ```calendar.txt```, update ```resources/GTFS_Specification.json``` to reflect this in all foreign key references to ```calendar```. +* If your GTFS static feed contains custom fields not defined in the [GTFS specification](http://gtfs.org/reference/) they will be ignored when the files are parsed. To include them in the database, add the custom field to ```resources/GTFS_Specification.json``` following the conventions of the other fields. +* If the feed you are working with uses ```calendar_dates.txt``` instead of ```calendar.txt```, update ```resources/GTFS_Specification.json``` to reflect this in all foreign key references to ```calendar```. From 729be1d97331bb42a39afbf2e3a4197896fb26c3 Mon Sep 17 00:00:00 2001 From: Andrew Tang Date: Sun, 10 Dec 2017 03:09:14 +1000 Subject: [PATCH 3/4] Update README.md Clarify URL must be HTTP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6372cc8..a2260a2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ brew install gtsql ``` usage: gtsql -p [-u ] -d -p,--path Path to the GTFS data (.zip or directory) - -u,--url URL to the GTFS data + -u,--url HTTP URL to the GTFS data -d,--database Path to the database file ``` From bf068a36874c4b88096b4d79a4783731898391b5 Mon Sep 17 00:00:00 2001 From: Andrew Tang Date: Sun, 10 Dec 2017 03:36:30 +1000 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2260a2..7bb81b3 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,6 @@ usage: gtsql -p [-u ] -d ``` ## Notes +* Before attempting to generate the database consider validating your feed through [Google's transit feed validator](https://github.com/google/transitfeed) and correcting any errors. * If your GTFS static feed contains custom fields not defined in the [GTFS specification](http://gtfs.org/reference/) they will be ignored when the files are parsed. To include them in the database, add the custom field to ```resources/GTFS_Specification.json``` following the conventions of the other fields. * If the feed you are working with uses ```calendar_dates.txt``` instead of ```calendar.txt```, update ```resources/GTFS_Specification.json``` to reflect this in all foreign key references to ```calendar```.