From 2be7d3badf2b3feb8fe7b8be314ed0b48d71a0a4 Mon Sep 17 00:00:00 2001 From: Landon Reed Date: Fri, 25 Feb 2022 09:01:03 -0500 Subject: [PATCH] Add wiki examples to README --- README.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.rst b/README.rst index 19f87d9..659d3c6 100644 --- a/README.rst +++ b/README.rst @@ -67,6 +67,23 @@ Usage inpath = 'path/to/caltrain-2017-07-24/' +Examples +-------- + +The following is a collection of gists containing Jupyter notebooks with transformations to GTFS feeds that may be useful for intake into software applications. + +* `Find the busiest week in a feed and reduce its file size `_ +* `Combine routes by route_short_name `_ +* `Merge GTFS with shapefile geometries `_ +* `Merge multiple agencies into one `_ +* `Rewrite a feed to clean up formatting issues `_ +* `If a feed has stop_code, replace the contents of stop_id with the contents of stop_code `_ +* `Diff the number of service hours in two feeds `_ +* `Investigate the the distance in meters of each stop to the closest point on a shape `_ +* `Convert frequencies.txt to an equivalent trips.txt `_ +* `Calculate headway for a stop `_ + + Inspecting the calendar ~~~~~~~~~~~~~~~~~~~~~~~