NxTransit is a Python library designed to build and analyze multimodal graphs of urban transit systems using General Transit Feed Specification (GTFS) data. This tool allows for detailed, time-sensitive analysis of public transit accesibility.
See the documentation for more information.
NxTransit integrates GTFS with OpenStreetMap (OSM) data to create a multimodal graph representing an urban transit system.
The package enables the detailed analysis of transit systems by incorporating time-dependent nature of public transportation. This includes:
NxTransit utilizes GTFS data, a common format for public transportation schedules and geographic information.
pip install nxtransit
Package is open source and licensed under the MIT license. OpenStreetMap’s open data license requires that derivative works provide proper attribution. This package heavily depends on OSMnx by Geoff Boeing, which is also licensed under the MIT license.