Converts a GTFS Static feed file into a Microsoft Excel workbook for convenient manual editing. Also converts an Excel workbook back to a GTFS Static feed file.
Install GtfsXlsxCli
using one of the following methods:
- Use
dotnet
to install a global tool:dotnet tool install --global GtfsXlsxCli
- Download the latest release for your operating system and architecture and unarchive/unzip it into a path on your computer.
Convert to Microsoft Excel workbook:
GtfsXlsxCli --from "MyFeed.zip" --to "MyFeed.xlsx"
Convert to GTFS Static feed file:
GtfsXlsxCli --from "MyFeed.xlsx" --to "MyFeed.zip"
Get description of all command line arguments:
GtfsXlsxCli --help
The project can be loaded with VSCode or Visual Studio for local development.
To build and package for each supported OS/architecture:
make package
We are committed to fostering an open and welcoming environment. Please read our code of conduct before participating in or contributing to this project.
We welcome contributions and collaboration on this project. Please read our contributor's guide to understand how best to work with us.
This software is made available by Daniel James under the MIT license.