com.conveyal.gtfs.graphql.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gtfs-lib Show documentation
Show all versions of gtfs-lib Show documentation
A library to load and index GTFS feeds of arbitrary size using disk-backed storage
/**
* This package contains classes that define a GraphQL interface to our database of GTFS data.
* The gtfs-lib project does not contain the HTML layer to access this API - that can be provided by any project
* that includes gtfs-lib as a dependency.
* Created by abyrd on 2017-11-21
*/
package com.conveyal.gtfs.graphql;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy