com.conveyal.gtfs.model.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 an alternative to the GTFS loading classes we have been using from OBA.
* It loads GTFS into a disk-backed map and attempts to be relatively efficient space-wise.
* The intent is to eliminate the need for AgencyAndIds, using feed IDs and keeping each feed in its own
* separate data structure.
*/
package com.conveyal.gtfs.model;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy