partridge
GTFS reader
A Python library for efficiently reading and filtering GTFS feeds into pandas DataFrames.
A fast, forgiving GTFS reader built on pandas DataFrames
152 stars
11 watching
22 forks
Language: Python
last commit: 12 months ago
Linked from 1 awesome list
gtfspandaspython
Related projects:
Repository | Description | Stars |
---|---|---|
transitland/mapzen-gtfs | A Python library for working with GTFS feeds, providing efficient parsing and entity relationships. | 30 |
4rterius/cgtfs | A C library for parsing static data provided in the Google's General Transit Feed Specification format | 8 |
geops/gtfsman | Tool to manage and update large numbers of public transportation feeds in GTFS format | 22 |
geops/gtfsparser | A Go-based library for parsing and validating GTFS data feeds | 43 |
mrcagney/gtfs_kit | A Python library for analyzing GTFS data in memory without a database. | 52 |
public-transport/gtfs-utils | A utility library for processing and analyzing GTFS data sets. | 38 |
mesozoic-drones/just_gtfs | A C++17 header-only library for reading and writing General Transit Feed Specification (GTFS) feeds. | 20 |
opentransittools/gtfsdb | A Python library that loads and stores GTFS data in a relational database using SQLAlchemy for easier access. | 160 |
psrc/combine_gtfs_feeds | A tool for merging disparate GTFS feeds into a single unified dataset | 7 |
derhuerst/print-gtfs-rt-cli | A utility tool to parse and display GTFS Realtime feeds from standard input. | 18 |
patrickbr/gtfstidy | Tool for sanitizing and minimizing GTFS feeds by fixing inconsistencies and preparing them for secure use. | 115 |
grote/osm2gtfs | Transforms OpenStreetMap data and schedule information into GTFS format | 99 |
artonge/go-gtfs | A Go package for loading and parsing GTFS files | 45 |
geops/hafas2gtfs | A Python tool to convert data feeds from HAFAS into the Google Transit Feed Format (GTFS) for various public transportation systems. | 12 |
tulsawebdevs/django-multi-gtfs | Tool for importing and exporting GTFS feeds into a Django app | 52 |