diff --git a/README.md b/README.md index da3c52b..bfe997b 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ Software that makes it easy to consume GTFS data in a variety of languages. - [transit_service_analyst](https://github.com/psrc/transit_service_analyst) - A Python library to support transit service analysis. ##### R +- [GTFSwizard](https://github.com/OPATP/GTFSwizard) - Exploring, analyzing, and manipulating GTFS files in R. Allows users to filter data, generate spatial visualizations, and perform detailed analyses, including headway, dwell times, durations, distances, speeds, fleet, and frequencies. - [r-transit](https://github.com/r-transit) - Collection of tools for GTFS in R. - [gtfsio](https://github.com/r-transit/gtfsio) - Fast and flexible functions to read and write GTFS in R. - [tidytransit](https://github.com/r-transit/tidytransit) - Use tidytransit to map transit stops and routes, calculate travel times and transit frequencies, and validate transit feeds. tidytransit reads the General Transit Feed Specification into tidyverse and simple features data frames.