Socket
Book a DemoInstallSign in
Socket

NxTransit

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

NxTransit

Construct and analyze time-dependent transit networks from GTFS data

pipPyPI
Version
0.4.1
Maintainers
1

NxTransit

tests Documentation Status PyPI - Python Version

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.

Key Features

Multimodal Graph Creation

NxTransit integrates GTFS with OpenStreetMap (OSM) data to create a multimodal graph representing an urban transit system.

Time-Dependent Calculations

The package enables the detailed analysis of transit systems by incorporating time-dependent nature of public transportation. This includes:

  • GTFS feed validation.
  • Shortest path calculations with time-specific departures.
  • Generating travel time matrices to evaluate travel durations between multiple network points.
  • Service area and "typical" service analysis.
  • Frequency analysis.
  • More features are planned for future updates.

GTFS Data Support

NxTransit utilizes GTFS data, a common format for public transportation schedules and geographic information.

Installation

pip install nxtransit

License

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts