s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
8 lines • 311 B
JavaScript
// https://mobilitydatabase.org
// https://developers.google.com/transit/gtfs/examples/overview
// https://gtfs.org/documentation/schedule/reference/#tripstxt
// https://mobilitydata.github.io/
// https://www.transit.land
export * from './realtime';
export * from './schedule';
//# sourceMappingURL=index.js.map