From 0763b1a00defec962245c0e90068206917054460 Mon Sep 17 00:00:00 2001 From: isabelle-dr Date: Tue, 22 Mar 2022 19:10:07 -0400 Subject: Add gtfs-book files --- .idea/gtfs-book/ch-21-conclusion.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .idea/gtfs-book/ch-21-conclusion.md (limited to '.idea/gtfs-book/ch-21-conclusion.md') diff --git a/.idea/gtfs-book/ch-21-conclusion.md b/.idea/gtfs-book/ch-21-conclusion.md new file mode 100644 index 0000000..0bdc2e0 --- /dev/null +++ b/.idea/gtfs-book/ch-21-conclusion.md @@ -0,0 +1,23 @@ +## Conclusion + +Thanks for reading *The Definitive Guide to GTFS*. While there are many +techniques that may take some time to comprehend in this book, the +content should bring you up to speed with GTFS quickly. + +At first glance, GTFS appears to be very simple, but there are a number +of "gotchas" which are not immediately apparent until you have spent +significant time working with a range of feeds. + +The key takeaways from this book are: + +* How GTFS feeds are structured +* How to import a GTFS feed to SQL and perform queries +* How to search for trips, handle blocks and calculate fares +* How to optimize an SQL database to minimize resource usage on mobile + devices. + +If you have enjoyed this book, please share it or feel free to contribution improvements or changes as necessary. + +*Quentin Zervaas* +February, 2014 + -- cgit v1.2.3