GTFS to MATSim Conversion

Community

Convert GTFS to MATSim, power your simulations.

Authorro9er117911
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Transforming raw GTFS data into MATSim-compatible formats can be a complex, multi-step process. This Skill automates the conversion, coordinate transformation, and validation of GTFS feeds, ensuring your public transit data is ready for simulation without manual data wrangling.

Core Features & Use Cases

  • Seamless GTFS Conversion: Convert GTFS zip files into MATSim transitSchedule.xml and transitVehicles.xml.
  • Coordinate Transformation: Automatically transform GTFS coordinates (WGS84) to your target MATSim CRS (e.g., EPSG:3826).
  • GTFS Input Validation: Ensure your GTFS feed is valid and complete before conversion.
  • Use Case: You've downloaded a GTFS feed for Taipei Metro. Use this Skill to convert taipei_metro.zip into MATSim format, transforming coordinates to EPSG:3826, and generating the necessary transitSchedule.xml and transitVehicles.xml files.

Quick Start

Convert the GTFS data from 'pt2matsim/data/taipei_metro.zip' to MATSim format, using 'pt2matsim/output_v1/network.xml.gz' as the base network, and save the output to 'pt2matsim/output_v2', targeting CRS EPSG:3826.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: GTFS to MATSim Conversion
Download link: https://github.com/ro9er117911/matsim-example-project/archive/main.zip#gtfs-to-matsim-conversion

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository