From 4be2eac8211c8d15b263e0bce126ee92e6deacae Mon Sep 17 00:00:00 2001 From: Stefan Begerad <47819327+dancesWithCycles@users.noreply.github.com> Date: Fri, 5 Nov 2021 12:18:20 -0400 Subject: [PATCH] docs: Remove SQL to GTFS from GTFS category because it does not exist anymore (#198) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 89a3ab3..7bb6891 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,6 @@ Software that makes it easy to consume GTFS data in a variety of languages. - [GTFS to SQL](https://github.com/OpenMobilityData/GtfsToSql) - Parses a GTFS feed into an SQL database (used in [OpenMobilityData](https://openmobilitydata.org/)). - [OneBusAway GTFS Modules](https://github.com/OneBusAway/onebusaway-gtfs-modules/wiki) - A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support. - [R5: Rapid Realistic Routing on Real-world and Reimagined networks](https://github.com/conveyal/r5) - A Java-based routing engine for multimodal (transit/bike/walk/car) networks. It currently plans many trips over a time window for analytics purposes, but may eventually support point-to-point journey planning. -- [SQL to GTFS](https://github.com/OpenMobilityData/SqlToGtfs) - Convert an SQLite file generated with "GtfsToSql" back to a zipped GTFS file. #### JavaScript - [gtfs-sequelize](https://github.com/evansiroky/gtfs-sequelize) - Node.js library modeling the static GTFS using [sequelize.js](http://sequelizejs.com/).