WSDOT-GIS / Alpaca

Application for Local Planning and Community Accessibility (ALPACA)
http://www.wsdot.wa.gov/Transit/Grants/ALPACAtool.htm
The Unlicense
1 stars 0 forks source link

ALPACA (Application for Local Planning and Community Accessibility)

:warning: This application has been retired and is no longer being updated.

Submodules

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