File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " gtfs-via-postgres" ,
33 "description" : " Process GTFS using PostgreSQL." ,
4- "version" : " 4.10.2 " ,
4+ "version" : " 4.10.3 " ,
55 "main" : " lib/index.js" ,
66 "bin" : {
77 "gtfs-to-sql" : " cli.js" ,
Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ The project has a slightly different goal than `gtfs-via-postgres`: While `gtfs-
429429### other related projects
430430
431431- [ gtfsdb] ( https://github.com/OpenTransitTools/gtfsdb ) – Python library for converting GTFS files into a relational database.
432+ - [ pygtfs] ( https://github.com/jarondl/pygtfs ) – A python (2/3) library for GTFS (fork of [ gtfs-sql] ( https://github.com/andrewblim/gtfs-sql ) )
432433- [ gtfspy] ( https://github.com/CxAalto/gtfspy ) – Public transport network analysis using Python and SQLite.
433434- [ GTFS Kit] ( https://github.com/mrcagney/gtfs_kit ) – A Python 3.6+ tool kit for analyzing General Transit Feed Specification (GTFS) data.
434435- [ GtfsToSql] ( https://github.com/OpenMobilityData/GtfsToSql ) – Parses a GTFS feed into an SQL database (Java)
You can’t perform that action at this time.
0 commit comments