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.