diff options
author | isabelle-dr | 2022-03-22 19:33:40 -0400 |
---|---|---|
committer | isabelle-dr | 2022-03-22 19:33:40 -0400 |
commit | 24e89c97cbbdd89348b1f02497a129ac8ac0a14f (patch) | |
tree | ac8432b0731525e889b6dfefa1401ce277af6893 /.idea/gtfs-book/ch-00-definitive-guide-to-gtfs.md | |
parent | ab1b75da67be3e101e40e0ae3052d73c714b8ea3 (diff) |
re arrange repo
Diffstat (limited to '.idea/gtfs-book/ch-00-definitive-guide-to-gtfs.md')
-rw-r--r-- | .idea/gtfs-book/ch-00-definitive-guide-to-gtfs.md | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/.idea/gtfs-book/ch-00-definitive-guide-to-gtfs.md b/.idea/gtfs-book/ch-00-definitive-guide-to-gtfs.md deleted file mode 100644 index 2c32c67..0000000 --- a/.idea/gtfs-book/ch-00-definitive-guide-to-gtfs.md +++ /dev/null @@ -1,55 +0,0 @@ -# The Definitive Guide to GTFS - -*Consuming open public transportation data with the General Transit Feed -Specification* - -Originally written by Quentin Zervaas. - -## About This Book - -This book is a comprehensive guide to GTFS -- the General Transit Feed -Specification. It is comprised of two main sections. - -The first section describes what GTFS is and provides details about the -specification itself. In addition to this it also provides various -discussion points and things to consider for each of the files in the -specification. - -The second section covers a number of topics that relate to actually -using GTFS feeds, such as how to calculate fares, how to search for -trips, how to optimize feed data and more. - -This book is written for developers that are using transit data for web -sites, mobile applications and more. It aims to be as language-agnostic -as possible, but uses SQL to demonstrate concepts of extracting data -from a GTFS feed. - -### About The Author - -Quentin Zervaas is a software developer from Adelaide, Australia. - -Quentin was the founder of TransitFeeds (now <OpenMobilityData.org>), a web -site that provides a comprehensive listing of public transportation data -available around the world. This site is referenced various times -throughout this book. - -### Credits - -First Edition. Published in February 2014. - -**Technical Reviewer** - -Rupert Hanson - -**Copy Editor** - -Miranda Little - -**Disclaimer** - -The information in this book is distributed on an "as is" basis, without -warranty. Although every precaution has been taken in the preparation of -this work, the author shall not be liable to any person or entity with -respect to any loss or damage caused or alleged to be caused directly or -indirectly by the information contained in this book. - |