mobimeo / fs2-gtfs   0.4.1

Apache License 2.0 Website GitHub

GTFS processing library for scala and fs2

Scala versions: 3.x 2.13

fs2-gtfs

This project is a GTFS processing library based on fs2. It consists of several API levels, and can be used to perform several kind of tasks on GTFS data.

The current modules are:

  • core the core features to process GTFS files
  • rules the business rule engine and DSL

To build and view the documentation website locally run:

$ sbt site/makeMicrosite
$ cd site/target/site
$ jekyll serve -b /fs2-gtfs

To publish the documentation website publicly, run:

$ sbt site/pushMicrosite

For more details, please head over to the website.