:warning: This application has been retired and is no longer being updated.
This project uses the GTFS-Service project as a submodule, which itself uses GTFS.NET as submodule. To ensure all submodules are checked out, use the following command when cloning this repository.
git clone --recurse-submodules https://github.com/WSDOT-GIS/Alpaca.git
If you have already cloned the repository without the --recurse-submodules
option then use the following command to get the submodules.
git submodule update --init --recursive