aboutsummaryrefslogtreecommitdiff
path: root/.idea/gtfs-realtime-book/ch-12-conclusion.md
diff options
context:
space:
mode:
authorisabelle-dr2022-03-22 19:33:40 -0400
committerisabelle-dr2022-03-22 19:33:40 -0400
commit24e89c97cbbdd89348b1f02497a129ac8ac0a14f (patch)
treeac8432b0731525e889b6dfefa1401ce277af6893 /.idea/gtfs-realtime-book/ch-12-conclusion.md
parentab1b75da67be3e101e40e0ae3052d73c714b8ea3 (diff)
re arrange repo
Diffstat (limited to '.idea/gtfs-realtime-book/ch-12-conclusion.md')
-rw-r--r--.idea/gtfs-realtime-book/ch-12-conclusion.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/.idea/gtfs-realtime-book/ch-12-conclusion.md b/.idea/gtfs-realtime-book/ch-12-conclusion.md
deleted file mode 100644
index a6092af..0000000
--- a/.idea/gtfs-realtime-book/ch-12-conclusion.md
+++ /dev/null
@@ -1,29 +0,0 @@
-## Conclusion
-
-Thanks for reading *The Definitive Guide to GTFS-realtime*. I wrote this
-book with the intention of providing a comprehensive guide to getting
-started with consuming real-time data using the GTFS-realtime
-specification.
-
-One of the biggest advantages GTFS-realtime has over other real-time
-specifications or services (such NextBus or SIRI) is that it is designed
-to complement GTFS feeds by sharing a common set of identifiers.
-
-On one hand, GTFS-realtime is very straightforward, as it provides only
-three different types of messages (service alerts, vehicle positions and
-trip updates), but there are a number of complexities involved in
-getting started with both consuming and producing GTFS-realtime feeds,
-such as setting up Protocol Buffers to read feeds, or understanding the
-intent of trip updates.
-
-The key takeaways from this book are:
-
-* The different types of real-time data available in GTFS-realtime feeds.
-* How to read data from a GTFS-realtime feed.
-* How to apply the data you read from GTFS-realtime feeds to your own applications.
-* They main concepts behind producing and publishing your own GTFS-realtime feeds.
-
-If you have enjoyed this book, please share it or feel free to contribution improvements or changes as necessary.
-
-*Quentin Zervaas*
-August, 2015